Add project AGENTS.md to replace stale LLM_SYSTEM_PROMPT.md #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
The repo's only agent-instructions file,
LLM_SYSTEM_PROMPT.md, is stale:Agents (pi included) read
AGENTS.mdnatively. The project should have one canonical, current instructions file so agent behaviour is consistent across sessions and machines.Plan of attack
AGENTS.mdscoped to yunjin-specific guidance only — the global~/.pi/agent/AGENTS.mdon the agent box already covers import style, docstrings, dependency pinning, TDD, the forge workflow, and the main-off-limits invariant; none of that is duplicated here.CHANGELOG.md,ruff.toml,RELEASE_NOTES_*.md), uv-ship release flow, and the LLM direction pointer (issue #1) with env-var config naming (YUNJIN_LLM_API_KEY/YUNJIN_LLM_BASE_URL/YUNJIN_LLM_MODEL, keys from env only).LLM_SYSTEM_PROMPT.mdin the same PR.Branch:
docs/issue-3-add-agents-mdCommits:
:memo: Replace LLM_SYSTEM_PROMPT.md with project AGENTS.mdPR: opened via the Forgejo API targeting
main, body withCloses #3.