# agentic-jujutsu Documentation

Complete documentation for the agentic-jujutsu package - AI-powered Jujutsu VCS wrapper for multi-agent collaboration.

## 📚 Quick Navigation

### Getting Started
- [Installation Guide](guides/installation.md) - Install npm package or Rust crate
- [NAPI Quick Start](guides/napi-guide.md) - Get started with Node.js bindings
- [Platform Support](project/platforms.md) - Supported platforms and architectures

### User Guides
- [CI/CD Setup](guides/cicd-setup.md) - Quick CI/CD configuration
- [CI/CD Multi-Platform](guides/cicd-multi-platform.md) - Advanced multi-platform builds
- [CI/CD Advanced](guides/cicd-advanced.md) - Complete CI/CD reference
- [NAPI CI/CD Complete](guides/napi-cicd-complete.md) - Full NAPI CI/CD guide
- [NAPI Setup Summary](guides/napi-setup-summary.md) - NAPI setup overview
- [Component Usage](guides/component-usage.md) - How to use key components

### Technical Reference
- [API Reference](reference/api/) - Complete API documentation
- [Architecture: NAPI vs WASM](reference/architecture/napi-vs-wasm.md) - Architecture decisions
- [Architecture Docs](reference/architecture/) - System architecture details

### Release Information
- [v1.0.1 Publication](releases/v1.0.1-publication.md) - Latest npm release details
- [v1.0.1 Summary](releases/v1.0.1-summary.md) - Release summary
- [NPM Publication Guide](releases/npm-publication.md) - Publishing to npm

### Project Status
- [Build Status](project/build-status.md) - Current build health
- [Platform Support](project/platform-support.md) - Platform compatibility matrix
- [Release Status](project/release-status.md) - Current release status
- [WASM Feasibility](project/wasm-feasibility.md) - WASM implementation analysis
- [WASM Status](project/wasm-status.md) - Current WASM support status
- [Migration v2](project/migration-v2.md) - Migration guide for v2
- [GitHub Secrets Setup](project/github-secrets.md) - CI/CD secrets configuration
- [Test Reports](project/test-reports/) - Latest test results and coverage

### Additional Resources
- [Benchmarks](benchmarks/) - Performance benchmarks and analysis
- [Development](development/) - Development setup and guidelines
- [Getting Started (legacy)](getting-started/) - Original getting started docs
- [npm Docs](npm/) - npm-specific documentation

### Archive
- [Legacy Documentation](archive/legacy/) - Deprecated docs from previous versions
- [QUDAG](archive/qudag/) - Archived QUDAG-related docs
- [Swarm](archive/swarm/) - Archived swarm coordination docs

## 📦 Package Information

**npm Package**: `agentic-jujutsu`
**Rust Crate**: `agentic-jujutsu`
**Version**: 1.0.1
**License**: MIT

## 🚀 Quick Install

### npm/npx
```bash
# Run without installing
npx agentic-jujutsu status

# Global install
npm install -g agentic-jujutsu
```

### Cargo
```bash
cargo install agentic-jujutsu --features native,cli
```

## 📊 Documentation Statistics

- **Total Files**: ~70 markdown files
- **Main Categories**: 7 (guides, reference, releases, project, etc.)
- **Last Updated**: November 2025
- **Status**: ✅ Reorganized and current

## 🤝 Contributing

See [development/](development/) for contribution guidelines and development setup.

## 📝 License

MIT License - See LICENSE file in the package root.

---

For the latest updates, visit the [GitHub repository](https://github.com/ruvnet/agentic-flow).
