docs: replace the dangling ../AGENTS.md intro in AGENTS.md with a self-contained pointer #66
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?
AGENTS.mdstill opens with a legacy pointer at a workspace../AGENTS.md, which dangles in any standalone clone (the repos live in different org dirs with no guaranteed sibling layout, so../AGENTS.mdresolves to nothing).coilysiren/*is deliberately unmanaged by the agentic-os pointer generator (decision recorded in coilyco-flight-deck/agentic-os#206): it is the public personal org outside the coilyco-* fleet, and its repos are.agentic-os-ignore-exempt and hand-authored. So website does not get the generator's managed block - it gets the same hand-fix the profile repocoilysiren/coilysirenalready got on 2026-06-12.Fix: replace the dangling relative pointer with a self-contained orientation that names the public base absolutely (
https://github.com/coilyco-flight-deck/agentic-os/blob/main/AGENTS.md) and does not depend on a../AGENTS.mdresolving. Mirror the shape ofcoilysiren/coilysiren'sAGENTS.md(the bootstrap that covers both the on-fleet and standalone-clone cases).Origin: agentic-os#206 ask 3. Filed from the agentic-os container run, which could not reach this repo to push the fix itself.