@paw-workflow/cli 0.0.1 → 0.0.3
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/dist/agents/PAW-Review.agent.md +5 -5
- package/dist/agents/PAW.agent.md +1 -1
- package/dist/skills/paw-code-research/SKILL.md +1 -1
- package/dist/skills/paw-docs-guidance/SKILL.md +1 -1
- package/dist/skills/paw-git-operations/SKILL.md +1 -1
- package/dist/skills/paw-impl-review/SKILL.md +1 -1
- package/dist/skills/paw-implement/SKILL.md +1 -1
- package/dist/skills/paw-init/SKILL.md +1 -1
- package/dist/skills/paw-plan-review/SKILL.md +1 -1
- package/dist/skills/paw-planning/SKILL.md +1 -1
- package/dist/skills/paw-pr/SKILL.md +1 -1
- package/dist/skills/paw-review-baseline/SKILL.md +1 -1
- package/dist/skills/paw-review-correlation/SKILL.md +1 -1
- package/dist/skills/paw-review-critic/SKILL.md +1 -1
- package/dist/skills/paw-review-feedback/SKILL.md +1 -1
- package/dist/skills/paw-review-gap/SKILL.md +1 -1
- package/dist/skills/paw-review-github/SKILL.md +1 -1
- package/dist/skills/paw-review-impact/SKILL.md +1 -1
- package/dist/skills/paw-review-response/SKILL.md +1 -1
- package/dist/skills/paw-review-understanding/SKILL.md +1 -1
- package/dist/skills/paw-review-workflow/SKILL.md +3 -3
- package/dist/skills/paw-spec/SKILL.md +1 -1
- package/dist/skills/paw-spec-research/SKILL.md +1 -1
- package/dist/skills/paw-spec-review/SKILL.md +1 -1
- package/dist/skills/paw-status/SKILL.md +1 -1
- package/dist/skills/paw-transition/SKILL.md +1 -1
- package/dist/skills/paw-work-shaping/SKILL.md +1 -1
- package/dist/skills/paw-workflow/SKILL.md +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ You execute the PAW Review workflow by loading the workflow skill and following
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Load the `paw-review-workflow` skill to understand orchestration, principles, and artifact structure. If the skill fails to load, report the error and stop.
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Context Detection
|
|
@@ -42,9 +42,9 @@ When cross-repository conditions are detected:
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
Discover available review skills
|
|
46
|
-
- Receives the skill
|
|
47
|
-
-
|
|
45
|
+
Discover available review skills (`paw-review-*`) from the skills catalog, then execute each activity by delegating to a separate agent session. Each delegated agent:
|
|
46
|
+
- Receives the skill name, PR context, and artifact path
|
|
47
|
+
- Loads and executes the specified skill
|
|
48
48
|
- Returns a completion status with artifact confirmation
|
|
49
49
|
|
|
50
50
|
|
|
@@ -83,4 +83,4 @@ If any stage fails, report the error to the user and seek guidance on how to pro
|
|
|
83
83
|
- Load skills before executing workflow logic
|
|
84
84
|
- Human authority over all posted feedback
|
|
85
85
|
|
|
86
|
-
<!-- @paw-workflow/cli v0.0.
|
|
86
|
+
<!-- @paw-workflow/cli v0.0.3 -->
|
package/dist/agents/PAW.agent.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-code-research
|
|
3
3
|
description: Code research activity skill for PAW workflow. Documents implementation details with file:line references, discovers documentation infrastructure, and creates CodeResearch.md artifact.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Code Research
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-docs-guidance
|
|
3
3
|
description: Documentation conventions for PAW implementation workflow. Provides Docs.md template structure, include/exclude guidelines, and project documentation update patterns.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Documentation Guidance
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-implement
|
|
3
3
|
description: Implementation activity skill for PAW workflow. Executes plan phases with code changes, documentation phases, and PR review comment handling. One phase per invocation.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Implementation
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-plan-review
|
|
3
3
|
description: Plan review activity skill for PAW workflow. Reviews implementation plans for feasibility, completeness, and spec alignment before implementation proceeds.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Plan Review
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-planning
|
|
3
3
|
description: Implementation planning activity skill for PAW workflow. Creates phased implementation plans with clear success criteria, documentation phase planning, and strategic architectural descriptions.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Implementation Planning
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-review-correlation
|
|
3
3
|
description: Synthesizes findings across multiple PRs to identify cross-repository dependencies, interface mismatches, and coordination gaps.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Cross-Repository Correlation Analysis Skill
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-review-feedback
|
|
3
3
|
description: Transforms gap analysis findings into structured review comments with comprehensive rationale. Handles both initial draft generation and critique response iteration.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# PAW Review Feedback Skill
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-review-response
|
|
3
3
|
description: Shared PR review comment response mechanics for PAW activity skills. Provides TODO workflow, commit patterns, and reply format for addressing reviewer feedback.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Review Response
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-review-understanding
|
|
3
3
|
description: Analyzes PR changes to create ReviewContext.md and DerivedSpec.md artifacts. Handles both initial analysis and resumption after baseline research.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Understanding Activity Skill
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-review-workflow
|
|
3
3
|
description: Orchestrates the PAW Review workflow, coordinating activity skills to analyze PRs and generate comprehensive review feedback.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# PAW Review Workflow Skill
|
|
@@ -71,11 +71,11 @@ Activity skills are executed via delegated agent sessions.
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
1.
|
|
74
|
+
1. Load the skill by name (e.g., `paw-review-understanding`)
|
|
75
75
|
2. Read and internalize the skill instructions
|
|
76
76
|
3. Only then begin executing the activity
|
|
77
77
|
|
|
78
|
-
**Delegation prompt must include**: "First
|
|
78
|
+
**Delegation prompt must include**: "First load the `paw-review-<skill-name>` skill, then execute the activity."
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
### Response Format
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-spec
|
|
3
3
|
description: Specification activity skill for PAW workflow. Converts issue/brief into structured feature specification with user stories, requirements, and success criteria.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Specification
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-status
|
|
3
3
|
description: Workflow status activity skill for PAW workflow. Diagnoses workflow state, recommends next steps, explains PAW process, and optionally posts updates to Issues/PRs.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Workflow Status
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-work-shaping
|
|
3
3
|
description: Interactive pre-spec ideation utility skill. Agent-led Q&A to progressively clarify vague ideas, research codebase context, and produce structured WorkShaping.md artifact.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Work Shaping
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-workflow
|
|
3
3
|
description: Reference documentation for PAW multi-phase implementation workflows. Provides activity tables, artifact structure, stage guidance, and PR routing patterns. Workflow enforcement rules are in PAW.agent.md.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# PAW Implementation Workflow Skill
|