@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.
Files changed (34) hide show
  1. package/bin/paw.js +1 -2
  2. package/dist/agents/PAW-Review.agent.md +1 -1
  3. package/dist/agents/PAW.agent.md +1 -1
  4. package/dist/skills/paw-code-research/SKILL.md +1 -1
  5. package/dist/skills/paw-docs-guidance/SKILL.md +1 -1
  6. package/dist/skills/paw-final-review/SKILL.md +1 -1
  7. package/dist/skills/paw-git-operations/SKILL.md +1 -1
  8. package/dist/skills/paw-impl-review/SKILL.md +1 -1
  9. package/dist/skills/paw-implement/SKILL.md +1 -1
  10. package/dist/skills/paw-init/SKILL.md +1 -1
  11. package/dist/skills/paw-plan-review/SKILL.md +1 -1
  12. package/dist/skills/paw-planning/SKILL.md +1 -1
  13. package/dist/skills/paw-pr/SKILL.md +1 -1
  14. package/dist/skills/paw-review-baseline/SKILL.md +1 -1
  15. package/dist/skills/paw-review-correlation/SKILL.md +1 -1
  16. package/dist/skills/paw-review-critic/SKILL.md +1 -1
  17. package/dist/skills/paw-review-feedback/SKILL.md +1 -1
  18. package/dist/skills/paw-review-gap/SKILL.md +1 -1
  19. package/dist/skills/paw-review-github/SKILL.md +1 -1
  20. package/dist/skills/paw-review-impact/SKILL.md +1 -1
  21. package/dist/skills/paw-review-response/SKILL.md +1 -1
  22. package/dist/skills/paw-review-understanding/SKILL.md +1 -1
  23. package/dist/skills/paw-review-workflow/SKILL.md +1 -1
  24. package/dist/skills/paw-rewind/SKILL.md +1 -1
  25. package/dist/skills/paw-spec/SKILL.md +1 -1
  26. package/dist/skills/paw-spec-research/SKILL.md +1 -1
  27. package/dist/skills/paw-spec-review/SKILL.md +1 -1
  28. package/dist/skills/paw-status/SKILL.md +1 -1
  29. package/dist/skills/paw-transition/SKILL.md +1 -1
  30. package/dist/skills/paw-work-shaping/SKILL.md +1 -1
  31. package/dist/skills/paw-workflow/SKILL.md +1 -1
  32. package/lib/commands/install.js +1 -2
  33. package/lib/version.js +6 -0
  34. 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
@@ -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.4 -->
86
+ <!-- @paw-workflow/cli v0.0.5 -->
@@ -187,4 +187,4 @@ For each user request:
187
187
 
188
188
  If any activity fails, report the error to the user and seek guidance.
189
189
 
190
- <!-- @paw-workflow/cli v0.0.4 -->
190
+ <!-- @paw-workflow/cli v0.0.5 -->
@@ -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.4"
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.4"
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.4"
5
+ version: "0.0.5"
6
6
  ---
7
7
 
8
8
  # Final Agent Review
@@ -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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
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.4"
5
+ version: "0.0.5"
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 base branch with pre-flight validation, scaled descriptions, and merge guidance.
4
4
  metadata:
5
- version: "0.0.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
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-critic
3
3
  description: Critically assesses generated review comments for usefulness, accuracy, and appropriateness, adding assessment sections.
4
4
  metadata:
5
- version: "0.0.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
6
6
  ---
7
7
 
8
8
  # PAW Review Workflow Skill
@@ -2,7 +2,7 @@
2
2
  name: paw-rewind
3
3
  description: Workflow rewind utility skill for PAW workflow. Rolls back workflow state to a previous stage or phase with safeguards and user confirmation.
4
4
  metadata:
5
- version: "0.0.4"
5
+ version: "0.0.5"
6
6
  ---
7
7
 
8
8
  # Workflow Rewind
@@ -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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
5
+ version: "0.0.5"
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.4"
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.4"
5
+ version: "0.0.5"
6
6
  ---
7
7
 
8
8
  # PAW Implementation Workflow Skill
@@ -8,8 +8,7 @@ import {
8
8
  getDistSkillsDir,
9
9
  } from '../paths.js';
10
10
  import { readManifest, writeManifest, createManifest } from '../manifest.js';
11
-
12
- const VERSION = '0.0.1';
11
+ import { VERSION } from '../version.js';
13
12
 
14
13
  const SUPPORTED_TARGETS = ['copilot'];
15
14
 
package/lib/version.js ADDED
@@ -0,0 +1,6 @@
1
+ import { createRequire } from 'module';
2
+
3
+ const require = createRequire(import.meta.url);
4
+ const pkg = require('../package.json');
5
+
6
+ export const VERSION = pkg.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paw-workflow/cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "CLI installer for Phased Agent Workflow (PAW) agents and skills",
5
5
  "type": "module",
6
6
  "bin": {