Files
blackroad-docs/.github/pull_request_template.md
Alexa Amundson dcce8d9135 Scaffold blackroad-docs: architecture, brand, governance, guides, api, roadmap, runbooks
Complete documentation foundation for BlackRoad OS, Inc. including:
- Architecture docs with Mermaid diagrams (overview, gateway, agents, security)
- 3 Architecture Decision Records (ADR-001 through ADR-003)
- Brand design system (colors, typography, spacing)
- Governance (decision log, release process, incident response)
- Developer guides (getting started, local dev, adding agents/providers)
- API specifications (gateway, protocol, error codes)
- Roadmap (Q1 2026, backlog)
- Runbooks (gateway outage, provider failover, key rotation)
- CI workflow for markdown validation
- Shared files (LICENSE, CLAUDE.md, CODEOWNERS, PR template)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 15:22:40 -06:00

21 lines
556 B
Markdown

## Summary
Brief description of the changes.
## Type of Change
- [ ] New documentation
- [ ] Documentation update
- [ ] Architecture Decision Record
- [ ] Runbook / operational procedure
- [ ] Brand / design system update
## Checklist
- [ ] Markdown passes lint (`npx markdownlint-cli2 "**/*.md"`)
- [ ] All internal links are valid
- [ ] Mermaid diagrams render correctly
- [ ] Cross-references to related docs are included
- [ ] README.md table of contents updated (if adding new file)
- [ ] No proprietary information exposed beyond intended scope