25 lines
806 B
JSON
25 lines
806 B
JSON
{
|
|
"file": ".trellis/spec/frontend/index.md",
|
|
"reason": "Confirm the implementation follows the expected frontend stack."
|
|
}
|
|
{
|
|
"file": ".trellis/spec/frontend/directory-structure.md",
|
|
"reason": "Check billing files live in the expected route-local structure."
|
|
}
|
|
{
|
|
"file": ".trellis/spec/frontend/component-guidelines.md",
|
|
"reason": "Review component naming, style isolation, and required comments."
|
|
}
|
|
{
|
|
"file": ".trellis/spec/frontend/state-management.md",
|
|
"reason": "Verify existing global stores are reused instead of duplicated."
|
|
}
|
|
{
|
|
"file": ".trellis/spec/frontend/type-safety.md",
|
|
"reason": "Check local interfaces and types are documented."
|
|
}
|
|
{
|
|
"file": ".trellis/spec/frontend/quality-guidelines.md",
|
|
"reason": "Verify async actions, loading states, and defensive rendering."
|
|
}
|