docs(agent): keep deliverables in src/agent #6
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/keep-agent-deliverables-contained"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Corrects the source task prompt so its two deliverables are explicitly located in
src/agent, alongsidePROMPT.md.It also limits replacements to
src/agent/DOCS.mdandsrc/agent/example.py, prohibiting deletion, movement, or relocation of files outside those intended paths.The
tokai-weekly-agent-docsscheduled task was updated separately to repeat the location invariant and reuse an applicable open agent PR rather than creating a duplicate.