@code-partner/codepipe-hub 0.14.1-dev.407.g6df0fcfe → 0.14.1-dev.412.g91d4188f

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/hub/dist/index.js CHANGED
@@ -13,7 +13,7 @@ var PLATFORM_VERSION;
13
13
  var init_version_generated = __esm({
14
14
  "../packages/shared/dist/version.generated.js"() {
15
15
  "use strict";
16
- PLATFORM_VERSION = "0.14.1-dev.407.g6df0fcfe";
16
+ PLATFORM_VERSION = "0.14.1-dev.412.g91d4188f";
17
17
  }
18
18
  });
19
19
 
@@ -30,7 +30,7 @@ the context above:
30
30
 
31
31
  - **Project code:** `{{codeDir}}/` and its siblings under `{{codeRoot}}/` — one
32
32
  directory per repository above.
33
- - **Context Repo:** `{{contextDir}}/` — `knowledge/`, `CLAUDE.md`, prior tasks.
33
+ - **Context Repo:** `{{contextDir}}/` — `knowledge/`, `CODEPIPE.md`, prior tasks.
34
34
  Read `knowledge/INDEX.md` if present to orient quickly.
35
35
 
36
36
  Use `Read` / `Glob` / `Grep` freely. Do **not** modify any project code.
@@ -88,7 +88,7 @@ Each `drafts/<NNN>.json` contains exactly one task:
88
88
  ```
89
89
 
90
90
  - `title` ≤ 80 chars. `body` is Markdown. Follow the project's issue conventions
91
- (see `CLAUDE.md`), and write titles and bodies in the language of the user's
91
+ (see `CODEPIPE.md`), and write titles and bodies in the language of the user's
92
92
  input context and the existing issues — not the language of these instructions.
93
93
  - `isEpic` and `links` are optional (omit or `[]`/`false` when not applicable).
94
94
 
@@ -54,7 +54,7 @@ your working directory:
54
54
  freely — this is the **primary** source of truth for what the code
55
55
  currently looks like, not your priors.
56
56
  - **Project knowledge & prior tasks:** `{{contextDir}}/`. Look in
57
- `knowledge/` for project-specific notes and conventions, in `CLAUDE.md` for
57
+ `knowledge/` for project-specific notes and conventions, in `CODEPIPE.md` for
58
58
  project instructions, and in `tasks/<KEY>/` for the artifacts
59
59
  (`PLAN.md` — `SOLUTION.md` in older tasks — `REVIEW.md`, prior patches) of
60
60
  earlier rounds. **Match the
@@ -34,7 +34,7 @@ working directory:
34
34
  `DESIGN.md`, long `README` sections, etc. Read their **content** — they are
35
35
  your best source of already-made decisions.
36
36
  - **Context Repo:** `{{contextDir}}/` — read `adr/` (the project's already
37
- **accepted** architecture decisions) and `knowledge/`, `CLAUDE.md`. Do **not**
37
+ **accepted** architecture decisions) and `knowledge/`, `CODEPIPE.md`. Do **not**
38
38
  duplicate a decision that is already an accepted `adr/NNNN-*.md`.
39
39
 
40
40
  Use `Read` / `Glob` / `Grep` freely. Do **not** modify any project code.
@@ -25,7 +25,7 @@ task the user mentions:
25
25
 
26
26
  - **Project code:** `{{codeDir}}/` and its siblings under `{{codeRoot}}/` — one
27
27
  directory per repository above.
28
- - **Context Repo:** `{{contextDir}}/` — `knowledge/`, `CLAUDE.md`, and **prior
28
+ - **Context Repo:** `{{contextDir}}/` — `knowledge/`, `CODEPIPE.md`, and **prior
29
29
  tasks** under `tasks/<KEY>/` (each holds `task.md` — the tracker issue text —
30
30
  plus its analysis/solution artifacts). Read `knowledge/INDEX.md` first if present.
31
31
 
@@ -41,7 +41,7 @@ working directory:
41
41
  files, including **binary files** (images, icons, logos, fonts). Read the
42
42
  real files before changing them.
43
43
  - **Project knowledge & prior tasks:** `{{contextDir}}/`. `knowledge/` for
44
- conventions and `CLAUDE.md` for project instructions, `tasks/<KEY>/` for the
44
+ conventions and `CODEPIPE.md` for project instructions, `tasks/<KEY>/` for the
45
45
  patches and reviews of earlier rounds (style, idioms, what reviewers already
46
46
  flagged). Read-only reference **except** `{{contextDir}}/knowledge/` — see
47
47
  "Recording knowledge" below.
@@ -35,7 +35,7 @@ working directory:
35
35
  files, including **binary files** (images, icons, logos, fonts). Read the
36
36
  real files before changing them.
37
37
  - **Project knowledge & prior tasks:** `{{contextDir}}/`. `knowledge/` for
38
- conventions and `CLAUDE.md` for project instructions, `tasks/<KEY>/` for the
38
+ conventions and `CODEPIPE.md` for project instructions, `tasks/<KEY>/` for the
39
39
  patches and reviews of earlier rounds (style, idioms, what reviewers already
40
40
  flagged). Read-only reference **except** `{{contextDir}}/knowledge/` — see
41
41
  "Recording knowledge" below.
@@ -20,7 +20,7 @@ working directory:
20
20
  - **Project code:** `{{codeDir}}/` and its siblings under `{{codeRoot}}/` — one
21
21
  directory per repository above. Walk each one: top-level layout, `README`,
22
22
  `docs/`, `package.json`/build files, the main source directories, tests.
23
- - **Context Repo:** `{{contextDir}}/` — existing `knowledge/`, `CLAUDE.md` and
23
+ - **Context Repo:** `{{contextDir}}/` — existing `knowledge/`, `CODEPIPE.md` and
24
24
  `adr/` (the project's accepted architecture decisions). Read them
25
25
  so the index agrees with established conventions and decisions.
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-partner/codepipe-hub",
3
- "version": "0.14.1-dev.407.g6df0fcfe",
3
+ "version": "0.14.1-dev.412.g91d4188f",
4
4
  "description": "The CodePipe hub, packaged for one machine: the CLI installs it on demand for the local profile.",
5
5
  "type": "module",
6
6
  "main": "./hub/dist/index.js",