mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-21 16:01:09 +00:00
refactor: finish companion rename migration
Complete the remaining pi-to-companion rename across companion-os, web, vm-orchestrator, docker, and archived fixtures. Verification: - semantic rg sweeps for Pi/piConfig/getPi/.pi runtime references - npm run check in apps/companion-os (fails in this worktree: biome not found) Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
e8fe3d54af
commit
536241053c
303 changed files with 3603 additions and 3602 deletions
|
|
@ -1,58 +0,0 @@
|
|||
### 1. Set Up the Team with Plan Approval
|
||||
|
||||
First, create a team and spawn a teammate who is required to provide a plan before making changes.
|
||||
|
||||
Prompt:
|
||||
"Create a team named 'v060-test' for refactoring the project. Spawn a teammate named 'architect' and require plan approval before they make any changes. Tell them to start by identifying one small refactoring opportunity in any file."
|
||||
|
||||
---
|
||||
|
||||
### 2. Submit and Review a Plan
|
||||
|
||||
Wait for the architect to identifying a task and move into planning status.
|
||||
|
||||
Prompt (Wait for architect's turn):
|
||||
"Check the task list. If refactor-bot has submitted a plan for a task, read it. If it involves actual code changes, reject it with feedback: 'Please include a test case in your plan for this change.' If they haven't submitted a plan yet, tell them to do so for task #1."
|
||||
|
||||
---
|
||||
|
||||
### 3. Evaluate a Plan (Approve)
|
||||
|
||||
Wait for the architect to revise the plan and re-submit.
|
||||
|
||||
Prompt (Wait for architect's turn):
|
||||
"Check the task list for task #1. If the plan now includes a test case, approve it and tell the architect to begin implementation. If not, tell them they must include a test case."
|
||||
|
||||
---
|
||||
|
||||
### 4. Broadcast a Message
|
||||
|
||||
Test the new team-wide messaging capability.
|
||||
|
||||
Prompt:
|
||||
"Broadcast to the entire team: 'New project-wide rule: all new files must include a header comment with the project name. Please update any work in progress.'"
|
||||
|
||||
---
|
||||
|
||||
### 5. Automated Hooks
|
||||
|
||||
Test the shell-based hook system. First, create a hook script, then mark a task as completed.
|
||||
|
||||
Prompt:
|
||||
"Create a shell script at '.pi/team-hooks/task_completed.sh' that echoes the task ID and status to a file called 'hook_results.txt'. Then, mark task #1 as 'completed' and verify that 'hook_results.txt' has been created."
|
||||
|
||||
---
|
||||
|
||||
### 6. Verify Team Status
|
||||
|
||||
Ensure the task_list and read_inbox tools are correctly reflecting all the new states and communications.
|
||||
|
||||
Prompt:
|
||||
"Check the task list and read the team configuration. Does task #1 show as 'completed'? Does the architect show as 'teammate' in the roster? Check your own inbox for any final reports."
|
||||
|
||||
---
|
||||
|
||||
### Final Clean Up
|
||||
|
||||
Prompt:
|
||||
"We're done with the test. Shut down the team and delete all configuration files."
|
||||
Loading…
Add table
Add a link
Reference in a new issue