add Reltio Forge spec — velocity layer for Transparent Factory

Maps OpenClaw's high-velocity AI development practices to the 5
Transparent Factory tenets. Defines 6 Forge principles:
1. Gate Before Merge (fail-fast CI)
2. AI Reviews AI (Claude code review in CI)
3. Formal Models for High-Risk Paths (TLA+)
4. Three Channels, One Truth (beta → stable promotion)
5. Trust Boundaries as Code
6. Configurable Risk Tolerance (strict/standard/experimental)

Includes reference pipeline config and 3-month adoption path.
This commit is contained in:
Max Mayfield
2026-03-03 06:18:14 +00:00
parent f2fdb324cc
commit 93ad572b8d
2 changed files with 239 additions and 0 deletions

View File

@@ -42,11 +42,16 @@ Open the repo in Cursor, Claude Code, Kiro, Codex, or Gemini CLI. They all read
| Component | Purpose |
|-----------|---------|
| `docs/reltio-forge.md` | **Reltio Forge** — velocity layer for AI-accelerated delivery |
| `web/` | Forge Console — local chat UI (Express + WebSocket → Codex) |
| `openwebui/` | Open WebUI preset, pipelines, and knowledge manifest |
| `skills/` | Epics, Factory Standards, BMad Creative Suite, Gainsight PX |
| `config/mcporter.json` | MCP server definitions (Jira, Aha!, Context7) |
### Transparent Factory + Reltio Forge
**Transparent Factory** defines the 5 architectural tenets (Atomic Flagging, Elastic Schema, Cognitive Durability, Semantic Observability, Configurable Autonomy). **Reltio Forge** wraps each tenet in automated CI/CD enforcement — AI code review, formal verification, fail-fast gates, and configurable risk posture. See [`docs/reltio-forge.md`](docs/reltio-forge.md).
---
## Architecture