Skip to content

Releases: archcore-ai/plugin

v0.4.4

14 May 20:24

Choose a tag to compare

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

14 May 20:12

Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

v0.4.1

13 May 13:15

Choose a tag to compare

Features

  • improve stability in Cursor plugins with global Archcore CLI

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 May 17:43

Choose a tag to compare

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

11 May 13:11

Choose a tag to compare

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

10 May 09:56

Choose a tag to compare

Fixes

  • Codex hooks and MCP server start correctly from any working directory.
  • /archcore:bootstrap auto-initializes .archcore/ before its first MCP call.

v0.3.12

10 May 07:26

Choose a tag to compare

Full Changelog: v0.3.11...v0.3.12

v0.3.11

09 May 21:54

Choose a tag to compare

Fixes

  • Codex hooks resolve correctly when invoked outside the project root.
  • Codex MCP server starts from the correct working directory.

v0.3.10

07 May 19:53

Choose a tag to compare

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

06 May 19:33

Choose a tag to compare