Intelligent code context for AI agents - surgical code retrieval with dependency resolution
npm install @sibyllinesoft/scribeIntelligent code context for AI agents - surgical code retrieval with dependency resolution.
``bash`
npm install -g @sibyllinesoft/scribeor
npx @sibyllinesoft/scribe --help
`bashGet a function and all its dependencies
scribe --covering-set "src/auth.rs:authenticate_user" --stdout
Unlike tools that bundle entire repositories, Scribe understands your code's dependency graph and returns only what's needed:
| Approach | Tool Calls | Tokens Used | Relevance |
|----------|------------|-------------|-----------|
| Manual grep + read | 4-10+ | ~15,000 | ~5% relevant |
| Full repo bundle | 1 | ~500,000 | ~1% relevant |
| Scribe | 1 | ~2,000 | 95%+ relevant |
- macOS (Apple Silicon & Intel)
- Linux (x64 & arm64)
- Windows (x64)
Full documentation: https://github.com/sibyllinesoft/scribe
MIT OR Apache-2.0