docs: add documentation management section for /doc and todo usage

This commit is contained in:
DiTus
2026-03-18 21:25:31 +01:00
parent d42d5941fc
commit 11fe986b5b

View File

@ -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)