Skip to content

Commit b26a876

Browse files
prosdevclaude
andcommitted
docs: add Python to language lists across site and CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ec8d628 commit b26a876

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Everything runs on your machine. No data leaves.
2121

2222
```
2323
packages/
24-
core/ # Scanner (ts-morph, tree-sitter), vector storage (Antfly), services
24+
core/ # Scanner (ts-morph, tree-sitter for Python/Go), vector storage (Antfly), services
2525
cli/ # Commander.js CLI — dev index, dev mcp install, etc.
2626
mcp-server/ # MCP server with 5 built-in adapters
2727
subagents/ # Coordinator, explorer, planner, PR agents

website/content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dev mcp install # For Claude Code
101101
- **Hybrid Search** — BM25 keyword + vector semantic, fused with RRF
102102
- **Code Snippets** — Search returns actual code, not just file paths
103103
- **Call Graph** — Callers/callees extracted from AST at index time
104-
- **Multi-Language** — TypeScript, JavaScript, Go, Markdown
104+
- **Multi-Language** — TypeScript, JavaScript, Python, Go, Markdown
105105
- **100% Local** — Antfly runs on your machine. No data leaves.
106106
- **Auto-Index** — File watcher re-indexes on save while MCP server runs
107107
- **1,600+ Tests** — Production-grade reliability

0 commit comments

Comments
 (0)