Chore: remove serena MCP completely; gitea auto-push + test-count conventions

Serena dropped from .mcp.json + .serena/ untracked (unused in practice,
flaky on Unity per CLAUDE.md's own caveat); memory stack is now three
layers. Standing auths recorded in the skill: docs auto-commit + auto-push
main->gitea (origin stays ask-first).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-07 22:00:33 -07:00
parent a4b6bb9dfe
commit 7b64c1caa3
6 changed files with 33 additions and 24 deletions
+3 -2
View File
@@ -16,14 +16,15 @@ How knowledge is read and written for Project M. Four layers, each with a distin
|---|---|---|
| **This vault** (`Docs/Vault/`) | Design docs, decision records, session logs, roadmap | **Yes** (git) |
| **basic-memory** MCP | Semantic + wikilink recall over these same vault files | Yes (indexes the vault) |
| **serena** MCP | C# symbol navigation of `Assets/_Project/` | N/A (from code) |
| **Native Claude memory** | Machine-local facts / preferences (`memory/`, `MEMORY.md`) | **No** |
> serena MCP (C# symbol nav) REMOVED 2026-07-07 — unused in practice + flaky on Unity; C# navigation = `Grep`/`Glob`.
**Cross-machine rule:** durable truth → vault or repo `CLAUDE.md` (both committed). Native memory is local-only, never the sole home of a decision or design fact.
## Which tool when
- Where is X defined / who calls it → **serena** (fallback `Grep` / `Glob`).
- Where is X defined / who calls it → **Grep / Glob**.
- What did we decide / how does system Z work → **basic-memory** recall → read the note here.
- Literal string / asset GUID → **Grep / Glob**.
- Current DOTS / Netcode API → **context7** (never memory).