mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Specs: Prevent auto-generated docs from getting edited manually
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3efb69483e
commit
401d910b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ Learn more: https://agents.md/
|
|||
- When introducing new metadata sources (e.g., `SrcOllama`, `SrcOpenAI`), define them in both `internal/entity/src.go` and the frontend lookup tables (`frontend/src/common/util.js`) so UI badges and server priorities stay aligned.
|
||||
- Whenever the Change Management instructions for a document require it, publish changes as a new file with an incremented version suffix (e.g., `*-v3.md`) rather than overwriting the original file.
|
||||
- Older spec versions remain in the repo for historical reference but are not linked from the main TOC. Do not base new work on superseded files (e.g., `*-v1.md` when `*-v2.md` exists).
|
||||
- Auto-generated configuration and command references live under `specs/generated/`. Agents MUST NOT read, analyse, or modify anything in this directory; refer humans to `specs/generated/README.md` if regeneration is required.
|
||||
|
||||
**Style note:** Document headings must use Title Case (capitalize every significant word) across Markdown files to keep generated navigation and changelogs consistent.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue