Commit Graph

3 Commits

Author SHA1 Message Date
Alexa Amundson
778d5f80bb Fix validation workflow: proper config file formats
- Fix markdownlint-cli2 config to use "config" key wrapper
- Disable MD034 (bare URLs) in addition to MD013/MD033/MD040/MD041
- Create .markdown-link-check.json config file instead of inline JSON
- Reference config files from workflow steps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:44:56 -06:00
Alexa Amundson
6d245a204e Fix markdownlint config: use .markdownlint-cli2.jsonc file
The inline config parameter was not supported by markdownlint-cli2-action.
Move config to a dedicated .markdownlint-cli2.jsonc file instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:37:56 -06:00
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