Remove the ../AGENTS.md reference pattern from AGENTS.md #26
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/gauntlet#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
This repo's
AGENTS.mdopens with aSee ../AGENTS.md for workspace conventionsreference. That relative path only resolves when the repo is checked out as a sibling ofagentic-os-kai/; from a worktree, remote build, or isolated clone it points nowhere. It also encodes filesystem layout into per-repo docs, the opposite of the canonical-load pattern.Fix
Replace the opener with the coily-style header:
No content loss - the relative-path reference was a pointer, not a payload.
Part of the cross-repo sweep tracked in coilyco-bridge/agentic-os-kai#267