aida 0.1.0

AI-native requirements management — track what you build and why, with structured context for AI coding agents
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 35.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 16.99 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 32s Average build duration of successful builds.
  • all releases: 1m 32s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • joemooney/aida
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joemooney

AIDA — AI-Native Requirements Management

Track what you build and why, with structured context for AI coding agents.

Install

cargo install aida-cli

What is AIDA?

AIDA bridges the gap between business intent and code reality:

  • Requirements link to code via trace comments (// trace:FR-042 | ai:claude)
  • Commits reference specs ([AI:claude] feat(auth): add login (FR-042))
  • AI agents query structured data via MCP, not parse prose

Crates

Crate Purpose
aida This crate — re-exports aida-core
aida-cli CLI tool (cargo install aida-cli)
aida-core Core library (models, storage, analytics)

Features

  • 5 storage backends (YAML, SQLite, PostgreSQL, Git worktree, Git sibling)
  • 20+ Claude Code skills for AI-assisted development
  • GitHub and GitLab integration
  • MCP server for any AI agent
  • Distributed mode with offline capability
  • Analytics: velocity, cycle time, quality scores

Links

License

MIT