Remove the ../AGENTS.md reference pattern from AGENTS.md #11
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