CodeRoot.ai turns everyday editing into a simple, trustworthy picture of creation: Human vs AI vs Untracked. With a shared view of what’s happening in your codebase, teams can talk about impact and outcomes with facts, not anecdotes.
- Developers: a fair view of your work and easy validation of recent changes
- Tech leads: clarity on AI usage and ownership; hotspots without guesswork
- Managers: objective trends you can compare over time and across teams
- Executives: visibility into AI’s contribution to production, not just change volume
CodeRoot.ai provides a shared lens on creation:
- Human — deliberate human edits
- AI — AI‑assisted creation and changes
- Untracked — unknown or missing attribution to follow up
All analysis runs locally. Reports are deterministic: the same inputs produce the same outputs, so comparisons remain stable over time.
- In VS Code, open the Extensions view
- Search for “CodeRoot.ai” by SettleTop and click Install
- Reload if prompted
- Open a folder that’s a Git repository
- Run “CodeRoot: Initialize CodeRoot”
- Run “CodeRoot: Generate Report” and open it
That’s it. A small .coderoot/ folder appears in your repo (hidden by default). You can toggle its visibility any time from the Quick Menu.
Open “CodeRoot: Settings / Quick Menu.” From one place you can:
- Show/hide the
.coderootfolder in Explorer - Switch report scope: Modified vs All files
- Run an Identity Sweep to unify aliases
- Open the
.coderootfolder - (Optional) Enable CI script maintenance
- Local‑first: analysis runs on your machine; no servers are contacted
- Text‑free journals: we store counts, byte ranges, and hashes — not your code
- Deterministic outputs: identical inputs produce identical reports for trustworthy comparisons
Note for implementers: CodeRoot emits PCM 1.1.7 (text‑free, lines‑first). Readers accept legacy 1.1.3–1.1.7.
- Toggle .coderoot visibility: “CodeRoot: Toggle .coderoot Visibility”
- Switch scope: “CodeRoot: Inventory Mode — Modified/All”
- Run Identity Sweep: “CodeRoot: Run Identity Sweep” (unifies aliases for clean per‑person totals)
- Consolidate identities now: “CodeRoot: Consolidate Identities Now”
- Open .coderoot folder: “CodeRoot: Open .coderoot Folder”
Advanced (optional)
- CI reports: enable “CI Scripts Maintenance” in the Quick Menu to seed
.github/scripts/and a workflow; add.github/.coderoot-ci.lockto opt out - Migrate legacy journals: “CodeRoot: Migrate Legacy PCM Journals” to upgrade older entries in place
- VS Code 1.90.0 or later
- A Git repository workspace (recommended)
- A GitHub hosted project for CI integration (optional)
- “I don’t see
.coderoot/.” Run “CodeRoot: Initialize CodeRoot” in the workspace root - “Git isn’t available.” Enable the VS Code Git extension
- “Report looks sparse.” Make sure you’ve worked in this repo after initializing; the report summarizes what happened locally
CodeRoot.ai is licensed commercially with free evaluation through December 31, 2025 (see LICENSE.md). For questions or feedback, contact support@coderoot.ai.
Project documentation is available in the GitHub Wiki:
https://github.com/SettleTop-Inc/CodeRoot.ai/wiki
Markdown files placed under docs/ are automatically published to the wiki when changes are merged into the default branch. Only .md files are copied.




