@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.
@@ -9,7 +9,7 @@ You execute the PAW Review workflow by loading the workflow skill and following
9
9
 
10
10
 
11
11
 
12
- Read the `skills/paw-review-workflow/SKILL.md` file to understand orchestration, principles, and artifact structure. If the file cannot be read, report the error and stop.
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 from `skills/paw-review-*/SKILL.md` directories, then execute each activity by delegating to a separate agent session. Each delegated agent:
46
- - Receives the skill file path, PR context, and artifact path
47
- - Reads and executes the specified skill
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.1 -->
86
+ <!-- @paw-workflow/cli v0.0.3 -->
@@ -168,4 +168,4 @@ For each user request:
168
168
 
169
169
  If any activity fails, report the error to the user and seek guidance.
170
170
 
171
- <!-- @paw-workflow/cli v0.0.1 -->
171
+ <!-- @paw-workflow/cli v0.0.3 -->
@@ -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.1"
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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Documentation Guidance
@@ -2,7 +2,7 @@
2
2
  name: paw-git-operations
3
3
  description: Shared git mechanics for PAW activity skills including branch naming conventions, strategy-based branching logic, and selective staging discipline.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Git Operations
@@ -2,7 +2,7 @@
2
2
  name: paw-impl-review
3
3
  description: Implementation review activity skill for PAW workflow. Reviews implementation for quality, adds documentation, and returns structured verdict.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Implementation Review
@@ -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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Implementation
@@ -2,7 +2,7 @@
2
2
  name: paw-init
3
3
  description: Bootstrap skill for PAW workflow initialization. Creates WorkflowContext.md, directory structure, and git branch. Runs before workflow skill is loaded.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # PAW Initialization
@@ -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.1"
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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Implementation Planning
@@ -2,7 +2,7 @@
2
2
  name: paw-pr
3
3
  description: Final PR activity skill for PAW workflow. Creates comprehensive final PR to main with pre-flight validation, scaled descriptions, and merge guidance.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Final PR
@@ -2,7 +2,7 @@
2
2
  name: paw-review-baseline
3
3
  description: Analyzes the codebase at the PR's base commit to establish baseline understanding for review comparison.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Baseline Research Activity Skill
@@ -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.1"
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-critic
3
3
  description: Critically assesses generated review comments for usefulness, accuracy, and appropriateness, adding assessment sections.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # PAW Review Critic 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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # PAW Review Feedback Skill
@@ -2,7 +2,7 @@
2
2
  name: paw-review-gap
3
3
  description: Systematically identifies gaps in correctness, safety, testing, and maintainability, categorizing findings by severity.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Gap Analysis Activity Skill
@@ -2,7 +2,7 @@
2
2
  name: paw-review-github
3
3
  description: Posts finalized review comments to GitHub as a pending review after critique iteration is complete.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  type: activity
7
7
  artifacts: none
8
8
  updates: ReviewComments.md
@@ -2,7 +2,7 @@
2
2
  name: paw-review-impact
3
3
  description: Analyzes system-wide impact of PR changes including integration effects, breaking changes, performance, and security implications.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Impact Analysis Activity 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.1"
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.1"
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.1"
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. Read the skill file at `skills/paw-review-<skill-name>/SKILL.md`
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 read your skill from `skills/paw-review-<skill-name>/SKILL.md`, then execute the activity."
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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Specification
@@ -2,7 +2,7 @@
2
2
  name: paw-spec-research
3
3
  description: Spec research activity skill for PAW workflow. Answers factual questions about existing system behavior to inform specification writing.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Spec Research
@@ -2,7 +2,7 @@
2
2
  name: paw-spec-review
3
3
  description: Specification review skill for PAW workflow. Validates Spec.md against quality criteria and returns structured feedback for iteration.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Spec Review
@@ -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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Workflow Status
@@ -2,7 +2,7 @@
2
2
  name: paw-transition
3
3
  description: Workflow transition gate for PAW. Handles stage boundaries, session policy, preflight checks, and next activity determination.
4
4
  metadata:
5
- version: "0.0.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # Workflow Transition
@@ -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.1"
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.1"
5
+ version: "0.0.3"
6
6
  ---
7
7
 
8
8
  # PAW Implementation Workflow Skill
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paw-workflow/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "CLI installer for Phased Agent Workflow (PAW) agents and skills",
5
5
  "type": "module",
6
6
  "bin": {