remove LUCA-specific refs from public agentic-os skills #77
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 - public
coilysiren/agentic-osships skills that name LUCA explicitly. LUCA is Kai-personal observability substrate, not generic infrastructure. The references create a logical cycle: agentic-os ships pre-commit hooks that LUCA consumes, and LUCA is referenced from skills that ship in agentic-os.Concrete refs to remove
In
coilysiren/agentic-os/.agents/skills/:tooling-mcp-servers/SKILL.md- the whole "Auto-reach: the Luca stack (staging by default)" section. Namesrepo-recall-staging,luca-staging,session-lattice, plus the prod variants. Description mentions Luca-stack staging.coding-shape-observability/SKILL.md- description and body name "luca substrate," link target../../../../luca/skills/tooling-luca-meta-loop/SKILL.md.coding-github/SKILL.md- bullet pointing at~/projects/coilysiren/luca/skills/autonomous-dispatch.tooling-skill-authoring/SKILL.md- "LUCA-driven cold-skill pruning" phrase.warp/launch_configurations/claude-luca.yaml- whole file is LUCA-specific.Action
Move every LUCA-specific reference into Kai-private surfaces:
agentic-os-kai/.agents/skills/tooling-mcp-servers/(the private mirror, which already exists and supersedes the public one for Kai's hosts).claude-luca.yamlmoves out ofcoilysiren/agentic-os/warp/intocoilysiren/agentic-os-kai/warp/(or wherever Kai-private warp launch configs live).Validation
After the move, the validator added in #FJ1 should pass: no
coilysiren/agentic-osskill or warp config names any non-baselinecoilysiren/*repo. Baseline allow-list iscoily,agent-guard,cli-guard, self.Out of scope
agentic-os-kai. Stays put.Prior art
agentic-osREADME: "Anything that would help any user of agentic-os, not just Kai."