rtfm.status
25Command
Show full RTFM index status (with pending-sync counts and health signals).
107 tagged code search, measured the same way as everything else here.
Browse within: embeddings 42code-intelligence 19codebase-indexing 12agent-memory 10rust 10bm25 9clangd 9cpp 9csharp 9code-index 8code-navigation 8gdl 8grep 8local-first 8
Command
Show full RTFM index status (with pending-sync counts and health signals).
Command
Render a Markdown findings report from .codesage/findings/. No LLM call — pure formatter.
Command
Re-check findings after code changes without inferring fixes from omission.
Command
Review CodeSage feature slices in parallel and persist validated findings.
Command Claude Code
Proactively discover and implement improvements.
Command Claude Code
Improve test coverage, fix tests, optimize performance, reduce bundle size.
Command Claude Code
Publish new version and monitor release process.
Command
Preview-only dead-code analysis — from a seed symbol, walk the call graph to a fixpoint and list what is provably DEAD (and what cascades), without deleting anything.
Command
Show or set Bash log-grep enforcement (block / warn / off) — controls whether raw grep/tail/cat over .log/.jsonl/Logs is intercepted and steered to gamedev-log.
Command
Analyze the game-engine/build log (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild, or any structured log) — parse, deduplicate, classify by severity/category, and read it token-efficiently via the gamedev-log CLI instead of dumping the raw file.
Command Claude Code
A command that summarizes CodeBrain's operational status, including checks, background workers, queued jobs, and indexed files.
Command Claude Code
A command that compares two versions of code-brain context search and reports ranking, repeatability, storage, latency, and context-size results.
Command Claude Code
A command that reports Code Brain activity, including Claude and Codex token use, hook and MCP activity, and blocked tool calls. Hooks are automatic project actions, while MCP is a way for an agent to call connected tools.
Command
Search this repository with codebase-index before reading files.
Command
Fetch and index documentation for all project dependencies.
Command
Index the project's source code for semantic search.
Command
Full codebase scan — generates code maps, architecture diagrams, and conditional schema maps and API contracts. Token-intensive, runs as subagent.
Command
Set up or update greppable configuration for this project — creates config, directory structure, and .gitignore entries.
Command
Check GDL health and diagnose issues — platform diagnostics, root resolution, setup status, scope conflicts, artifact inventory, and interactive investigation tools.
Command Claude Code
Add, commit, and push all current changes. If "$ARGUMENTS" contains "release", also create and push a version tag.
Command
Detect logical code duplicates and rank refactor opportunities.
Command
Semantic search with optional filters via sensegrep.
Command
Check index health and project language coverage for sensegrep.
Command
Write the searchable vocabulary this repository does not contain — agent-authored descriptions for undescribed declarations, the single biggest lever on retrieval quality.