mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-22 21:57:51 +03:00
chore: checkpoint before lint autofix
This commit is contained in:
21
components/wifi-manager/webapp/AGENTS.md
Normal file
21
components/wifi-manager/webapp/AGENTS.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# AGENTS.md (Web UI)
|
||||
|
||||
Local guidance for work under `components/wifi-manager/webapp/`.
|
||||
|
||||
## Required Context
|
||||
|
||||
- Read `documentation/agents/frontend_requirements_context.md` before making UI/API changes.
|
||||
- Treat that document as the active requirements context (not just historical notes).
|
||||
|
||||
## Scope Rules
|
||||
|
||||
- Prioritize behavior and contract clarity over framework churn.
|
||||
- Do not edit `dist/` files manually.
|
||||
- Keep generated protobuf artifacts and API usage aligned with the active request/response contract.
|
||||
|
||||
## Maintenance Rules
|
||||
|
||||
- If routes, payload contracts, or shipped web asset sizes change:
|
||||
1. Run `build-scripts/ui_footprint_snapshot.sh`.
|
||||
2. Update `documentation/agents/frontend_requirements_context.md`.
|
||||
3. Add/update the decision log entry in that file.
|
||||
Reference in New Issue
Block a user