Add repo-backend pointer skill (residual from agentic-os-kai#321) #30
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/backend#30
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
backend(coilyco-flight-deck/backend, generic python backend server) is the oneactive repo from the agentic-os-kai#321 fan-out that never got its
repo-backendsource-of-truth pointer skill.History: a bare-name
.agents/skills/backend/SKILL.mdpointer was added toagentic-os-kai (commit d375455), but it was dropped from agentic-os-kai's tree
by a later
forgejo/mainmerge (f6c5d8b) and never re-created in the backendrepo. The sibling-repo migration that landed the other 16 repos
(agentic-os-kai#329 / commit cb2d3a2) did not include backend, so it is the
sole gap.
backendis inagentic-os-kai/scripts/repos-on-disk.txtanddata/repo-registry.md, so the architecture intends it to carry a pointer.Proposal
Generate
backend/.agents/skills/repo-backend/SKILL.mdthe standard way:coily exec sweep-repo-pointer-skills --phase metadata --only backend, or set them directly).coily exec gen-repo-pointer-skill -- backend --from-json <forgejo-view.json> --repo-root <backend-checkout>(this is whatscripts/sweep-repo-pointer-skills.py --phase generateautomates).closestrailer, then push.Note:
scripts/sweep-repo-pointer-skills.pyhardcodes~/projects/coilysiren/as the workspace, but backend lives in the
coilyco-flight-deckorg. Eithercheck backend out under the expected path or pass
--workspace. Worth fixingthe hardcoded org assumption while here.
See also
repo-<name>source-of-truth.sweep-repo-pointer-skillshelper.Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.