Commit Graph

6 Commits

Author SHA1 Message Date
Alexa Louise
25784a89f7 docs: add API design reference for governance layer
- Complete REST API specification for all governance endpoints
- Authentication with scoped tokens
- Intent, Policy, Ledger, Agent, Approval endpoints
- Webhook events and security
- Rate limiting tiers
- TypeScript and Python SDK examples
- OpenAPI spec reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 20:21:32 -06:00
Alexa Louise
404d6a093a docs: add KV schema reference for governance layer
- Complete schema for all 6 governance namespaces
- ID generation patterns and examples
- Index key patterns for efficient queries
- TypeScript interfaces for all objects
- Query pattern examples with code
- Storage implementation for KV, D1, and Redis

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 20:19:39 -06:00
Alexa Amundson
0b37231a72 Merge commit '26c0f59a79701dbbc714bc5ec7a03e85093886b7' 2025-11-25 13:25:43 -06:00
copilot-swe-agent[bot]
26c0f59a79 Address code review feedback: fix config, deps, links, and commands
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-24 18:10:15 +00:00
copilot-swe-agent[bot]
1845e069e0 Add comprehensive system prompt, style guide, and documentation structure
- Add SYSTEM_PROMPT.md with full documentation philosophy
- Add STYLE_GUIDE.md with detailed writing standards
- Create services/ directory with docs for API, Operator, Core, Web, Prism, Infra
- Create agents/ directory with agent ecosystem documentation
- Create guides/ directory with getting-started and contributing guides
- Create runbooks/ directory with incident playbook and deployment runbooks
- Create reference/ directory with API reference placeholder
- Update sidebars.ts to include all new sections
- Update CONTRIBUTING.md to reference new comprehensive guides
- Update .gitignore to exclude binary assets per system prompt requirements
- All documentation builds successfully with no broken links

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-24 16:42:05 +00:00
Alexa Amundson
2979029c38 feat: migrate docs to docusaurus v3 hub 2025-11-24 04:33:44 -06:00