View on GitHub

AICTX

Repo-local continuity runtime for coding agents

Upgrade guide

Current line: 6.4.x

Current documented runtime: 6.4.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.4.0

6.4.0 is a minor release for team-safe git-portable continuity.

Added:

Changed:

Upgrade notes:

aictx init --repo . --portable-continuity
aictx portability status --repo . --json | python3 -m json.tool
aictx portability compact --repo . --apply --json | python3 -m json.tool

6.3.2

6.3.2 is a patch release for GitHub Copilot repository instructions and related docs.

Added:

Changed:

Upgrade notes:


6.3.1

6.3.1 is a patch release for visible-session banner behavior and repository presentation.

Fixed:

Changed:

Upgrade notes:


6.3.0

6.3.0 hardens the repo-local continuity loop: release readiness, contract-gap carryover, resume relevance, RepoMap status clarity, and read-only diagnostics.

Added:

Upgrade notes:


6.2.0

6.2.0 makes RepoMap actionable inside the normal continuity workflow.

Added:

Upgrade notes:


6.1.0

6.1.0 extends the v6 runtime with explainable loaded-context metadata and optional entrypoint arbitration for request-sensitive resume routing.

Added:

Changed:

Fixed:

Upgrade notes:


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