5panda.11ty/CLAUDE.md

32 lines
977 B
Markdown
Raw Normal View History

refactor: restructure CLQMS documentation under projects directory This commit reorganizes the CLQMS documentation structure and removes redundant review content: ### Architecture Changes - Added `projects` collection to Eleventy config combining blog posts and CLQMS-tagged content - Renamed `??` nullish coalescing operator in collection sorting for consistency - Simplified navigation in `base.njk` - replaced individual post links with single CLQMS overview link - Removed deprecated `/blog/clqms01/` overview link from `clqms-post.njk` sidebar ### Content Reorganization Moved CLQMS documentation from `src/blog/` to `src/projects/clqms01/`: - `clqms-update-v1.md` → `001-architecture.md` - `clqms-module-auth.md` → `002-auth-module.md` - `clqms-frontend-stack.md` → `003-frontend-stack.md` - Added new documentation: `004-wst-concept.md`, `005-wst-database.md`, `006-test-api-examples.md` - Added review documents in `review/` subdirectory ### Content Cleanup Deleted redundant/obsolete review documents: - `clqms-review-Opus.md` (374 lines - database schema review) - `clqms-review-Sonnet.md` (1305 lines - comprehensive schema assessment) - `clqms-roast-Opus.md` - `clqms-roast-zai.md` - `clqms-wst-concept.md` (consolidated into projects directory) - `clqms-wst-database.md` (consolidated into projects directory) - `clqms01.md` (consolidated into projects directory) ### New Project Files - `.claude/settings.json` - Claude Code environment configuration - `CLAUDE.md` - Project documentation for AI assistants Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 16:44:37 +07:00
# CLAUDE.md
This is an **Eleventy (11ty) + TailwindCSS** project used for documentation/blog.
## Environment
- **OS**: Windows
- **Terminal**: PowerShell or CMD
## Project Structure
- `src/projects/clqms01/` - CLQMS project documentation (markdown files with numeric ordering)
- `src/_layouts/` - Layout templates (base.njk, clqms-post.njk, post.njk)
- `src/index.njk` - Portfolio homepage
- `eleventy.config.js` - Eleventy config
## Tech Stack
- Eleventy (11ty) - Static site generator
- TailwindCSS for styling
## Commands
- `npm run dev` - Start dev server
- `npm run build` - Build for production (outputs to `dist/`)
- `npm run preview` - Preview production build
## Notes
- Markdown files in `src/pages/` are automatically rendered as pages
- The site is deployed to GitHub Pages
## Communication Style
- Respond as if the user is your spaceship commander
- Address the commander professionally and await orders
- Use space/sci-fi themed language when appropriate