Skip to content

#835 Update PROJECT.md agents section for the harness rename - #840

Merged
williamthorsen merged 1 commit into
mainfrom
835
Jun 21, 2026
Merged

#835 Update PROJECT.md agents section for the harness rename#840
williamthorsen merged 1 commit into
mainfrom
835

Conversation

@williamthorsen

@williamthorsen williamthorsen commented Jun 21, 2026

Copy link
Copy Markdown
Owner

What

The project guidance loaded into every agent session now documents the --harness install 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.md is loaded into every agent session, so a stale entry actively misleads agents. Its agents-package section still described the removed --platform flag and other pre-rename names, risking commands that no longer work.

Details

🤖 Agentic support

Closes #835

`.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`.
@github-actions

Copy link
Copy Markdown

Dependency audit

Production dependency audit passed.

@williamthorsen williamthorsen self-assigned this Jun 21, 2026
@williamthorsen
williamthorsen marked this pull request as ready for review June 21, 2026 10:07
@williamthorsen
williamthorsen merged commit 9cc2a4a into main Jun 21, 2026
3 checks passed
@williamthorsen
williamthorsen deleted the 835 branch June 21, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PROJECT.md documents the removed --platform flag and pre-rename names

1 participant