2026-08-16 00:23:30 -07:00
|
|
|
apiVersion: v1
|
|
|
|
|
data:
|
|
|
|
|
config.json: |
|
|
|
|
|
{
|
|
|
|
|
"autoLoadSkills": [
|
|
|
|
|
"caveman",
|
|
|
|
|
"karpathy-guidelines"
|
|
|
|
|
],
|
|
|
|
|
"skillsPath": "~/.pi/skills",
|
|
|
|
|
"enforceRules": {
|
|
|
|
|
"karpathyGuidelines": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"rules": [
|
|
|
|
|
"Think before coding - surface assumptions and tradeoffs",
|
|
|
|
|
"Simplicity first - minimum code that solves the problem",
|
|
|
|
|
"Surgical changes - touch only what you must",
|
|
|
|
|
"Goal-driven execution - define verifiable success criteria"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"projectSpecific": {
|
|
|
|
|
"homelab": {
|
|
|
|
|
"gitOpsOnly": true,
|
|
|
|
|
"noManualKubectl": true,
|
|
|
|
|
"rebaseOnly": true,
|
|
|
|
|
"cnpgPattern": "unified-app-user"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
settings.json: |
|
|
|
|
|
{
|
|
|
|
|
"defaultModel": "qwen2.5:3b-instruct",
|
|
|
|
|
"defaultProvider": "homelab-qwen",
|
|
|
|
|
"defaultThinkingLevel": "medium",
|
|
|
|
|
"theme": "light"
|
|
|
|
|
}
|
2026-08-16 10:24:03 -07:00
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: pi-config
|
|
|
|
|
namespace: agent-pod
|