CLAUDE.md
CLAUDE.mdCLAUDE.mdroot
Quality
68/100
Scores the file, not the repository.Length
581 words
8 headings · 0 code blocksRepository
1
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# CLAUDE.md23This file provides guidance to Claude Code (and Cline) when working with code in this repository.45## Project67**NORA** — Network Operator Requirements Analyzer. AI system combining a unified Knowledge Graph with targeted RAG for intelligent querying, cross-referencing, and compliance analysis of US MNO device requirement specifications across multiple MNOs (MNO-A, AT&T, T-Mobile) and quarterly releases.89See `docs/compact/PROJECT.md` for the 1-page identity and `TDD_Telecom_Requirements_AI_System.md` for the canonical technical design.1011## Session-start ritual1213This project uses **COMPACT** — a portable scaffold for team AI-partnered software development. The AI scaffolding lives under `.claude/skills/` and the durable state lives under `docs/compact/`.1415At the start of every session, invoke `run the session-start skill` (or `/session-start`). It loads Tier 1 context (`PROJECT.md` / `STATUS.md` / `MAP.md` / the active phase prompt) and asks what you're working on. Re-invoke mid-session after Claude Code auto-compaction or any time context feels stale.1617## Key skills1819- `/session-start` — hydrate context at start of every session20- `/switch-phase <requirements | architecture | development>` — adopt the phase persona21- `/regen-map` — regenerate `MAP.md` + Structure sections when code structure changes22- `/drift-check <requirements | design | dev-full | dev-module <name> | all>` — audit for drift between requirements, design, and implementation23- `/close-session` — end-of-session ritual: triages decisions, updates STATUS, audits MODULE.md edits, proposes commit (this is the **only** place memory is made)24- `/project-init --re-init` — regenerate phase prompts after project-level changes (state files preserved)2526## State files2728- `docs/compact/PROJECT.md` — identity + Contributors table29- `docs/compact/STATUS.md` — active phase, done / in progress / next, flags30- `docs/compact/requirements.md` — FR / NFR / Deferred (authority for what the system must do)31- `docs/compact/MAP.md` — module table + Mermaid dependency graph (regenerated)32- `docs/compact/DECISIONS.md` — append-only ADR log33- `docs/compact/structure-conventions.md` — what's a module, visibility mapping34- `docs/compact/design-inputs/` — TDD, README, SESSION_SUMMARY, SETUP_OFFLINE (archival design inputs)35- `docs/compact/retrofit-snapshot.md` — archival scan of existing codebase at retrofit time36- `docs/compact/phases/{requirements,architecture,development}.md` — phase personas loaded by `/switch-phase`37- `src/<module>/MODULE.md` — per-module contracts (16 skeletons seeded by retrofit — see STATUS for curation progress)3839## Current state4041Retrofitted on 2026-04-21 via `/project-init --retrofit`. The 16 MODULE.md skeletons were curated through 2026-04-27 (sentinels removed). Three-tier code reorg (`core/` + `customizations/` + `config/`) executed 2026-04-27. See `docs/compact/STATUS.md` for the current active phase and work list.4243## Repository layout4445Three-tier code organization (D-019..D-024) plus a per-env runtime directory `<env_dir>`. See `docs/compact/structure-conventions.md` for the canonical layout.4647- `core/src/` — AI-generated Python source (16 packages; one MODULE.md per package). Manual edits exceptional (D-019).48- `core/tests/` — pytest suite (one `test_<module>.py` per package).49- `customizations/profiles/` — human-curated document profiles (committed JSON).50- `customizations/llm/` — AI-scaffolded LLM provider boilerplate (e.g. `proprietary_provider.py`); humans complete the `complete()` body for production deployments.51- `config/` — per-module settings (currently `config/web.json`; more files land as modules surface configurable knobs).52- `environments/` — per-environment configs (gitignored except `.gitkeep`); each names an `env_dir` path.53- `docs/compact/` — COMPACT state files.54- `.claude/skills/` — COMPACT skills (flat layout: compact-skill, session-start, switch-phase, regen-map, drift-check, close-session, project-init, doctor).55- `<env_dir>/` (runtime, user-supplied path; not in repo) — `input/<MNO>/<release>/`, `out/<stage>/`, `state/`, `corrections/`, `reports/`, `eval/`.5657## Conventions5859- Python; no `pyproject.toml` — `requirements.txt` + `core/src/` layout with `__init__.py` per package.60- Public surface: top-level identifiers without a leading underscore (plus `__init__.py` re-exports when `__all__` is used).61- CLI per module: `core/src/<module>/<module>_cli.py` with `main()` entrypoint; invoked as `python -m core.src.<module>.<module>_cli`.62- Protocol-based abstractions: `LLMProvider`, `EmbeddingProvider`, `VectorStoreProvider`.63- No proprietary document content in logs, error messages, compact reports, or test fixtures.64
Also in kurnoolion/nora
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| kurnoolion/nora.clinerules/03-output-discipline.md · 1 | Cline rules | styletypes | 54/100 | 3 days ago | |
| kurnoolion/nora.clinerules/00-project.md · 1 | Cline rules | no sections | 30/100 | 3 days ago | |
| kurnoolion/nora.clinerules/01-role.md · 1 | Cline rules | do-not | 65/100 | 3 days ago | |
| kurnoolion/nora.clinerules/02-content-safety.md · 1 | Cline rules | do-not | 69/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago | |
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 3 days ago | |
| dotCMS/coreCLAUDE.md · 949 | CLAUDE.md | setupbuildteststyle+7 | 99/100 | today | |
| dotCMS/corecore-web/libs/sdk/react/CLAUDE.md · 949 | CLAUDE.md | setupbuildtestlint-format+9 | 97/100 | 3 days ago | |
| modelcontextprotocol/serversCLAUDE.md · 89k | CLAUDE.md | setupbuildtestlint-format+6 | 97/100 | 3 days ago | |
| luongnv89/claude-howtovi/CLAUDE.md · 41k | CLAUDE.md | setupbuildtestlint-format+8 | 97/100 | 3 days ago | |
| dotCMS/corecore-web/libs/sdk/client/CLAUDE.md · 949 | CLAUDE.md | setupbuildtestlint-format+9 | 97/100 | 3 days ago | |
| supabase/supabase.claude/CLAUDE.md · 108k | CLAUDE.md | testlint-formatstylearch+1 | 97/100 | 3 days ago |
