Releases: archcore-ai/plugin
v0.4.4
Skill surface collapses — fewer commands, clearer separation between init, plan, decide, and audit.
Breaking changes
- /archcore:bootstrap renamed to /archcore:init.
- /archcore:review and /archcore:actualize removed — use /archcore:audit [--deep] [--drift].
- /archcore:*-track commands removed — use /archcore:plan --track product|feature|sources|iso.
- /archcore:standard and /archcore:verify commands removed.
Features
- /archcore:audit consolidates documentation health checks and code-drift detection.
- /archcore:plan --track selects product, feature, sources, or ISO 29148 cascade flows.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Full Changelog: v0.4.2...v0.4.3
v0.4.1
Features
- improve stability in Cursor plugins with global Archcore CLI
Full Changelog: v0.4.0...v0.4.1
v0.4.0
The bundled CLI launcher is gone — install archcore globally before upgrading.
Breaking changes
- Bundled bin/archcore launcher removed; MCP now invokes archcore from PATH (globally)
Install CLI globally: https://docs.archcore.ai/cli/install/. And then update and relaunch your plugin.
##Features
- cursor.mcp.json template scopes Cursor MCP per project with cwd: "${workspaceFolder}".
Full Changelog: v0.3.14...v0.4.0
v0.3.14
Improvements
- Bootstrap exits fast on empty repos without seeding placeholder docs.
Fixes
- Codex MCP no longer silently runs against plugin docs — fails fast with ARCHCORE_CWD wrapper instructions.
Full Changelog: v0.3.13...v0.3.14
v0.3.13
v0.3.12
Full Changelog: v0.3.11...v0.3.12
v0.3.11
v0.3.10
This release tightens the precision contract: documents now get a soft warning when their body enumerates other .archcore/ documents, since cross-document links belong in the relation graph rather than duplicated in prose. The bundled CLI is pinned to v0.3.2, and CI gains guard-rails to keep the subcommand allowlist honest after every bump.
Improvements
- The check-precision hook now flags any body reference to another .archcore/...md document as a soft warning, pointing authors at mcp__archcore__add_relation so cross-document links live in the graph instead of drifting in markdown.
- ADR contract and precision rules gained a new "no cross-document body sections" rule (precision Rule 5), with explicit examples of what may still be cited (source code via @path/to/file, commits,
dashboards, external authorities). - Bundled CLI pinned to v0.3.2 via bin/CLI_VERSION.
Internal
- New cli-allowlist-consistency.bats structure test cross-checks the four copies of the CLI subcommand allowlist (cli-contract, readme-cli-references, validate-archcore, cli-integration-tests.rule.md) and the
As of comment against bin/CLI_VERSION, closing the silent-drift hole that let where linger after the v0.3.0 → v0.3.1 revert.
- cli-contract.bats now refuses to skip its launcher cross-check under CI=true; the GitHub Actions workflow pre-warms the archcore CLI cache before running tests so the allowlist check actually runs.
- Allowlist updated to drop the reverted where subcommand.
v0.3.9
Minor bump CLI: https://github.com/archcore-ai/cli/releases/tag/v0.3.1
Full Changelog: v0.3.7...v0.3.9