View on GitHub

AICTX

Repo-local continuity runtime for coding agents

Upgrade guide

Current line: 6.0.x

Current documented runtime: 6.0.0.

For users already on recent 4.x or 5.x, there is no special data migration command. Re-run normal setup so generated runner instructions pick up the current startup contract:

aictx install
aictx init

6.0.0

6.0.0 is a breaking runtime cleanup and Contract Compliance redesign. Re-run setup after upgrading so generated runner instructions and repo-local scaffold files match the v6 contract.

Added:

Changed:

Fixed:

Upgrade notes:


5.3.0

Added:

Changed:

Fixed:

Safe upgrade checklist

python -m pip install --upgrade aictx
aictx install
aictx init
aictx resume --repo . --task "continue current work" --json | python3 -m json.tool
aictx finalize --repo . --status success --task "upgrade validation" --summary "Validated AICTX v6 upgrade" --json | python3 -m json.tool
aictx advanced