Skip to content

v0.1.11

Choose a tag to compare

@homanp homanp released this 18 Feb 12:56
· 13 commits to main since this release
873f7f1
Screenshot 2026-02-18 at 13 56 11

v0.1.11 - Agent Install Instructions in AGENTS.md

Automatically adds package installation instructions to AGENTS.md during init, guiding agents to use brin for all package operations

Features

  • Package installation instructionsbrin init now appends a "Package Installation" section to AGENTS.md, instructing agents to use brin add, brin remove, brin scan, and brin check instead of running npm/yarn/pnpm/pip directly
  • Idempotent patching — Instructions are only added once, detected via a ## Package Installation marker. Running brin init multiple times won't duplicate the section
  • Auto-create AGENTS.md — If no AGENTS.md exists, one is created with the installation instructions included

Technical Changes

  • New INSTALL_INSTRUCTIONS_MARKER constant for idempotent detection
  • add_install_instructions() and add_install_instructions_at_path() functions in agents_md.rs
  • Called automatically at the end of brin init after the docs index update
  • Three new tests covering: append to existing file, idempotency, and creation of new file

Full Changelog: superagent-ai/brin@v0.1.10...v0.1.11

What's Changed

Full Changelog: superagent-ai/brin@v0.1.10...v0.1.11