Rules

Write project guidance that shapes OpenABCode behavior.

Initialize

Use init to create or update the project rules file for the repository.

openabcode run "create project rules for this repo"

Example

Rules should be direct, testable, and specific to the codebase.

- Run package-level tests, not root tests.
- Do not edit generated SDK files manually.
- Use provider/model config instead of model env vars.

Types

Use repository rules for shared behavior and personal config for local preferences.