Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 May 17:14
· 7 commits to main since this release

Agents auto-discover Archcore's MCP tools via a usage hint written into AGENTS.md, GEMINI.md, or .claude/rules.

Features

  • archcore instructions install writes a "use Archcore" hint into detected agents' config files.
  • archcore instructions remove reversibly strips the hint, even after de-init.
  • archcore init offers to add the hint after agent setup (opt-in, default yes).
  • --agent flag targets a single host instead of all detected ones.

Improvements

  • Shared files (AGENTS.md, GEMINI.md) edited non-destructively inside a managed marker block.
  • Non-interactive init skips the hint and points to instructions install for automation.

For update Archcore CLI run:

archcore update

Changelog

  • 8b19c54 feat: nudges for agents configs