mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-16 17:00:12 +00:00
17 lines
845 B
Markdown
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.
|