Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ Update this section when adding a new top-level directory, a new major module
or a new phase plan document. File-level changes inside existing directories do
not need a structural-doc update.

## Domain documentation

- Ash domain ERD: documents/ash-domain-erd.adoc — canonical inventory of
the `LinearCli.Linear` domain: resources, actions, code interfaces,
GraphQL associations, and shared helpers. **Must be updated in the same
change** whenever an Ash resource, action, code interface, association
attribute, or shared helper is added, removed, renamed, or materially
changed.

## Standards

- Conventional Commits: app/usage-rules.md — enforced by the `commit-msg`
Expand Down
Loading