Commit Graph

10 Commits

Author SHA1 Message Date
Max Mayfield
93ad572b8d 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.
2026-03-03 06:18:14 +00:00
Max Mayfield
f2fdb324cc Override Tailwind --font-sans with Roboto Flex 2026-02-27 23:54:39 +00:00
Max Mayfield
98d9fb4278 Fix CSS mount path: /app/backend/open_webui/static/ (not /app/build/static/) 2026-02-27 23:54:04 +00:00
Max Mayfield
a58630f3d4 Remap Tailwind gray palette to Reltio purple-navy + override hardcoded dark bg colors 2026-02-27 23:52:37 +00:00
Max Mayfield
824fe5da39 Fix wave positioning to match Reltio Wave_root (bottom-anchored, blur on conversation) 2026-02-27 23:39:13 +00:00
Max Mayfield
cd9f0eb8b1 Add Reltio AgentFlow theme + update compose for 3-service architecture
- custom.css: Reltio dark theme (purple-navy palette, wave bg, frosted glass sidebar, gradient buttons)
- darkWave2.svg: Wave background asset from reltio.ai
- docker-compose.yml: gateway + mcpo + webui with CSS/SVG volume mounts
2026-02-27 23:38:14 +00:00
Max Mayfield
d88fd856f8 clean up README: tighter, no duplication 2026-02-27 07:06:50 +00:00
Max Mayfield
ae9b04d9f5 simplify: drop Dockerfile, use upstream node:22-slim
No custom images to maintain. docker-compose mounts the repo
directly into the stock node container.
2026-02-27 07:06:22 +00:00
Max Mayfield
b2400dfa97 cleanup: remove token, update gitignore 2026-02-27 06:57:46 +00:00
Max Mayfield
df667e0db8 v2: Forge Console + Open WebUI artifacts + Docker
- web/: Local chat UI (Express + WS → Codex bridge)
- openwebui/: Preset, pipelines, knowledge manifest
- Dockerfile + docker-compose.yml
- Updated README with 3 frontend options
- CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
2026-02-27 06:56:34 +00:00