0001 — Repo skeleton: content files #20
Reference in New Issue
Block a user
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?
What to build
Create the three content files that
install.shwill deploy. This establishes the repo skeleton and makes the global Claude Code config a real, version-controlled artifact.providers/claude-code/CLAUDE.md— fill in the two-tier structure: one always-on rule ("when you need workflows, agents, or prompts, read them from~/.claude/core/") plus a content index section with pointers to~/.claude/core/(initially sparse, populated as chunks complete)providers/claude-code/settings.json—{"theme": "dark"}core/instructions/global.md— placeholder stub confirming the pipeline works; real content comes in Chunk 2The root
CLAUDE.mdandproviders/claude-code/CLAUDE.mdalready exist as shells with warnings — this issue fills in the real content ofproviders/claude-code/CLAUDE.md.Acceptance criteria
providers/claude-code/CLAUDE.mdhas a short always-on section with the content index rule and a pointers section referencing~/.claude/core/providers/claude-code/settings.jsoncontains{"theme": "dark"}core/instructions/global.mdexists as a clearly-labelled placeholder stubcore/agents/,core/workflows/,core/prompts/do not exist yet)providers/claude-code/CLAUDE.mdwarning banner distinguishes it from the rootCLAUDE.mdBlocked by
None — can start immediately.