812 B
812 B
Frontend Task Prompt
You are implementing a frontend task in this repository.
Read First
AGENTS.mddocs/ARCHITECTURE.mddocs/DEVELOPMENT_WORKFLOW.mddocs/AGENTIC_WORKFLOW.md- Relevant feature spec in
docs/FEATURES/ - Relevant task file in
docs/TASKS/
Instructions
- Implement only the requested frontend task.
- Existing route-level app screens live under
frontend/src/views/app. - New isolated feature slices should prefer
frontend/src/features/<feature>. - Use
frontend/src/config.jsfor runtime configuration. - Preserve token refresh behavior in
authStoreandfrontend/src/plugins/api.js. - Use generated API types from
frontend/src/api/schema.d.tswhen the endpoint has been generated.
After Coding
Run or recommend:
cd frontend
npm run build