Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add automated PR merge system with strict quality gates ensuring code review, security review, and QA completion before merging to develop. Features: - Enhanced Woodpecker CI with strict quality gates - Automatic PR merging when all checks pass - Security scanning (dependency audit, secrets, SAST) - Test coverage enforcement (≥85%) - Comprehensive documentation and migration guide Quality Gates: ✅ Lint (strict, blocking) ✅ TypeScript (strict, blocking) ✅ Build verification (strict, blocking) ✅ Security audit (strict, blocking) ✅ Secret scanning (strict, blocking) ✅ SAST (Semgrep, currently non-blocking) ✅ Unit tests (strict, blocking) ⚠️ Test coverage (≥85%, planned) Auto-Merge: - Triggers when all quality gates pass - Only for PRs targeting develop - Automatically deletes source branch - Notifies on success/failure Files Added: - .woodpecker.enhanced.yml - Enhanced CI configuration - scripts/ci/auto-merge-pr.sh - Standalone merge script - docs/AUTOMATED-PR-MERGE.md - Complete documentation - docs/MIGRATION-AUTO-MERGE.md - Migration guide Migration Plan: Phase 1: Enhanced CI active, auto-merge in dry-run Phase 2: Enable auto-merge for clean PRs Phase 3: Enforce test coverage threshold Phase 4: Full enforcement (SAST blocking) Benefits: - Zero manual intervention for clean PRs - Strict quality maintained (85% coverage, no errors) - Security vulnerabilities caught before merge - Faster iteration (auto-merge within minutes) - Clear feedback (detailed quality gate results) Next Steps: 1. Review .woodpecker.enhanced.yml configuration 2. Test with dry-run PR 3. Configure branch protection for develop 4. Gradual rollout per migration guide Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Mosaic Stack Documentation
Complete documentation for Mosaic Stack, organized in Bookstack-compatible shelf/book/chapter/page structure.
📚 Books
1. Getting Started
Essential guides to get Mosaic Stack installed and configured.
- Quick Start — Get up and running in 5 minutes
- Installation
- Configuration
2. Development
Developer guides for contributing to Mosaic Stack.
- Workflow
- Database
- Schema, migrations, and Prisma guides (to be added)
- Type Sharing
3. Architecture
Technical architecture and design decisions.
- Overview — System design (to be added)
- Authentication — BetterAuth and OIDC (to be added)
- Design Principles
4. API Reference
Complete API endpoint documentation.
📝 Scratchpads
Development notes and implementation details for specific issues:
- Issue #1: Project Scaffold
- Issue #2: PostgreSQL Schema
- Issue #3: Prisma ORM Setup
- Issue #4: Authentik OIDC Integration
🔍 Quick Links
For New Users
For Developers
For Architects
- PDA-Friendly Design
- Authentication Flow (to be added)
- System Overview (to be added)
For API Consumers
📋 Documentation Standards
File Organization
docs/
├── {N}-{book-name}/ # Book (numbered)
│ ├── README.md # Book overview
│ ├── {N}-{chapter-name}/ # Chapter (numbered)
│ │ ├── {N}-{page-name}.md # Page (numbered)
│ │ └── ...
│ └── ...
└── scratchpads/ # Development notes (unnumbered)
Numbering Convention
- Books:
1-getting-started,2-development,3-architecture,4-api - Chapters:
1-quick-start,2-installation,3-configuration - Pages:
1-overview.md,2-local-setup.md,3-docker-setup.md
Numbers maintain order in file systems and Bookstack.
Writing Style
- Concise — No unnecessary verbosity
- Action-oriented — Use imperative mood ("Run the command", not "You should run")
- Example-heavy — Show, don't just tell
- Code blocks — Always include working examples
- Links — Cross-reference related topics
- PDA-friendly — Follow design principles
Code Examples
Always include:
- Language identifier for syntax highlighting
- Complete, runnable examples
- Expected output when relevant
- Error cases and troubleshooting
🛠️ Contributing to Docs
Adding New Pages
- Identify the appropriate book/chapter
- Create numbered markdown file
- Add to chapter's parent README
- Link from related pages
- Test all links and code examples
Updating Existing Pages
- Keep formatting consistent
- Update last-modified date
- Test all examples
- Check cross-references
Creating New Books
- Number sequentially (
5-{new-book}) - Create
README.mdoverview - Add chapter directories
- Update this index
📊 Documentation Status
| Book | Completion |
|---|---|
| Getting Started | 🟢 Complete |
| Development | 🟡 Partial |
| Architecture | 🟡 Partial |
| API Reference | 🟡 Partial |
Legend:
- 🟢 Complete
- 🟡 Partial
- 🔵 Planned
- ⚪ Not started
🔗 External Resources
- Project Repository: https://git.mosaicstack.dev/mosaic/stack
- Issue Tracker: https://git.mosaicstack.dev/mosaic/stack/issues
- Google Style Guides: https://github.com/google/styleguide
- BetterAuth Docs: https://www.better-auth.com
- Prisma Docs: https://www.prisma.io/docs
- NestJS Docs: https://docs.nestjs.com
📧 Support
- Issues: Create an issue
- Discussions: Project discussions
Last Updated: 2026-01-28 Version: 0.0.1 (Pre-MVP)