AICTX

Upgrade guide

Current line: 7.0.x

Current documented runtime: 7.0.0.

Release history lives in Changelog. This guide focuses on migration actions, compatibility notes, and setup refresh steps.

For users already on recent 4.x, 5.x, or 6.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

7.0

7.0 is a product-consolidation release that narrows the default AICTX experience to a lightweight repo-local continuity runtime for coding agents.

This line does not require a data migration. Re-run setup so generated runner instructions pick up the current lifecycle guidance and documentation positioning:

aictx install
aictx init

Upgrade notes:


6.11

This line does not require a data migration. Re-run setup so generated runner instructions pick up the current lifecycle contract, MCP-first guidance, guard triggers, and finalize evidence expectations.

Upgrade notes:

aictx install
aictx init

6.10

6.10 adds compact guard rails for active agent work and hardens repo-local MCP attachment for the AICTX source checkout.

This release does not require a data migration.

Added:

Changed:

Fixed:

Upgrade notes:

aictx install
aictx init

6.9.1

6.9.1 is a patch release for Codex setup, communication policy propagation, and Continuity View Mermaid Live links.

This release does not require a data migration.

Changed:

Fixed:

Upgrade notes:

aictx install
aictx init

6.9.0

6.9.0 adds read-only Task Context Packs for on-demand task-specific context outside the normal lifecycle startup step.

This release does not require a data migration.

Added:

Changed:

Fixed:

Upgrade notes:

aictx install
aictx init

Example:

aictx prepare "fix the MCP permissions bug" --repo . --json

6.8.0

6.8.0 adds Continuity Quality scoring so AICTX can evaluate whether repo-local continuity is fresh, stale, missing, demoted, unverified, or safe to rely on.

This release does not require a data migration.

Added:

Changed:

Upgrade notes:

aictx install
aictx init
aictx doctor --repo . --json
aictx view --repo .

6.7.0

6.7.0 adds local AICTX MCP support and plugin distribution artifacts so agents can use repo-local continuity through MCP-first workflows.

Added:

Changed:

Security:

Upgrade notes:

aictx install
aictx init

6.6.0

6.6.0 simplifies the default interactive setup flow while preserving the previous full setup prompts for advanced users.

Added:

Changed:

Upgrade notes:

aictx install --yes --with-repomap
aictx install --manual
aictx init --manual

6.5.1

6.5.1 is a patch release for contract-gap guidance hardening and legacy runtime quarantine.

Changed:

missing_validation -> needs-validation
edit_outside_scope -> needs-review
missing_first_action -> caution
structural_entrypoints_ignored -> caution

Fixed:

Upgrade notes:

aictx install
aictx init

6.5.0

6.5.0 adds Continuity View: a local, deterministic Markdown and Mermaid report for current repo continuity.

Added:

Changed:

Fixed:

Upgrade notes:

aictx install
aictx init

6.4.3

6.4.3 is a patch release for GitHub Copilot instruction hardening.


6.4.2

6.4.2 is a patch release for SEO documentation architecture, canonical project identity improvements.

Added:

Changed:

Fixed:

Upgrade notes:

aictx install
aictx init

6.4.1

6.4.1 is a patch release for portable continuity hardening and release/documentation identity consistency.

Added:

Changed:

Fixed:

Upgrade notes:

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