Files
privateGPT/ui/CLAUDE.md
Javier Martinez 183cd03857 feat!: PrivateGPT revamp v1 (#2230)
* feat!: PrivateGPT revamp v1

* chore(docs): update nodejs
2026-06-02 16:55:46 +02:00

17 lines
845 B
Markdown

# Claude Code Instructions
See @README.md, @docs/SOURCE_OF_TRUTH.md, @docs/PRD.md, and @docs/STYLE_GUIDE.md before editing `index.html`.
## Scope
- Keep the app static and easy to inspect.
- Keep `index.html` as the only runtime implementation file unless explicitly told otherwise.
- Treat `docs/SOURCE_OF_TRUTH.md` as the canonical pointer to API contract paths and document ownership.
- Update the relevant docs in `docs/` whenever behavior, visuals, persistence, security posture, or API request/response handling changes.
## Claude-Specific Notes
- Use the shared docs above as the source of truth instead of duplicating product or design rules here.
- If implementation and docs disagree, fix the disagreement in the same change.
- Validate `index.html` changes with the documented script and manually test changed flows when needed.