Update shared instruction blocks to 0.2.1 - #813
Closed
sehkone wants to merge 1 commit into
Closed
Conversation
Synced from aicers/agent-instructions at 0.2.0, which the drift check is now pinned to. Do not edit the marked blocks in this repository; change them upstream, tag a release, and re-run the sync. 0.2.0 adds the agentcoop block, which explains the pipeline that turns this repository's issues into pull requests. A new block needs its marker pair placed by hand -- nothing upstream can decide where in this file a block belongs -- so the pair sits after the workflow block, and the apply filled it in the same commit. Splitting the two would have left the drift check red in between, rejecting a marker the pin file does not yet list.
Contributor
Author
|
Closed by a branch rename, not on purpose: the head branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synced from
aicers/agent-instructionsat 0.2.1.Blocks in this pull request: workflow agentcoop rust changelog
0.2.0 added the
agentcoopblock — what AgentCoop is, its author and reviewer agents, and what its implementation, design, and verification stages do. That vocabulary is already in this repository's issues and pull request comments, and AgentCoop injects no instructions of its own, soAGENTS.mdis the only place it can reach a run. 0.2.1 reworded the block's opening sentence; nothing consumed 0.2.0, so this pull request was rebuilt on it rather than opened a second time.A new block needs its marker pair placed by hand: nothing upstream can decide where in
AGENTS.mda block belongs, and the apply refuses the repository until the pair is there. The pair sits after theworkflowblock — the system that turns an issue into a pull request reads next to the issue and pull request conventions — and the apply filled it in the same commit. Splitting the two would have left the drift check red in between, since it rejects a marker the pin file does not list.The marked blocks are generated. Change the wording upstream in
aicers/agent-instructionsrather than editing it here — the drift check in CI will fail if this repository's copy diverges.