@starlein/paperclip-plugin-company-wizard 0.3.15 → 0.3.18

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": "@starlein/paperclip-plugin-company-wizard",
3
- "version": "0.3.15",
3
+ "version": "0.3.18",
4
4
  "type": "module",
5
5
  "description": "AI-powered wizard to bootstrap paperclip agent companies from composable templates (for latest paperclip version)",
6
6
  "repository": "https://github.com/starlein/paperclip-plugin-company-wizard",
@@ -6,7 +6,7 @@ Enables the Engineer to work in a GitHub repository.
6
6
 
7
7
  - **Shared docs**: `docs/git-workflow.md` — commit conventions, branch rules
8
8
  - **Engineer skill**: Git workflow instructions for working in a repo
9
- - **Foundation issue**: `Initialize GitHub repository` is marked critical and ordered before normal implementation work. The assignee verifies an already-provisioned git workspace/remote or creates and pushes the repository before closing it.
9
+ - **Foundation issue**: `Prepare GitHub repository` is marked critical and ordered before normal implementation work. The assignee verifies an already-provisioned git workspace/remote or creates and pushes the repository before closing it.
10
10
 
11
11
  ## Variants
12
12
 
@@ -4,12 +4,12 @@
4
4
  "capabilities": [],
5
5
  "issues": [
6
6
  {
7
- "title": "Initialize GitHub repository",
7
+ "title": "Prepare GitHub repository",
8
8
  "assignTo": "engineer",
9
9
  "priority": "critical",
10
10
  "bootstrapPhase": "foundation",
11
11
  "labels": ["chore"],
12
- "description": "Foundation setup: handle this before normal implementation issues. If the project workspace already has a valid git repository, an initial main commit, and origin/main configured, verify those facts and mark this issue done. Otherwise create the GitHub repository, initialize the local workspace with a README or bootstrap commit, add origin, push main, and record the repository URL. Branch protection is tracked separately by the pr-review module when that workflow is enabled."
12
+ "description": "Foundation setup: handle this before normal implementation issues. For a fresh repository, create the GitHub repository, initialize local workspace with a README or bootstrap commit, add origin, push main, and record the repository URL. For an existing repository, verify the workspace has a reachable remote, current default branch, and starter commit state; escalate to CEO if repo setup is missing instead of silently closing the issue. Branch protection is tracked separately by the pr-review module when that workflow is enabled."
13
13
  }
14
14
  ]
15
15
  }