Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:48
· 5 commits to main since this release

Mount external read-only .archcore/ knowledge bases into any project through a new globals setting.

Features

  • globals array in settings.json mounts external read-only .archcore/ knowledge bases.
  • MCP read tools surface mounted globals, tagged by source id and read-only.

Improvements

  • MCP server fails fast when a declared global source is missing.
  • Global documents are read-only — create, update, remove, and relations are rejected.
  • Unknown settings.json fields are preserved on read and write, not rejected.
  • doctor, sync, and MCP startup warn on unrecognized settings.json fields.
  • status tag-hygiene checks skip read-only global documents.

Changelog