@donobu/test ships an Agent Skills file for coding agents

Install a versioned Agent Skills file with donobu skills install so a coding agent working in your repo gets grounded guidance on writing and running Donobu tests instead of guessing at the API.

@donobu/test now ships an Agent Skills file, so a coding agent working in your repo can install it directly with donobu skills install and get grounded, versioned guidance instead of guessing at the API. The file is stamped to your installed package version and refreshes when you upgrade.

Two smaller CLI changes round this out: the CLI now loads your project's .env automatically, and context show and context export default to the app in your repo instead of requiring an origin argument every time.

  • Install with donobu skills install
  • The skill file is stamped to your installed version and refreshes on upgrade
  • CLI now loads the project .env automatically
  • context show and context export default to the app in your repo