Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .agent/startup-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@
"scripts/agent/",
"scripts/doc-sweep/"
],
"legacy": [
"docs/superpowers/plans/"
]
"legacy": ["docs/superpowers/plans/"]
}
3 changes: 3 additions & 0 deletions .changelog/unreleased/65-readme-refresh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Documentation

- Refresh `README.md` for the current reusable workflow provider model and remove retired persona-agent framing.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Plan/status artifacts: TODO: closed, narrowed to remaining scoped work, marked d

## Linked Issue

TODO: Closes #___
TODO: Closes #\_\_\_

## Risks

Expand Down
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Cross-tool contract for AI agents (Claude, Codex, Copilot, Gemini, etc.) working
- `.agent/check-map.yml` — path-to-check expectations

<!-- BEGIN MANAGED AGENT START MAP -->

## Agent Start Map

Agents should not spend time rediscovering the process files. Start here:
Expand All @@ -31,6 +32,7 @@ If these files are missing or unclear, stop searching and run:
```text
node <path-to-archon-setup>/bin/onboard.mjs <repo> --audit
```

<!-- END MANAGED AGENT START MAP -->

## What This Repo Owns
Expand Down
Loading