This repository was archived by the owner on Apr 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
settletop-niles edited this page Oct 18, 2025
·
5 revisions
Welcome to CodeRoot.ai (CodeRoot-Core). This repository contains the VS Code extension and core libraries that capture, track, and report on code provenance, edits, and AI interactions using the PCM journal format.
Key resources
Start here (one-screen):
- Read this page (you are here).
- Review Installation.md for local setup and dry-run commands.
- Use Commands.md to learn the extension actions you can run from VS Code.
- Read PCM_1.1.7_Summary.md for a short explanation of the data model.
Glossary (short)
- PCM: Provenance Composition Map — newline-delimited events describing edits.
- Journal: JSONL event logs under
.coderoot/v1/files/. - Snapshot: computed per-file
.pcm.jsonunder.coderoot/v1/snapshots/.
Start here checklist
- Open this repo in VS Code.
- Run:
node scripts/init-wiki.js --docs docs/wiki --dry-runto verify wiki pages are ready. (Dry-run only.) - Use the quick commands in
Commands.mdfor local actions.
Safe-use reminder
Warning: always run the wiki script with
--dry-runfirst. Do not push wiki changes from an environment you do not control.
See the other pages below for details.