| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 16 | 1 | 1 | 89% |
| Commands | 14 | 0 | 0 | 100% |
| Section tags | 10 | 0 | 1 | 91% |
What each file covers
Sections
16 shared · 1 only in A · 1 only in B- − AGENTS.md
- + CLAUDE.md
- Project Overview
- Build & Development Commands
- Documentation Site
- Architecture
- Build System (esbuild.js)
- Dual Provider System
- ClaudeClient Interface
- Model Resolution
- Session Monitoring Pipeline
- Request Management
- Key Source Locations
- Persistence
- Sidekick CLI and Shared Library
- Testing
- Conventions
- Release Process
Commands
14 shared · 0 only in A · 0 only in B- npm run compile
- npm run build
- npm run watch
- npm test
- npm run test:watch
- npm run lint
- npm run lint:fix
- npm run format
- npm run format:check
- npm run package
- npx vitest run src/services/ModelResolver.test.ts
- node
- tsc
- npm install --package-lock-only
Section tags
10 shared · 0 only in A · 1 only in B- + agent-behaviour
- setup
- build
- test
- lint-format
- code-style
- architecture
- testing-strategy
- git-pr
- deployment
- docs
Line diff
cesarandreslopez/sidekick-agent-hub · AGENTS.md
@@ −1 @@
1# AGENTS.md
2
3This file provides guidance to Codex and other coding agents when working with code in this repository. `CLAUDE.md` mirrors the same project guidance for Claude Code.
4
5## Project Overview
6
@@ −155 @@
155- `historical-data.json` — token/cost/tool usage stats
156- `tasks/{projectSlug}.json` — kanban board carry-over
157- `decisions/{projectSlug}.json` — decision log
158
159## Sidekick CLI and Shared Library
160
cesarandreslopez/sidekick-agent-hub · CLAUDE.md
@@ +1 @@
1# CLAUDE.md
2
3This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
5## Project Overview
6
@@ +155 @@
155- `historical-data.json` — token/cost/tool usage stats
156- `tasks/{projectSlug}.json` — kanban board carry-over
157- `decisions/{projectSlug}.json` — decision log
158- `pricing-catalog.json` — cached LiteLLM catalog (prices + context windows), 24h TTL
159- `observed-context-windows.json` — context windows a provider actually reported, per model
160
161## Sidekick CLI and Shared Library
162
@@ −1 +1 @@
1−# AGENTS.md
1+# CLAUDE.md
22
3−This file provides guidance to Codex and other coding agents when working with code in this repository. `CLAUDE.md` mirrors the same project guidance for Claude Code.
3+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44
55 ## Project Overview
66
@@ −155 +155 @@
155155 - `historical-data.json` — token/cost/tool usage stats
156156 - `tasks/{projectSlug}.json` — kanban board carry-over
157157 - `decisions/{projectSlug}.json` — decision log
158+- `pricing-catalog.json` — cached LiteLLM catalog (prices + context windows), 24h TTL
159+- `observed-context-windows.json` — context windows a provider actually reported, per model
158160
159161 ## Sidekick CLI and Shared Library
160162
