Replace stale LLM_SYSTEM_PROMPT.md with project AGENTS.md #4
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/issue-3-add-agents-md"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a canonical
AGENTS.mdscoped to yunjin-specific guidance (repo/tooling/architecture/conventions, LLM-service direction per #1) and deletes the stale Codeberg-eraLLM_SYSTEM_PROMPT.md.Content decisions per discussion with Marvin8: no duplication of global agent rules; README/Roadmap abandoned-notices stay until the LLM service lands;
RELEASE_NOTES_*.mdadded to the hands-off list.Closes #3
@ -0,0 +45,4 @@- Services hold all business logic; `db/` is pure SQL CRUD, no business rules.- SQLite is the only datastore.- Async/await for most I/O; synchronous SQLite access is fine.- Use **httpx**, never requests.Let's use pydantics fork "httpx2" instead!
@ -0,0 +54,4 @@Agents never edit these:- `CHANGELOG.md` — generated by uv-ship from commit messages at release timeI have moved away from "uv-ship" across all my repos. I now use just and justfile(s). No need to bring uv-ship back
@ -0,0 +56,4 @@- `CHANGELOG.md` — generated by uv-ship from commit messages at release time- `ruff.toml`- `RELEASE_NOTES_*.md` — maintained by Marvin8 at release timeReplace this, so the standard release notes steps from the global AGENTS.md come into effect
AGENTS.mdline 48✅ Done in
d9801f9— the HTTP convention now reads "Use httpx2 (pydantic's fork of httpx), never requests".AGENTS.mdline 57✅ Done in
d9801f9— the tooling table now lists just/justfile for releases (Marvin8-only). Note: the hands-off CHANGELOG.md bullet still mentions uv-ship as its generator — left untouched since you didn't name it; say the word and I'll adjust.AGENTS.mdline 59✅ Done in
d9801f9— the RELEASE_NOTES exemption is removed and AGENTS.md now explicitly states the global Release-Notes.md (taibai thread) steps apply on user-facing commits.`AGENTS.md` line 57
✅ Follow-up in
e135123— the hands-off CHANGELOG.md bullet now reads "generated by the release recipe in the justfile". The uv-ship dependency/config removal and the httpx→httpx2 migration will ride along with the first code-touching change, as agreed.