Canonicalize repo-pointer names for dot-prefixed repositories #817

Closed
opened 2026-07-30 17:15:08 +00:00 by coilyco-ops · 0 comments
Owner

Part of coilyco-bridge/agentic-os-kai#785.

Two active organization-profile repositories are both named .github. The current repo- generator produces an invalid, colliding repo-.github skill name.

Acceptance:

  • ordinary repository names keep their existing repo- identity byte-for-byte
  • names outside the skill slug grammar receive a deterministic owner-qualified skill name
  • coilyco-bridge/.github and coilyco-flight-deck/.github resolve to distinct valid names
  • drift validation reconstructs and verifies the real repository path offline
  • focused generator tests cover the collision and ordinary-name compatibility
Part of coilyco-bridge/agentic-os-kai#785. Two active organization-profile repositories are both named `.github`. The current repo-<name> generator produces an invalid, colliding `repo-.github` skill name. Acceptance: * ordinary repository names keep their existing repo-<name> identity byte-for-byte * names outside the skill slug grammar receive a deterministic owner-qualified skill name * coilyco-bridge/.github and coilyco-flight-deck/.github resolve to distinct valid names * drift validation reconstructs and verifies the real repository path offline * focused generator tests cover the collision and ordinary-name compatibility
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
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/agentic-os#817
No description provided.