albert-commands 0.1.2

Slash command library for Albert CLI — /plan, /tdd, /loop, /compress, /code-review, /build-fix, /refactor and more
Documentation

albert-commands

Slash command library for Albert CLI — part of the Ternary Intelligence Stack.

Crates.io License: MIT

What this crate provides

Parser and registry for all Albert slash commands. Each command is a typed enum variant with spec metadata (description, arguments, resume support).

Command Description
/auth Configure provider credentials
/init Build cognitive map of the current repo
/plan Multi-step execution plan with risk analysis
/tdd Scaffold → failing test → implement loop
/loop Autonomous agent loop until mission complete
/code-review Quality, security, and maintainability audit
/build-fix Detect and repair build errors
/bughunter Hunt and triage bugs across the codebase
/refactor Remove dead code, consolidate duplicates
/commit AI-generated commit message from staged diff
/compress Sliding-window context compaction
/help Full command reference

Part of the Albert ecosystem

Crate Role
albert-runtime Session, MCP, auth, bash
albert-api Multi-provider LLM client
albert-commands This crate — slash command library
albert-tools Tool execution layer
albert-compat Manifest extraction harness
albert-cli Binary (albert)