AICX

Intention memory for coding agents that stays repo-local.

aicx is the Vibecrafted continuity runtime: it extracts decisions, tasks, outcomes, and source chunks from agent sessions so the next agent starts from evidence instead of mythology.

What becomes visible

  • Operator intent, not just chat transcript
  • Decision and outcome trails tied to source chunks
  • Project-scoped search for agents before they edit
  • A clean boundary between memory-derived claims and live repo truth

First five minutes

01

Install

Use the public Rust package today; the 0.9.x runtime release is the next publication cut.

02

Index

Run a project-local index so sessions become searchable decisions, tasks, and outcomes.

03

Steer

Ask aicx for the previous intent before running a new implementation or review pass.

If you searched for aictx

Axis aicx aictx
Owner VetCoders / Vibecrafted runtime Separate Python package and website
Contract Repo-local continuity for agent work with explicit evidence chunks Not part of the VetCoders runtime contract
Use with Loctree structural maps, Vibecrafted skills, operator reports Unknown to this runtime

Try the public package

The public crate gives strangers a real entry point while the local 0.9.x release catches up.

cargo install aicx

Hydration status: public page added; crates.io 0.9.x publication remains the next operator-owned release step.

Use it when

A repo has many agent sessions and the current truth is scattered across reports.

A worker needs the previous operator decision before touching code.

A review must cite source chunks instead of trusting a fuzzy memory recap.