Skills and evals migrated from .agents/ to plugins/bin/ plugin directory. Remove .mcp.json, provider-manifest.sh, and skills-lock.json legacy artifacts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.8 KiB
2.8 KiB
Working in this repo
This repo is the global AI development configuration repository — the authoritative source for agent definitions, skills, workflows, and prompts across all projects.
Structure
.claude-plugin/— marketplace manifest (marketplace.json); read by both Claude Code and Copilot CLIplugins/— installable plugin units; each is self-contained (skills, agents, hooks, MCP servers, bundled assets); install separately viaclaude plugin install <name>@holocronproviders/claude-code/— Claude Code adapter (deployed to~/.claude/viainstall.sh)docs/— project documentation, PRDs, and issuesscripts/— install.sh (sync.sh and init-project.sh come in Chunk 6)tests/— test scripts
Key documents
Read CONTEXT.md at the start of every session in this repo.
Read these on demand:
docs/VISION.md— purpose, goals, and long-term Management Application visiondocs/spec/overview.md— current deployed state; what works todaydocs/spec/architecture.md— current directory structure, install pipeline, provider modeldocs/ROADMAP.md— chunk status table and open questions; read this to orient on where work standsdocs/adr/— architectural decisions; read before answering design questions or proposing structural changesdocs/ai-constitution.md— full governance evidence base; read when a governance decision needs justificationdocs/research/ai-coding-factory/ai-coding-factory-principles.md— factory design rationale; read when implementing, auditing, or reviewing skills or factory structuredocs/notes/factory-integration-decisions.md— decisions from the factory integration grill; read when making skill authoring or factory design decisionsdocs/HUMANS.md— human practitioner checklist; applies when working with AI tools in this repo- Governance rules are always in effect —
core/instructions/governance.md(agent rules);docs/research/governance_principles/CONTROLS.md(Phase 2 enforcement spec, Chunk 6)
Key rules
- Never edit files deployed by
sync.shdirectly in a project; put customizations in override files providers/claude-code/CLAUDE.mdis the deployed global config — edit it there, not here- Governance constraints from
core/instructions/governance.mdapply when building content in this repo — hard prohibitions on secrets and data, HITL requirements before irreversible actions, sycophancy resistance, and deterministic execution preference are always in effect
Working context
This repo is built by a junior developer as a homelab tool intended to scale to professional environments. Challenge ideas and reference industry standards rather than validate assumptions. Explain the why behind decisions — assume the user is learning, not just executing. Flag significant actions before taking them.