@code-partner/codepipe-hub 0.14.1-dev.406.g8dba0f6e → 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/dashboard/dist/assets/{ModelCanvas-3KSH8-83.js → ModelCanvas-maOf2jm1.js} +1 -1
- package/dashboard/dist/assets/{index-T-kK12wa.js → index-DvC1Ijhe.js} +4 -4
- package/dashboard/dist/index.html +1 -1
- package/hub/dist/index.js +1 -1
- package/hub/dist/prompts/analysis.md +2 -2
- package/hub/dist/prompts/analyze.md +1 -1
- package/hub/dist/prompts/backfill.md +1 -1
- package/hub/dist/prompts/chat.md +1 -1
- package/hub/dist/prompts/implement-direct.md +1 -1
- package/hub/dist/prompts/implement.md +1 -1
- package/hub/dist/prompts/index.md +1 -1
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
localStorage.getItem('theme') ?? 'dark'
|
|
28
28
|
);
|
|
29
29
|
</script>
|
|
30
|
-
<script type="module" crossorigin src="/assets/index-
|
|
30
|
+
<script type="module" crossorigin src="/assets/index-DvC1Ijhe.js"></script>
|
|
31
31
|
<link rel="stylesheet" crossorigin href="/assets/index-CD8JrtmW.css">
|
|
32
32
|
</head>
|
|
33
33
|
<body>
|
package/hub/dist/index.js
CHANGED
|
@@ -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/`, `
|
|
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 `
|
|
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 `
|
|
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/`, `
|
|
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.
|
package/hub/dist/prompts/chat.md
CHANGED
|
@@ -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/`, `
|
|
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 `
|
|
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 `
|
|
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/`, `
|
|
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.
|
|
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",
|