13 lines
642 B
Markdown
13 lines
642 B
Markdown
# AGENTS
|
|
|
|
Always read [`README.md`](README.md) and [`meta-arch.md`](docs/meta-arch.md) when new chat created.
|
|
|
|
Additionally read relevant files depends on task.
|
|
|
|
* If want to modify use cases (files at `test/features/*.feature`)
|
|
* read [`FRs.md`](docs/FRs.md)
|
|
* If want to modify code (implement or test) of `View` of MVVM (UI widget) (files at `lib/ui/features/*/widgets/*`)
|
|
* read [`wireframe.md`](docs/wireframe.md), [`NFRs.md`](docs/NFRs.md), `test/features/*.feature`
|
|
* If want to modify code (implement or test) of non-View e.g. `Model`, `View Model`, services...
|
|
* read `test/features/*.feature`, [`NFRs.md`](docs/NFRs.md)
|