@laitszkin/apollo-toolkit 3.8.0 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/analyse-app-logs/scripts/__pycache__/filter_logs_by_time.cpython-312.pyc +0 -0
- package/analyse-app-logs/scripts/__pycache__/log_cli_utils.cpython-312.pyc +0 -0
- package/analyse-app-logs/scripts/__pycache__/search_logs.cpython-312.pyc +0 -0
- package/docs-to-voice/scripts/__pycache__/docs_to_voice.cpython-312.pyc +0 -0
- package/generate-spec/SKILL.md +15 -15
- package/generate-spec/references/templates/coordination.md +24 -54
- package/generate-spec/references/templates/preparation.md +40 -57
- package/generate-spec/scripts/__pycache__/create-specscpython-312.pyc +0 -0
- package/katex/scripts/__pycache__/render_katex.cpython-312.pyc +0 -0
- package/open-github-issue/scripts/__pycache__/open_github_issue.cpython-312.pyc +0 -0
- package/package.json +1 -1
- package/read-github-issue/scripts/__pycache__/find_issues.cpython-312.pyc +0 -0
- package/read-github-issue/scripts/__pycache__/read_issue.cpython-312.pyc +0 -0
- package/resolve-review-comments/scripts/__pycache__/review_threads.cpython-312.pyc +0 -0
- package/solve-issues-found-during-review/SKILL.md +48 -4
- package/text-to-short-video/scripts/__pycache__/enforce_video_aspect_ratio.cpython-312.pyc +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,16 @@ All notable changes to this repository are documented in this file.
|
|
|
12
12
|
- Strip ~375 lines of verbosity across 32 skill files: remove empty Dependencies sections, merge redundant Overview paragraphs, deduplicate repeated principles in `generate-spec`, and consolidate `archive-specs` workflow steps
|
|
13
13
|
- Extract inline output templates and issue schemas into skill-local reference files for `scheduled-runtime-health-check` and `open-github-issue`
|
|
14
14
|
|
|
15
|
+
## [v3.8.1] - 2026-05-01
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Enhance `solve-issues-found-during-review` skill: add finding classification by module and business logic chain, parallel sub-agent deployment with isolated workspaces, and change consolidation with conflict resolution; fall back to sequential fixing when sub-agents are unavailable
|
|
19
|
+
|
|
20
|
+
## [v3.8.2] - 2026-05-02
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- Simplify `generate-spec` coordination.md to three sections (Business Goals, Design Principles, Spec Boundaries) and restructure preparation.md to follow tasks.md-style compact format
|
|
24
|
+
|
|
15
25
|
## [Unreleased]
|
|
16
26
|
|
|
17
27
|
### Added
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/generate-spec/SKILL.md
CHANGED
|
@@ -118,30 +118,30 @@ Own the shared planning-doc lifecycle for feature work so other skills can reuse
|
|
|
118
118
|
|
|
119
119
|
- Create `coordination.md` only when one user request is intentionally split into multiple spec sets that may be implemented in parallel.
|
|
120
120
|
- Place it at `docs/plans/{YYYY-MM-DD}/{batch_name}/coordination.md`.
|
|
121
|
-
- Use it as the batch-level source of truth
|
|
122
|
-
- See Working Rules for the independence rule.
|
|
123
|
-
- Record shared fields, shared contracts, or shared data-shape assumptions that multiple spec sets must align on.
|
|
124
|
-
- Record whether the batch is ready for parallel implementation now; if not, point to `preparation.md` for executable prerequisite work or list coordination decisions that must still be settled.
|
|
125
|
-
- When one spec set replaces or removes legacy behavior, state that direction explicitly so all worktrees implement toward the same target rather than preserving the old behavior accidentally.
|
|
126
|
-
- Capture which spec set may touch which modules, which files require coordination, and whether any landing order or cutover sequence must be respected.
|
|
127
|
-
- Treat `coordination.md` as a merge-conflict prevention contract, not just a planning summary.
|
|
128
|
-
- Record the concrete file ownership map, forbidden touch points, and shared files that require explicit coordination before edits begin.
|
|
129
|
-
- For every known collision candidate, record the conflict shape, the pre-agreed owner or additive-only edit rule, and the trigger that requires re-coordination before implementation continues.
|
|
130
|
-
- For shared APIs, event schemas, config shapes, manifests, or artifact fields, record whether changes are additive-only during the batch and which spec set owns the canonical naming.
|
|
131
|
-
- When temporary compatibility shims, adapters, or legacy bridges must survive until the whole batch lands, record that retention rule explicitly so one worktree does not remove a path another still depends on.
|
|
132
|
-
- Record the post-merge integration checkpoints that must be re-verified after multiple worktrees land, especially when text merges may succeed while behavior still drifts.
|
|
133
|
-
- If the batch still needs a recommended merge order, make that order operationally convenient rather than functionally required for any single spec to work correctly.
|
|
121
|
+
- Use it as the batch-level source of truth organized in three sections: **Business Goals**, **Design Principles**, and **Spec Boundaries**.
|
|
134
122
|
- Keep single-spec concerns in that spec's own `design.md`; reserve `coordination.md` for batch-wide rules only.
|
|
123
|
+
- See Working Rules for the independence rule.
|
|
124
|
+
|
|
125
|
+
**Business Goals** — Record the shared batch outcome, list the member spec sets, state parallel readiness, and note shared exclusions. If the batch is not ready, point to `preparation.md` or list blocking coordination items.
|
|
126
|
+
|
|
127
|
+
**Design Principles** — Record the current baseline, shared invariants and constraints that every spec must preserve, legacy replacement direction, compatibility windows, and post-cutover cleanup. Keep these high-level and cross-cutting; leave per-spec design decisions in each `design.md`.
|
|
128
|
+
|
|
129
|
+
**Spec Boundaries** — Split into two sub-sections:
|
|
130
|
+
- **Ownership Map**: For each spec set, list its primary concern, allowed touch points, and forbidden touch points. This is the merge-conflict prevention contract.
|
|
131
|
+
- **Collisions & Integration**: Record shared-file edit rules, API/schema freeze owners, compatibility shim retention rules, merge order, post-merge integration checkpoints, and the re-coordination trigger. Every known collision candidate must have a pre-agreed resolution.
|
|
135
132
|
|
|
136
133
|
### 6.6) Fill `preparation.md` only for prerequisite work
|
|
137
134
|
|
|
138
135
|
- Create `preparation.md` only when multiple spec sets cannot be implemented safely in parallel until shared prerequisite work is completed first.
|
|
139
136
|
- Place it at `docs/plans/{YYYY-MM-DD}/{batch_name}/preparation.md`.
|
|
140
137
|
- Treat it as a pre-parallel implementation queue for the coordinating/main agent, not as another member spec.
|
|
141
|
-
-
|
|
138
|
+
- Follow a tasks.md-like structure with a **Preparation Goal** header, atomic preparation tasks, a **Validation** section, and a **Handoff** section.
|
|
139
|
+
- In **Preparation Goal**, state why this prerequisite is necessary, confirm that no core business logic is implemented here, list which specs depend on it, and define when parallel work can start.
|
|
140
|
+
- In each **Task P[N]**, use the same compact format as `tasks.md`: a one-line Purpose, Scope, and Out of scope guardrails, followed by atomic checkbox items with concrete file paths, modifications, and verification hooks.
|
|
142
141
|
- Include only the smallest shared prerequisite work that every affected spec can assume after it lands.
|
|
143
142
|
- Exclude core business logic, target business outcomes, user-visible behavior changes, and member-spec implementation guidance; those belong in normal spec files.
|
|
144
|
-
-
|
|
143
|
+
- In **Validation**, list the verification commands, expected results, and regression risks that prove the prepared baseline is ready.
|
|
144
|
+
- In **Handoff**, record what member specs may assume, what they must not change, and the re-coordination rule if preparation changes later.
|
|
145
145
|
- Remove overlapping instructions from member specs; specs must reference the prepared baseline as an assumption instead of repeating the setup tasks.
|
|
146
146
|
- See Working Rules for the parallel-safety rule.
|
|
147
147
|
|
|
@@ -3,75 +3,45 @@
|
|
|
3
3
|
- Date: [YYYY-MM-DD]
|
|
4
4
|
- Batch: [batch_name]
|
|
5
5
|
|
|
6
|
-
##
|
|
7
|
-
[Describe the shared implementation goal across this batch of parallel spec sets.]
|
|
6
|
+
## Business Goals
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
- Ready for parallel implementation now: [Yes / No]
|
|
11
|
-
- Blocking coordination items before coding: [None / list concrete ownership or contract decisions that must be settled first]
|
|
12
|
-
- Preparation document required before parallel work: [No / Yes, see `preparation.md`]
|
|
13
|
-
- Re-coordination trigger: [what kind of new overlap or contract change forces the batch to stop and re-align]
|
|
8
|
+
[Describe the shared business outcome this batch delivers when all spec sets land.]
|
|
14
9
|
|
|
15
|
-
|
|
16
|
-
- Included spec sets: [[spec-name-1], [spec-name-2]]
|
|
10
|
+
- Batch members: [[spec-name-1], [spec-name-2]]
|
|
17
11
|
- Shared outcome: [what the batch delivers when all spec sets land]
|
|
12
|
+
- Parallel readiness: [Yes / No; if No, list blocking items or link to preparation.md]
|
|
18
13
|
- Out of scope: [shared exclusions for the batch]
|
|
19
|
-
- Independence rule: [state how each spec remains independently implementable, testable, and mergeable without another spec in this batch landing first]
|
|
20
14
|
|
|
21
|
-
##
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- Shared invariants: [rules every spec set must preserve]
|
|
15
|
+
## Design Principles
|
|
16
|
+
|
|
17
|
+
[Shared design constraints every spec must follow during implementation.]
|
|
25
18
|
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
19
|
+
- Current baseline: [the current system state all spec sets must assume]
|
|
20
|
+
- Shared invariants: [rules every spec set must preserve]
|
|
21
|
+
- Shared constraints: [runtime, rollout, compatibility, or ownership constraints]
|
|
22
|
+
- Legacy direction: [legacy behavior being replaced and the replacement strategy; None if not applicable]
|
|
29
23
|
- Compatibility window: [None / temporary coexistence period]
|
|
30
|
-
- Cleanup
|
|
24
|
+
- Cleanup after cutover: [delete flag / remove adapter / drop old field; None if not applicable]
|
|
31
25
|
|
|
32
|
-
## Spec
|
|
26
|
+
## Spec Boundaries
|
|
33
27
|
|
|
34
|
-
###
|
|
28
|
+
### Ownership Map
|
|
29
|
+
|
|
30
|
+
#### Spec Set 1: [spec-name-1]
|
|
35
31
|
- Primary concern: [what this spec owns]
|
|
36
32
|
- Allowed touch points: [files/modules it may change]
|
|
37
33
|
- Must not change: [files/modules owned by another spec unless explicitly coordinated]
|
|
38
|
-
- Cross-spec implementation dependency: [None; if not None, re-slice the batch]
|
|
39
34
|
|
|
40
|
-
|
|
35
|
+
#### Spec Set 2: [spec-name-2]
|
|
41
36
|
- Primary concern: [what this spec owns]
|
|
42
37
|
- Allowed touch points: [files/modules it may change]
|
|
43
38
|
- Must not change: [files/modules owned by another spec unless explicitly coordinated]
|
|
44
|
-
- Cross-spec implementation dependency: [None; if not None, re-slice the batch]
|
|
45
|
-
|
|
46
|
-
## Conflict Boundaries
|
|
47
|
-
- Shared files requiring coordination: [file/module list or `None`]
|
|
48
|
-
- File ownership / edit guardrails: [which spec set owns which shared files or `None`]
|
|
49
|
-
- Shared API / schema freeze: [frozen owner + additive-only rule, or `None`]
|
|
50
|
-
- Compatibility shim retention rules: [which adapters/flags/tests must remain until batch completion, or `None`]
|
|
51
|
-
- Merge order / landing order: [independent / optional convenience order only, never a functional prerequisite]
|
|
52
|
-
- Worktree notes: [branch naming, rebase expectations, or `None`]
|
|
53
|
-
|
|
54
|
-
## Collision Resolution Records
|
|
55
|
-
|
|
56
|
-
### Collision 1: [Shared file / schema / manifest / contract]
|
|
57
|
-
- Involved spec sets: [[spec-name-1], [spec-name-2]]
|
|
58
|
-
- Conflict shape: [same file / same symbol / same schema field / same generated artifact]
|
|
59
|
-
- Pre-agreed resolution: [single owner / additive-only edits / split by section / move into one spec]
|
|
60
|
-
- Allowed edits per spec: [exact ownership boundary]
|
|
61
|
-
- Escalation rule: [when engineers must stop and re-coordinate]
|
|
62
|
-
|
|
63
|
-
### Collision 2: [Shared file / schema / manifest / contract]
|
|
64
|
-
- Involved spec sets: [[spec-name-1], [spec-name-2]]
|
|
65
|
-
- Conflict shape: [same file / same symbol / same schema field / same generated artifact]
|
|
66
|
-
- Pre-agreed resolution: [single owner / additive-only edits / split by section / move into one spec]
|
|
67
|
-
- Allowed edits per spec: [exact ownership boundary]
|
|
68
|
-
- Escalation rule: [when engineers must stop and re-coordinate]
|
|
69
39
|
|
|
70
|
-
|
|
71
|
-
- Combined behaviors to verify after merge: [cross-spec outcome]
|
|
72
|
-
- Required final test scope: [integration / E2E / migration / rollback]
|
|
73
|
-
- Rollback notes: [how to contain partial batch rollout]
|
|
40
|
+
### Collisions & Integration
|
|
74
41
|
|
|
75
|
-
|
|
76
|
-
[
|
|
77
|
-
- [
|
|
42
|
+
- Shared files & edit rules: [which files require coordination and the pre-agreed rules per spec]
|
|
43
|
+
- Shared API / schema freeze: [frozen owner + additive-only rule, or None]
|
|
44
|
+
- Compatibility shim retention: [which adapters/flags/tests must remain until batch completion, or None]
|
|
45
|
+
- Merge order: [independent / suggested convenience order only]
|
|
46
|
+
- Integration checkpoints: [combined cross-spec behaviors to verify after merge]
|
|
47
|
+
- Re-coordination trigger: [what change forces the batch to stop and re-align]
|
|
@@ -4,66 +4,49 @@
|
|
|
4
4
|
- Batch: [batch_name]
|
|
5
5
|
|
|
6
6
|
## Preparation Goal
|
|
7
|
+
|
|
7
8
|
[Describe the smallest shared prerequisite state that must exist before member specs can be implemented in parallel. This must not implement core business logic or deliver the batch target outcome.]
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
- Out-of-scope guardrails: [core business logic, target outcome, and member-spec behavior that must stay out of preparation]
|
|
44
|
-
- Inputs: [coordination/design/contract/official-doc evidence]
|
|
45
|
-
- Expected output: [concrete prepared artifact or code/doc state]
|
|
46
|
-
- Completion condition: [observable state that proves the task is done]
|
|
47
|
-
- Verification hook: [command/check/review step]
|
|
48
|
-
- Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
|
|
49
|
-
- P2. [ ] [Atomic preparation action with one concrete output]
|
|
50
|
-
- P2. [ ] [Atomic verification or regression action]
|
|
51
|
-
|
|
52
|
-
## Validation Plan
|
|
53
|
-
- Required verification before subagents start: [commands/checks]
|
|
54
|
-
- Expected results/assertions: [what proves the prepared baseline is usable]
|
|
10
|
+
- Why this exists: [why the batch cannot be parallelized without this prerequisite work]
|
|
11
|
+
- Core business boundary: [No core business logic or target outcome is implemented here]
|
|
12
|
+
- Depends on (specs): [[spec-name-1], [spec-name-2]]
|
|
13
|
+
- Parallel work starts after: [commit / verification / approval of this preparation]
|
|
14
|
+
- Out of scope: [member-spec implementation work that must remain in spec files]
|
|
15
|
+
|
|
16
|
+
## **Task P1: [Preparation Task Title]**
|
|
17
|
+
|
|
18
|
+
Purpose: [why this prerequisite is required before parallel work]
|
|
19
|
+
Scope: [files/modules this task may touch]
|
|
20
|
+
Out of scope: [core business logic, target outcome, member-spec behavior]
|
|
21
|
+
|
|
22
|
+
- P1. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
23
|
+
- Verify: [command/check/manual inspection]
|
|
24
|
+
|
|
25
|
+
- P2. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
26
|
+
- Verify: [command/check/manual inspection]
|
|
27
|
+
|
|
28
|
+
## **Task P2: [Preparation Task Title]**
|
|
29
|
+
|
|
30
|
+
Purpose: [why this prerequisite is required before parallel work]
|
|
31
|
+
Scope: [files/modules this task may touch]
|
|
32
|
+
Out of scope: [core business logic, target outcome, member-spec behavior]
|
|
33
|
+
|
|
34
|
+
- P1. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
35
|
+
- Verify: [command/check/manual inspection]
|
|
36
|
+
|
|
37
|
+
- P2. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
38
|
+
- Verify: [command/check/manual inspection]
|
|
39
|
+
|
|
40
|
+
## Validation
|
|
41
|
+
|
|
42
|
+
- Verification required: [commands/checks before subagents start]
|
|
43
|
+
- Expected results: [what proves the prepared baseline is usable]
|
|
55
44
|
- Regression risks covered: [risk IDs or behavior slices]
|
|
56
|
-
- Verification owner: [main/coordinating agent]
|
|
57
45
|
|
|
58
|
-
## Handoff
|
|
59
|
-
|
|
46
|
+
## Handoff
|
|
47
|
+
|
|
48
|
+
- Preparation commit required before parallel work: [Yes / No]
|
|
60
49
|
- Member specs assume: [prepared baseline assumptions]
|
|
61
|
-
- Member specs must not change: [prepared surfaces
|
|
50
|
+
- Member specs must not change: [prepared surfaces now frozen or additive-only]
|
|
62
51
|
- Member specs own all business behavior: [Yes]
|
|
63
|
-
- If preparation changes later: [stop
|
|
64
|
-
|
|
65
|
-
## Completion Record
|
|
66
|
-
- Preparation status: [Not started / In progress / Complete / Blocked / N/A]
|
|
67
|
-
- Preparation commit: [commit hash or `None yet`]
|
|
68
|
-
- Verification executed: [commands/checks/results]
|
|
69
|
-
- Remaining blockers before parallel implementation: [None / list]
|
|
52
|
+
- If preparation changes later: [stop and re-coordinate rule]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,6 +9,7 @@ description: Fix issues discovered during a review pass (review-change-set, revi
|
|
|
9
9
|
|
|
10
10
|
- Required: none. This skill reads issues from a review report that must already exist or be supplied by the caller.
|
|
11
11
|
- Conditional: `review-change-set` for re-validation after fixes when the fix set is code-affecting; `systematic-debug` when a fix attempt encounters unexpected test or runtime failures.
|
|
12
|
+
- Conditional: When parallel sub-agents are available, the capability to merge changes from independent workspaces and resolve inter-workspace conflicts after parallel fix work.
|
|
12
13
|
- Optional: `discover-edge-cases` to confirm edge-case coverage after fixing; `harden-app-security` to confirm security fixes are effective.
|
|
13
14
|
- Fallback: If a required re-validation dependency is unavailable after a code-affecting fix, run `git diff --stat` and relevant tests manually and report what was verified.
|
|
14
15
|
|
|
@@ -39,9 +40,52 @@ Group findings into ordered buckets:
|
|
|
39
40
|
|
|
40
41
|
Within each bucket, order by the reviewer's stated priority. If the review does not assign severity, treat architecture/business-goal gaps as High and simplification/style suggestions as Low.
|
|
41
42
|
|
|
42
|
-
### 3)
|
|
43
|
+
### 3) Classify findings by module and business logic chain
|
|
43
44
|
|
|
44
|
-
|
|
45
|
+
Before fixing, group findings by:
|
|
46
|
+
|
|
47
|
+
- **Module**: which subsystem, component, or layer each finding belongs to.
|
|
48
|
+
- **Business logic chain**: findings along the same data flow, request path, or feature pipeline.
|
|
49
|
+
|
|
50
|
+
This classification determines which findings can be fixed independently in parallel and which share dependencies that require coordinated treatment.
|
|
51
|
+
|
|
52
|
+
### 4) Deploy parallel fix work (when sub-agent capability is available)
|
|
53
|
+
|
|
54
|
+
If the runtime supports spawning sub-agents with isolated workspaces:
|
|
55
|
+
|
|
56
|
+
**a. Assign each module group to a sub-agent**
|
|
57
|
+
|
|
58
|
+
- Group findings by the classification above. Each independent module or business chain becomes a work package.
|
|
59
|
+
- Assign each work package to a sub-agent, giving it the relevant findings, the affected file paths, and the original review context.
|
|
60
|
+
- Each sub-agent works in its own isolated workspace with no risk of interfering with others.
|
|
61
|
+
|
|
62
|
+
**b. Sub-agents fix and validate their assigned findings**
|
|
63
|
+
|
|
64
|
+
Each sub-agent independently:
|
|
65
|
+
|
|
66
|
+
- Reads its assigned findings and the affected code.
|
|
67
|
+
- Applies the minimal fix for each finding in severity order within its scope.
|
|
68
|
+
- Validates correctness (tests, reproduction steps, linting) before marking findings as resolved.
|
|
69
|
+
- Reports back which findings were fixed, deferred, or could not be reproduced, along with a summary of changes.
|
|
70
|
+
|
|
71
|
+
**c. Consolidate and resolve conflicts**
|
|
72
|
+
|
|
73
|
+
After all sub-agents complete:
|
|
74
|
+
|
|
75
|
+
- Merge changes from each isolated workspace back into the main workspace, one at a time.
|
|
76
|
+
- If conflicts arise, resolve them by keeping both sides of the fix intent — do not discard either party's changes unless they are truly contradictory.
|
|
77
|
+
- When two fixes touch the same code, prefer the more conservative change (less behavioral deviation) unless the review finding explicitly demands the more aggressive one.
|
|
78
|
+
- If a conflict cannot be resolved without deviating from the original fix intent, flag it for manual review and move on.
|
|
79
|
+
|
|
80
|
+
**d. Re-validate after consolidation**
|
|
81
|
+
|
|
82
|
+
Run all relevant tests across the consolidated changes to confirm the merged result is correct.
|
|
83
|
+
|
|
84
|
+
If the runtime does **not** support sub-agents with isolated workspaces, fall back to fixing findings sequentially in severity order as described in the next step.
|
|
85
|
+
|
|
86
|
+
### 5) Fix findings sequentially (fallback when sub-agents are unavailable)
|
|
87
|
+
|
|
88
|
+
For each finding in priority order, when parallel sub-agent capability is not available:
|
|
45
89
|
|
|
46
90
|
**a. Understand the finding and the fix target**
|
|
47
91
|
|
|
@@ -65,7 +109,7 @@ For each finding in priority order:
|
|
|
65
109
|
|
|
66
110
|
Proceed to the next finding. Do not skip severity levels: finish all Critical findings before starting High, etc.
|
|
67
111
|
|
|
68
|
-
###
|
|
112
|
+
### 6) Re-validate the full scope
|
|
69
113
|
|
|
70
114
|
When all findings have been processed:
|
|
71
115
|
|
|
@@ -73,7 +117,7 @@ When all findings have been processed:
|
|
|
73
117
|
- Run all relevant tests across the changed files.
|
|
74
118
|
- Run `git diff --stat` to produce a summary of what changed.
|
|
75
119
|
|
|
76
|
-
###
|
|
120
|
+
### 7) Report the result
|
|
77
121
|
|
|
78
122
|
Return:
|
|
79
123
|
|