Files
metabuilder/pastebin/CLAUDE.md
johndoe6345789 73c8e3d4dc feat: Add snippet-pastebin application
Full-featured pastebin application with:
- Next.js frontend with TypeScript
- Express backend with SQLite/PostgreSQL
- Syntax highlighting for 100+ languages
- Code quality validation system
- Comprehensive accessibility (WCAG compliance)
- Docker deployment configuration
- Playwright E2E tests
- Jest unit tests

This provides a standalone web application that can be
integrated as a capability module in the Universal Platform.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:54:54 +00:00

890 B

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.