Commit 55b0f71f authored by Vacaliuc, Bogdan's avatar Vacaliuc, Bogdan
Browse files

prompt 2.1 to refine the plan

parent 138588d5
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -387,3 +387,17 @@ produced and any deviations from the spec.

Standby for any clarification questions before starting; if the
spec is unambiguous in the redesign plan, proceed.

### Prompt 2.1

Ok, here are my notes after a review of the work:

1. "/effort default" is not valid for Claude code as far as I can tell:
```
❯ /effort default                                                                                                                                                                                                                         
  ⎿  Invalid argument: default. Valid options are: low, medium, high, xhigh, max, auto                                                                                                                                                    
```
Please pick one of the valid options.
2. I notice that the Admistrator prompt indicates that it can push tags (per §8 of orchestration.md). I disagree with this now. I do not want the Administrator to write anything to the repository.
3. Per 2 above, I therefore would like you to re-consider §8 of orchestration.md to minimize the amount of branches and tags that are used in the communications. I do not want to impose unnecessary restrictions on the communication protocol between agents, since the git repository is the primary and authoritative communication method, and we have now a lighter weight method that uses 'git ls-remote *' and a plan to scale up with SSH-keys. However, I would like to review the existing plan in this regard so as to minimize detrius that needs to be cleaned-up after action of the agents. In my ideal, following a fully successful operation, for every issue entered in issue.md, there should be a branch and PR *or* a branch and an {slug}-escalate tag. The agents should be designed so that proper operation of the machinery removes all active tags.
4. Please also design a script that I can run after a dry-run effort to identify any tags that are left with a {dry-run-prefix} in the repository and an (optional) parameter to remove them in the repository.