Skip to content
Merged
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
8 changes: 7 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,12 @@ Per [docs/CONFLICT-RESOLUTION.md](../docs/CONFLICT-RESOLUTION.md)
- `docs/ROUND-HISTORY.md` — round-close history
- `docs/DECISIONS/**` — ADRs
- `docs/aurora/**` — courier-ferry archive
Comment thread
AceHack marked this conversation as resolved.
- `docs/lost-substrate/**` — recovery and redundancy artifacts whose job is to preserve what was at risk of being lost
- `docs/pr-preservation/**` — PR conversation archive
- `docs/pr-discussions/**` — PR discussion archive (generated by `tools/pr-preservation/archive-pr.ts`; preserves author attribution as provenance metadata)
- `docs/hygiene-history/**` — tick-history + drain-logs
- `docs/active-trajectory.md` — load-state file + cumulative trajectory log; names + filenames-with-names are first-class here because the file's job is to preserve who-said-what + per-file named evidence
- `docs/launch/**` — launch substrate (public-facing positioning artifacts; persona names + external creator attributions allowed because the substrate's job is to preserve the multi-agent factory's named-team positioning AND IP-respect attribution)
- `docs/WINS.md` — historical wins log
- commit messages, PR titles + bodies — git-native
history (record-of-truth, not factory docs)
Expand Down Expand Up @@ -391,8 +395,10 @@ Per [docs/CONFLICT-RESOLUTION.md](../docs/CONFLICT-RESOLUTION.md)
- **History surfaces** (preserve attribution as-is):
`memory/**`, `docs/research/**`, `docs/ROUND-HISTORY.md`,
`docs/DECISIONS/**`, `docs/aurora/**`,
`docs/pr-preservation/**`, `docs/hygiene-history/**`,
`docs/lost-substrate/**`, `docs/pr-preservation/**`,
`docs/pr-discussions/**`, `docs/hygiene-history/**`,
`docs/WINS.md`, `docs/BACKLOG.md`, `docs/backlog/**`,
`docs/active-trajectory.md`, `docs/launch/**`,
commit messages, PR titles + bodies.
- **Roster-mapping carve-out** (governance / instructions
files where a one-time persona-to-role mapping section
Expand Down
Loading