Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:30
· 14 commits to main since this release

Hook guardrails move into the binary: a CLI-only install now gets the write protection and advisories that were plugin-only.

Breaking changes

  • The five MCP track prompts are gone; plugin skills own document cascades.
  • prompts/list answers method-not-found — the capability is no longer declared.

Features

  • Direct editor writes to .archcore/ documents are blocked; MCP tools are the only path.
  • Rules and decisions constraining a file reach the agent before it edits.
  • A document write reports structural issues, affected dependents, and vague wording back.
  • Session start names documents left stale by recent code changes.
  • Codex CLI joins the hook-wired hosts alongside Claude Code, Cursor, Gemini, and Copilot.
  • codeAlignment.sourceRoots in settings.json picks which directories count as source code.

Improvements

  • doctor warns when a wired host cannot act on its hook config.
  • hooks install and doctor flag an installed plugin that duplicates hook output.
  • Unknown hook hosts and events stay silent instead of leaking help text into context.
  • Settings written by a newer archcore survive a rewrite by an older one.
  • ARCHCORE_DISABLE_INJECTION=1 turns off pre-edit context injection.
  • Install scripts send an anonymous install ping; DO_NOT_TRACK=1 opts out.

Changelog

  • d90b120 refactor: remove mcp, move hooks, tests
  • 514586b ci: add analytics for installations