From 11fe986b5b753f60b8e64d4b3937364dc26fcabc Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 18 Mar 2026 21:25:31 +0100 Subject: [PATCH] docs: add documentation management section for /doc and todo usage --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e488910..4075e2b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -135,6 +135,8 @@ import React from 'react'; 4. **Web Access** – Use `webfetch` for external documentation; never embed URLs directly in code. 5. **Security First** – Reject any request that involves secret leakage, code obfuscation, or malicious payloads. +6. **Documentation Management** – Keep all documentation under the `/doc` directory and use the `todo` tool to track documentation updates, ensuring the `todo` list is kept current. + --- ## 4. Frequently Used Commands (Quick Reference)