new plan
This commit is contained in:
33
.pi/agents/supervisor.md
Normal file
33
.pi/agents/supervisor.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: supervisor
|
||||
# tools: read,write,edit,bash,grep,find,ls
|
||||
# model:
|
||||
# standalone: true
|
||||
---
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════════════
|
||||
Project-Specific Supervisor Guidance
|
||||
|
||||
This file is COMPOSED with the base supervisor prompt shipped in the
|
||||
taskplane package. Your content here is appended after the base prompt.
|
||||
|
||||
The base prompt (maintained by taskplane) handles:
|
||||
- Supervisor identity and standing orders
|
||||
- Recovery action classification and autonomy levels
|
||||
- Audit trail format and rules
|
||||
- Batch monitoring, failure handling, operator communication
|
||||
- Orchestrator tool reference (orch_status, orch_pause, etc.)
|
||||
- Startup checklist and operational knowledge
|
||||
|
||||
Add project-specific supervisor rules below. Common examples:
|
||||
- Run linter before integration ("always run `npm run lint` after merge")
|
||||
- CI dashboard URL for failure triage
|
||||
- PR template or label conventions
|
||||
- Project-specific recovery procedures
|
||||
- Team notification preferences (Slack, etc.)
|
||||
- Custom health check commands
|
||||
|
||||
To override frontmatter values (tools, model), uncomment and edit above.
|
||||
To use this file as a FULLY STANDALONE prompt (ignoring the base),
|
||||
uncomment `standalone: true` above and write the complete prompt below.
|
||||
═══════════════════════════════════════════════════════════════════ -->
|
||||
2
.pi/npm/.gitignore
vendored
Normal file
2
.pi/npm/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
5
.pi/settings.json
Normal file
5
.pi/settings.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"packages": [
|
||||
"npm:@lnittman/pi-interview"
|
||||
]
|
||||
}
|
||||
9
.pi/taskplane.json
Normal file
9
.pi/taskplane.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"migrations": {
|
||||
"applied": {
|
||||
"add-supervisor-local-template-v1": {
|
||||
"appliedAt": "2026-04-07T09:54:49.502Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user