@sienklogic/plan-build-run 2.0.1 → 2.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sienklogic/plan-build-run",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Plan it, Build it, Run it — structured development workflow for Claude Code",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "pbr",
3
+ "displayName": "Plan-Build-Run",
4
+ "version": "2.0.0",
5
+ "description": "Plan-Build-Run — Structured development workflow for Cursor. Solves context rot through disciplined subagent delegation, structured planning, atomic execution, and goal-backward verification.",
6
+ "author": {
7
+ "name": "SienkLogic",
8
+ "email": "dave@sienklogic.com"
9
+ },
10
+ "publisher": "SienkLogic",
11
+ "homepage": "https://github.com/SienkLogic/plan-build-run",
12
+ "repository": "https://github.com/SienkLogic/plan-build-run",
13
+ "license": "MIT",
14
+ "logo": "assets/logo.png",
15
+ "keywords": ["cursor", "context-engineering", "development-workflow", "subagent-delegation"],
16
+ "category": "developer-tools",
17
+ "tags": ["planning", "workflow", "structured-development", "context-management"],
18
+ "skills": "./skills/",
19
+ "agents": "./agents/",
20
+ "rules": "./rules/",
21
+ "hooks": "./hooks/hooks.json"
22
+ }
File without changes
File without changes
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "hooks": {
4
+ "beforeSubmitPrompt": [],
5
+ "beforeShellExecution": [],
6
+ "beforeMCPExecution": [],
7
+ "beforeReadFile": [],
8
+ "afterFileEdit": [],
9
+ "stop": []
10
+ }
11
+ }
File without changes
File without changes
File without changes
File without changes