From 04abe908ddcbfe2a427f41bd4834d67c155c2013 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Tue, 20 Jan 2026 21:02:38 +0000 Subject: [PATCH] claude --- CLAUDE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..86d50f7 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,11 @@ +## Project Documentation Conventions (Important) + +**Documentation Files:** All new documentation or task files must be saved under the `docs/` folder in this repository.For example: + +- **Tasks & TODOs**: Save in `docs/{YYYY_MM_DD}/tasks/` (e.g., `docs/t2025_08_08/asks/ReleaseTodo.md` for a release checklist). +- **Requirements/Specs**: Save in `docs/{YYYY_MM_DD}/specs/` (e.g., `docs/2025_08_08/specs/AuthModuleRequirements.md`). +- **Design Docs**: Save in `docs/{YYYY_MM_DD}/design/` (e.g., `docs/2025_08_08/design/ArchitectureOverview.md`). +- **Code Files:** Follow the project structure (place new code in the appropriate src/module folder as discussed). +- **Tests:** Put new test files under the `tests/` directory, mirroring the code structure. + +> **Important:** When creating a new file, ensure the directory exists or create it. Never default to the root directory for these files.