Remove the ../AGENTS.md reference pattern from AGENTS.md #18

Closed
opened 2026-06-04 11:17:30 +00:00 by coilysiren · 0 comments
Owner

Problem

This repo's AGENTS.md opens with a See ../AGENTS.md for workspace conventions reference. That relative path only resolves when the repo is checked out as a sibling of agentic-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:

Workspace conventions load globally via ~/.claude/CLAUDE.md -> agentic-os-kai/AGENTS.md. This file covers only what is specific to this repo.

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

**Problem** This repo's `AGENTS.md` opens with a `See ../AGENTS.md for workspace conventions` reference. That relative path only resolves when the repo is checked out as a sibling of `agentic-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: > Workspace conventions load globally via `~/.claude/CLAUDE.md` -> `agentic-os-kai/AGENTS.md`. This file covers only what is specific to this repo. No content loss - the relative-path reference was a pointer, not a payload. Part of the cross-repo sweep tracked in https://forgejo.coilysiren.me/coilyco-bridge/agentic-os-kai/issues/267
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/session-lattice#18
No description provided.