@paw-workflow/cli 0.0.4 → 0.0.5
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/bin/paw.js +1 -2
- package/dist/agents/PAW-Review.agent.md +1 -1
- 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-final-review/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 +1 -1
- package/dist/skills/paw-rewind/SKILL.md +1 -1
- 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/lib/commands/install.js +1 -2
- package/lib/version.js +6 -0
- package/package.json +1 -1
package/bin/paw.js
CHANGED
|
@@ -4,8 +4,7 @@ import { installCommand } from '../lib/commands/install.js';
|
|
|
4
4
|
import { listCommand } from '../lib/commands/list.js';
|
|
5
5
|
import { uninstallCommand } from '../lib/commands/uninstall.js';
|
|
6
6
|
import { upgradeCommand } from '../lib/commands/upgrade.js';
|
|
7
|
-
|
|
8
|
-
const VERSION = '0.0.1';
|
|
7
|
+
import { VERSION } from '../lib/version.js';
|
|
9
8
|
|
|
10
9
|
const HELP = `
|
|
11
10
|
paw - Phased Agent Workflow CLI
|
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.5"
|
|
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.5"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Documentation Guidance
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paw-final-review
|
|
3
3
|
description: Pre-PR review activity skill for PAW workflow. Reviews implementation against spec before Final PR creation with configurable multi-model or single-model execution.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.5"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Final Agent 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.
|
|
5
|
+
version: "0.0.5"
|
|
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.5"
|
|
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.5"
|
|
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.5"
|
|
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.5"
|
|
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.5"
|
|
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.5"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Understanding Activity Skill
|
|
@@ -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.5"
|
|
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.5"
|
|
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.5"
|
|
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.5"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# PAW Implementation Workflow Skill
|
package/lib/commands/install.js
CHANGED
package/lib/version.js
ADDED