fix: move pi crew resources into discovered layout
This commit is contained in:
+5
-6
@@ -71,12 +71,11 @@ comparison-report/
|
||||
# Git worktrees (subagent-driven development workspaces)
|
||||
.worktrees/
|
||||
|
||||
# Pi crew runtime artifacts
|
||||
.crew/state/
|
||||
.crew/artifacts/
|
||||
.crew/worktrees/
|
||||
.crew/imports/
|
||||
.crew/exports/
|
||||
# pi-crew runtime state
|
||||
.pi/teams/state/
|
||||
.pi/teams/artifacts/
|
||||
.pi/teams/worktrees/
|
||||
.pi/teams/imports/
|
||||
.pi/sessions/
|
||||
|
||||
# Agent memory runtime artifacts
|
||||
|
||||
+5
-6
@@ -24,15 +24,15 @@ Inputs to inspect:
|
||||
- `docs/agent-memory/daily/`
|
||||
- `docs/agent-memory/prompt-evolution/`
|
||||
- `docs/agent-memory/prompt-change-log.md`
|
||||
- recent `.crew/artifacts/` if present
|
||||
- current `.crew/agents/`, `.crew/workflows/`, `.crew/teams/`
|
||||
- recent `.pi/teams/artifacts/` if present
|
||||
- current `.pi/teams/agents/`, `.pi/teams/workflows/`, `.pi/teams/`
|
||||
- current `.pi/prompts/`
|
||||
|
||||
Allowed targets for proposed patches:
|
||||
|
||||
- `.crew/agents/*.md`
|
||||
- `.crew/workflows/*.workflow.md`
|
||||
- `.crew/teams/*.team.md`
|
||||
- `.pi/teams/agents/*.md`
|
||||
- `.pi/teams/workflows/*.workflow.md`
|
||||
- `.pi/teams/teams/*.team.md`
|
||||
- `.pi/prompts/*.md`
|
||||
- `docs/agent-memory/**`
|
||||
- `AGENTS.md` only when the lesson is a project-wide rule
|
||||
@@ -66,4 +66,3 @@ prompt_evolution_eval:
|
||||
validation_required: []
|
||||
rollback: ""
|
||||
```
|
||||
|
||||
+1
-2
@@ -25,7 +25,7 @@ dependsOn: compile-memory
|
||||
reads: compiled-memory.md
|
||||
output: prompt-evolution-proposal.md
|
||||
|
||||
Create or update a proposal under `docs/agent-memory/prompt-evolution/`. If evidence is strong and scope is narrow, apply the smallest patch to `.crew/agents/`, `.crew/workflows/`, `.crew/teams/`, or `.pi/prompts/`.
|
||||
Create or update a proposal under `docs/agent-memory/prompt-evolution/`. If evidence is strong and scope is narrow, apply the smallest patch to `.pi/teams/agents/`, `.pi/teams/workflows/`, `.pi/teams/teams/`, or `.pi/prompts/`.
|
||||
|
||||
## critique
|
||||
role: critic
|
||||
@@ -48,4 +48,3 @@ dependsOn: validate
|
||||
verify: true
|
||||
|
||||
If files changed and validation is sufficient, commit them on a feature branch and push.
|
||||
|
||||
@@ -6,7 +6,7 @@ The design follows a three-layer pattern:
|
||||
|
||||
- Raw observations: local, append-only session notes and error/fix snippets. Keep private runtime files under `.agent-memory/raw/`.
|
||||
- Compiled memory: reviewed, structured Markdown under `docs/agent-memory/`.
|
||||
- Schema and workflows: `.crew/agents/`, `.crew/workflows/`, `.pi/prompts/`, and this README define how memory is captured, queried, and used to improve prompts.
|
||||
- Schema and workflows: `.pi/teams/agents/`, `.pi/teams/workflows/`, `.pi/teams/teams/`, `.pi/prompts/`, and this README define how memory is captured, queried, and used to improve prompts.
|
||||
|
||||
Do not store secrets, API keys, customer data, credentials, or full private transcripts. Prefer short, sanitized lessons with enough evidence to reproduce the issue.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user