@rendo-studio/apcc
v0.3.5
Published
APCC is an agent-first project context framework for human developers and development agents.
Maintainers
Readme
APCC
APCC is an agent-first project context framework for software repositories.
It gives a repository a structured project context control plane so human developers and development agents can share the same project overview, end goal, execution tree, governance records, and local docs-site view without collapsing authored documentation into mutable runtime state.
Install
Install the public CLI globally:
npm install -g apcc
apcc --helpThe same CLI is also published as:
npm install -g @rendo-studio/apcc
apcc --helpFor local project use without a global install:
npm install apcc
npx apcc --helpQuickstart
Use the same flow for a new directory or an existing repository:
apcc guide
apcc init
apcc site start
apcc statusIf the repository's primary authored docs language should not be English:
apcc init --docs-language zh-CNThe default local docs site uses the prebuilt viewer shell packaged with APCC. Use site build only when you want a deployable read-only docs-site artifact:
apcc site buildWhat APCC Provides
docs/for authored context.apcc/for structured project state- a CLI for initialization, doctor diagnostics and repair, mutation, and runtime control
- a local docs site for human-readable inspection
- an agent workflow guide for consistent development behavior
Public Guides
From the installed CLI:
apcc guide
apcc guide workflow
apcc guide quickstart