Files
Clément SAILLANT d7ffbf14cf feat: Add workflows and templates for design reviews, release processes, and compliance checks
- Introduced new documentation for design reviews (DR0/DR1) and release rituals.
- Created templates for Architecture Decision Records (ADR), Design Reviews, Playtest Reports, and Validation Plans.
- Established workflows for consulting, creative processes, systems engineering, R&D spikes, and compliance/QA.
- Implemented GitHub Actions workflows for firmware and hardware CI with required checks strategy.
- Added setup script for repository configuration, including label creation and branch protection.
- Developed installation script for Kill_LIFE with system updates and environment setup.
2026-02-19 01:35:10 +01:00

26 lines
748 B
YAML

site_name: AI Agentic Embedded Base
theme:
name: mkdocs
nav:
- Home: docs/index.md
- Install: docs/INSTALL.md
- Runbook: docs/RUNBOOK.md
- FAQ: docs/FAQ.md
- Plans: docs/plans/README.md
- Specs:
- Overview: specs/README.md
- Intake: specs/00_intake.md
- Spec: specs/01_spec.md
- Arch: specs/02_arch.md
- Plan: specs/03_plan.md
- Tasks: specs/04_tasks.md
- Constraints: specs/constraints.yaml
- Standards: standards/README.md
- BMAD: bmad/README.md
- Hardware: docs/HARDWARE_QUICKSTART.md
- KiCad Previews: docs/KICAD_PREVIEWS.md
- MCP setup: docs/MCP_SETUP.md
- Design Blocks: docs/BLOCKS.md
- AI Workflows: docs/AI_WORKFLOWS.md
- Agentic Landscape: docs/AGENTIC_LANDSCAPE.md