Skip to content

Commit f65ccbc

Browse files
committed
chore: update Cargo.lock + expand public docs
Update lock file for agentic-sdk rename and enrich command-surface and installation docs for content depth compliance.
1 parent 7a8e1b9 commit f65ccbc

3 files changed

Lines changed: 58 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/public/command-surface.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,58 @@ All tools exposed by the `agentic-codebase-mcp` MCP server:
214214
| `translation_progress` | Get migration progress statistics |
215215
| `translation_remaining` | List symbols not yet ported |
216216

217+
### Invention Tools
218+
219+
#### Resurrection Tools
220+
221+
| Tool | Purpose |
222+
|------|---------|
223+
| `resurrect_search` | Search for traces of deleted code |
224+
| `resurrect_attempt` | Attempt to reconstruct deleted code from traces |
225+
| `resurrect_verify` | Verify a resurrection attempt is accurate |
226+
| `resurrect_history` | Get resurrection history for the codebase |
227+
228+
#### Genetics Tools
229+
230+
| Tool | Purpose |
231+
|------|---------|
232+
| `genetics_dna` | Extract the DNA (core patterns) of a code unit |
233+
| `genetics_lineage` | Trace the lineage of a code unit through evolution |
234+
| `genetics_mutations` | Detect mutations (unexpected changes) in code patterns |
235+
| `genetics_diseases` | Diagnose inherited code diseases (anti-patterns passed through lineage) |
236+
237+
#### Telepathy Tools
238+
239+
| Tool | Purpose |
240+
|------|---------|
241+
| `telepathy_connect` | Establish telepathic connection between codebases |
242+
| `telepathy_broadcast` | Broadcast a code insight to connected codebases |
243+
| `telepathy_listen` | Listen for insights from connected codebases |
244+
| `telepathy_consensus` | Find consensus patterns across connected codebases |
245+
246+
#### Soul Tools
247+
248+
| Tool | Purpose |
249+
|------|---------|
250+
| `soul_extract` | Extract the soul (essential purpose and values) of code |
251+
| `soul_compare` | Compare souls across code reincarnations |
252+
| `soul_preserve` | Preserve a code soul during rewrite |
253+
| `soul_reincarnate` | Guide a soul to a new code manifestation |
254+
| `soul_karma` | Analyze the karma (positive/negative impact history) of code |
255+
256+
#### Omniscience Tools
257+
258+
| Tool | Purpose |
259+
|------|---------|
260+
| `omniscience_search` | Search across global code knowledge |
261+
| `omniscience_best` | Find the best implementation of a concept globally |
262+
| `omniscience_census` | Global code census for a concept |
263+
| `omniscience_vuln` | Scan for known vulnerability patterns |
264+
| `omniscience_trend` | Find emerging or declining code patterns |
265+
| `omniscience_compare` | Compare your code to global best practices |
266+
| `omniscience_api_usage` | Find all usages of an API globally |
267+
| `omniscience_solve` | Find code that solves a specific problem |
268+
217269
## Universal MCP entry
218270

219271
```json

docs/public/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ agentic-codebase-mcp --version
4242

4343
- Restart your MCP client.
4444
- Confirm `agentic-codebase` appears in MCP server listings.
45+
46+
## Troubleshooting
47+
48+
If `acb` is not found after installation, ensure `~/.cargo/bin` is in your `PATH`. You can add it by appending `export PATH="$HOME/.cargo/bin:$PATH"` to your shell profile (`.bashrc`, `.zshrc`, or equivalent) and restarting your terminal.

0 commit comments

Comments
 (0)