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
This commit is contained in:
Max Mayfield
2026-02-27 06:56:34 +00:00
commit df667e0db8
38 changed files with 3206 additions and 0 deletions

35
openwebui/knowledge.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "PM Factory Knowledge Base",
"description": "Skills documentation and reference materials for the Reltio PM Factory.",
"collections": [
{
"name": "Transparent Factory Standards",
"description": "The five tenets of the Transparent Factory engineering standard.",
"source": ".standards/factory/content/",
"note": "Run 'python3 skills/factory-standards/manager.py update' first to populate this directory."
},
{
"name": "Epic Standards",
"description": "Templates and checklists for creating well-structured epics.",
"files": [
"skills/epics-standards/references/aha-epic-workflow.md",
"skills/epics-standards/references/epic-fields-checklist.md",
"skills/epics-standards/SKILL.md"
]
},
{
"name": "BMad Creative Suite",
"description": "Agent definitions and workflows for brainstorming, design thinking, and storytelling.",
"source": "bmad/creative-intelligence-suite/docs/",
"note": "Run 'python3 skills/bmad-suite/manager.py update' first to populate this directory."
},
{
"name": "Gainsight PX",
"description": "Product analytics skill documentation.",
"files": [
"skills/gainsight-px/SKILL.md"
]
}
],
"upload_instructions": "In Open WebUI: Workspace → Knowledge → Create Collection. Upload the files listed for each collection. Then attach the collections to the 'Reltio PM Factory' model preset."
}