chore: initialize POM 2 repo (docs guards green; release gates recorded NOT RUN pending install)
This commit is contained in:
2
config/APPEND_SYSTEM.md
Normal file
2
config/APPEND_SYSTEM.md
Normal file
@@ -0,0 +1,2 @@
|
||||
POM — Produce Magnum Opus is available through `/pom`, `skill://pom`, curated `pom-*` agents, and `pom_*` tools.
|
||||
For active POM projects: canonical files are authoritative; use native todo, task, IRC, memory, approval, compaction, and session systems; advance only after deterministic validation; never invent artifacts or completion.
|
||||
49
config/config.yml
Normal file
49
config/config.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
# Recommended project-local Oh My Pi settings for POM 2.
|
||||
theme:
|
||||
dark: pom-nocturne
|
||||
light: pom-parchment
|
||||
|
||||
symbolPreset: unicode
|
||||
|
||||
statusLine:
|
||||
preset: full
|
||||
separator: powerline-thin
|
||||
sessionAccent: true
|
||||
showHookStatus: true
|
||||
|
||||
terminal:
|
||||
showImages: true
|
||||
|
||||
images:
|
||||
autoResize: true
|
||||
blockImages: false
|
||||
|
||||
tools:
|
||||
intentTracing: true
|
||||
artifactSpillThreshold: 50
|
||||
artifactHeadBytes: 20
|
||||
artifactTailBytes: 20
|
||||
|
||||
task:
|
||||
eager: preferred
|
||||
batch: true
|
||||
maxConcurrency: 8
|
||||
maxRecursionDepth: 2
|
||||
showResolvedModelBadge: true
|
||||
|
||||
async:
|
||||
enabled: true
|
||||
|
||||
compaction:
|
||||
strategy: snapcompact
|
||||
midTurnEnabled: true
|
||||
autoContinue: true
|
||||
|
||||
memory:
|
||||
backend: local
|
||||
|
||||
steeringMode: one-at-a-time
|
||||
followUpMode: one-at-a-time
|
||||
interruptMode: immediate
|
||||
defaultThinkingLevel: high
|
||||
hideThinkingBlock: false
|
||||
15
config/mcp.json.example
Normal file
15
config/mcp.json.example
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/src/config/mcp-schema.json",
|
||||
"mcpServers": {
|
||||
"trusted-research": {
|
||||
"type": "http",
|
||||
"url": "https://replace-with-trusted-server.example/mcp",
|
||||
"headers": {
|
||||
"Authorization": "Bearer ${POM_RESEARCH_MCP_TOKEN}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disabledServers": [
|
||||
"trusted-research"
|
||||
]
|
||||
}
|
||||
16
config/pom.json
Normal file
16
config/pom.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"autoToolProfiles": true,
|
||||
"autoModelRouting": true,
|
||||
"dashboardWidget": true,
|
||||
"stopGuard": true,
|
||||
"defaultMode": "autopilot",
|
||||
"defaultView": "cinematic",
|
||||
"defaultMotion": "subtle",
|
||||
"defaultToolProfile": "auto",
|
||||
"maxStudioAgents": 6,
|
||||
"projectRootMode": "child",
|
||||
"destructiveProjectCommands": "block",
|
||||
"gitMode": "branch-per-stage",
|
||||
"hudPlacement": "aboveEditor",
|
||||
"showThinkingLane": true
|
||||
}
|
||||
Reference in New Issue
Block a user