Skip to content

Correcting installation bash script to follow correct format#873

Closed
augustus-0 wants to merge 2 commits intogithub:mainfrom
augustus-0:patch-1
Closed

Correcting installation bash script to follow correct format#873
augustus-0 wants to merge 2 commits intogithub:mainfrom
augustus-0:patch-1

Conversation

@augustus-0
Copy link
Contributor

@augustus-0 augustus-0 commented Mar 4, 2026

Pull Request Checklist

  • [y] I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • [y] Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

Just correcting the installation script in the README of structured-autonomy

By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@augustus-0 augustus-0 requested a review from aaronpowell as a code owner March 4, 2026 12:28
@github-actions github-actions bot force-pushed the main branch 5 times, most recently from bc5625f to 06c42c9 Compare March 5, 2026 10:51
@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@github-actions github-actions bot force-pushed the main branch 3 times, most recently from 55a52ac to 1fbde58 Compare March 5, 2026 11:13
@augustus-0
Copy link
Contributor Author

Sorry about that, will make the change on the staged branch instead. Thanks for the correction.

@augustus-0 augustus-0 closed this Mar 5, 2026
@augustus-0 augustus-0 deleted the patch-1 branch March 5, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants