#835 Update PROJECT.md agents section for the harness rename - #840
Merged
Conversation
`.agents/PROJECT.md`'s agents-package section now documents the current harness surface. The project guidance loaded into every agent session had described the removed `--platform` flag; an agent copying it would have run a command that no longer exists. It now documents `--harness`, along with the renamed directories, source files, and type names. The subagent overlay-file extension is corrected in the same pass. This is a separate, older drift: the files became `.yaml` before the harness rename, and the doc had continued to list `.yml`.
Dependency auditProduction dependency audit passed. |
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.
What
The project guidance loaded into every agent session now documents the
--harnessinstall flag that replaced--platform, so an agent that copies the documented install command no longer runs one that fails. It also corrects a stale subagent overlay-file reference, so the documented names match the actual files.Why
.agents/PROJECT.mdis loaded into every agent session, so a stale entry actively misleads agents. Its agents-package section still described the removed--platformflag and other pre-rename names, risking commands that no longer work.Details
🤖 Agentic support
--harnessflag and the current harness directory, source-file, and type names in the agents-package section, replacing the pre-rename--platformsurface (Disambiguate the overloaded platform vocabulary #820)..yaml, an older drift predating the rename (#617 Make skill tool-name references platform-portable #619).Closes #835