Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 600 Bytes

File metadata and controls

19 lines (12 loc) · 600 Bytes

Agent Stack

GitHub Operations

Use gh command for GitHub operations.

Repo: i-am-bee/agentstack

All commits must be signed off for DCO compliance (git commit --signoff).

Useful scripts

  • mise run agentstack-server:migrations:run run migrations

Development rules

  • When working in agentstack-server make sure you always test the behaviour using the agentstack-server debugging approach
  • All testing and linting can be done via mise run check
  • Formatting can be fixed via mise run fix
  • Breaking API changes must be documented in docs/development/reference/changelog.mdx