mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
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>
890 B
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.mdfor 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.