docs(claude): replace placeholder with real desc - #6
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates CLAUDE.md from an auto-generated placeholder to a concrete, repo-specific guide for Claude Code, mirroring the project framing and current status described in README.md.
Changes:
- Adds project framing + invariants and a status snapshot (B-1/B-2/B-3, N12 running).
- Documents stack, repository layout, common commands, and “gotchas”/process rules.
- Adds Hypneum Lab naming rules and a “closest CLAUDE.md wins” note.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Tech stack | ||
|
|
||
| - Python **3.14**, `uv` package manager (PEP 668) | ||
| - pytest (+ pytest-asyncio, pytest-cov) |
|
|
||
| - Python **3.14**, `uv` package manager (PEP 668) | ||
| - pytest (+ pytest-asyncio, pytest-cov) | ||
| - numpy / scipy / matplotlib for the benchmark + figures |
Comment on lines
+41
to
+42
| - Tied to `nerve-wml` (methodology bootstrap), `kiki_oniric.axioms` | ||
| (DR-0..DR-4) |
Comment on lines
61
to
+67
| ```bash | ||
| # Sync env | ||
| uv sync | ||
| uv run pytest tests/ | ||
|
|
||
| # Full test suite | ||
| uv run python -m pytest tests/ -x | ||
|
|
Comment on lines
+99
to
+100
| Nested `src/bouba_sens/CLAUDE.md` and `tests/CLAUDE.md` exist and | ||
| take precedence inside their subtrees. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the auto-generated TODO placeholder in
CLAUDE.mdwith a proper project description sourced fromREADME.mdand recent session memory.Covers: project framing (TMLR/Hypneum Lab/GENIAL), status snapshot (v0.5.9, B-3 PASS / B-1 Retract / B-2 Null / N12 running), stack, layout, commands, gotchas (multi-seed first-class, threshold-lock, critic-before-ship), naming rules.
Docs-only. No code or tests touched.