Managed AGENTS.md pointer block: replace dangling relative cross-repo refs with org-aware base URLs #196
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#196
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?
Per-repo AGENTS.md files carry a hand-written intro line pointing at the workspace base. It has drifted into 3 styles and several dangle (e.g.
See ../AGENTS.mdresolves to a non-existent coilyco-bridge/AGENTS.md). The repos live in different org dirs and aren't checked out in a guaranteed sibling layout, so relative FS paths can't work. The canonical content already loads globally via ~/.claude/CLAUDE.md, so the intro line's real job is to orient a reader WITHOUT that load point (foreign agent, single-repo clone, CI), for whom only an absolute URL is true.Fix: a rendered managed block (mirrors generate_repo_pointer_skill + check_repo_pointer_skills), single-source-of-truth generator, validator regenerates-and-fails-on-drift.
Org-aware target (each org points at its own base, on the host appropriate to its trust tier):
This issue covers the AUTHORED core only (generator, validator, .pre-commit-hooks.yaml entry, applier script, tests, FEATURES). Fleet rollout (ansible role + bulk render across ~30 repos) is a separate issue per the authoring-vs-rollout split.