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:
35
openwebui/knowledge.json
Normal file
35
openwebui/knowledge.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user