From 250ee43ead9b7680d7e1f0fbc267bbe5b3e3b677 Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Thu, 21 May 2026 14:57:07 +0200 Subject: [PATCH] docs: add brain.md and knowledge management rule --- .agents/rules/AGENT.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.agents/rules/AGENT.md b/.agents/rules/AGENT.md index 512c0ff..2c33304 100644 --- a/.agents/rules/AGENT.md +++ b/.agents/rules/AGENT.md @@ -31,4 +31,9 @@ Never force-push blindly or overwrite other developers' work without understandi ## Project Management -- The Current Development Progress is tracked and marked down and always updated in the File `TODO.md` \ No newline at end of file +- The Current Development Progress is tracked and marked down and always updated in the File `TODO.md` + +## Knowledge Management + +- Every time you learn something new or worth mentioning about the project (e.g., architecture details, aesthetic conventions, logic workflows), you MUST document it. +- If it is not already recorded in the project's brain file, you must add it to `@[.agents/brain.md]`. \ No newline at end of file