Skip to content

Releases: archcore-ai/plugin

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

v0.3.7

03 May 12:37

Choose a tag to compare

Full Changelog: v0.3.6...v0.3.7

v0.3.6

29 Apr 15:01

Choose a tag to compare

Full Changelog: v0.3.5...v0.3.6

v0.3.5

26 Apr 09:13

Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

v0.3.4

25 Apr 14:19

Choose a tag to compare