@pieai/pro-gov 0.8.0 → 0.9.1

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": "@pieai/pro-gov",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "Project-level distribution kit for Project Governance System.",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -35,10 +35,10 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@pieai/doc-gov": "^0.8.0"
38
+ "@pieai/doc-gov": "^0.9.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@pieai/swimmer-ui-kit": "1.1.0",
41
+ "@pieai/swimmer-ui-kit": "1.3.2",
42
42
  "@types/node": "24.13.2",
43
43
  "@types/react": "19.2.17",
44
44
  "@types/react-dom": "19.2.3",
@@ -1,82 +0,0 @@
1
- ---
2
- id: REPLACE-ME
3
- title: Replace Me Donor Map
4
- type: reference
5
- status: draft
6
- canonical: false
7
- owner: ai-assisted
8
- created: YYYY-MM-DD
9
- last_reviewed: YYYY-MM-DD
10
- domain: architecture
11
- tags:
12
- - donor-map
13
- - provenance
14
- pinned: false
15
- related: []
16
- ---
17
-
18
- # REPLACE-ME: Replace Me Donor Map
19
-
20
- This reference isolates what this product may reuse from the donor repository.
21
- The donor is a source of parts, not a product template: research broadly,
22
- isolate a donor map, and promote only current-phase needs.
23
-
24
- ## Donor Ref
25
-
26
- - Source repository: `https://github.com/replace-me/replace-me`
27
- - Intake commit (immutable pin for copied files): `<full 40-char SHA>`
28
- - Research branch/ref: `main`
29
- - Research commit: `<full 40-char SHA>`
30
- - Latest stable tag observed during intake: `vX.Y.Z`
31
-
32
- Copied files stay pinned to their original intake commit and hashes. Updating
33
- the research pin never silently re-sources copied files.
34
-
35
- ## License And Provenance Readout
36
-
37
- State the donor's code license, the license of every asset family taken, and
38
- where each claim comes from (`LICENSE`, `CREDITS`, `README`). Explicitly name
39
- anything that is not portable: paid packs, account-bound purchases, or
40
- trademarked content.
41
-
42
- ## Direct Reuse
43
-
44
- Immutable files copied byte-for-byte from the pinned intake commit. One row
45
- per file.
46
-
47
- | Id | Donor source path | Target path | License | SHA-256 | Bytes | Provenance |
48
- | --- | --- | --- | --- | --- | ---: | --- |
49
- | `replace-me` | `path/in/donor` | `path/in/product` | CC0-1.0 | `<sha256>` | 0 | `<claim source>` |
50
-
51
- ## Adapted And Pattern Reuse
52
-
53
- Donor code rewritten for this product, and donor disciplines adopted without
54
- copying code. One row per item.
55
-
56
- | Donor source | Reuse class | Local adaptation |
57
- | --- | --- | --- |
58
- | `path/in/donor` | adapted code / adapted pattern / pattern | What this product keeps, changes, and rejects. |
59
-
60
- ## Not Available From The Donor
61
-
62
- Product responsibilities the donor does not solve. Listing them prevents false
63
- confidence that the donor already handles them.
64
-
65
- ## Future Candidates, Not Promoted
66
-
67
- Observed in the donor, deliberately not taken in the current phase, plus the
68
- condition that would revisit each item.
69
-
70
- ## Rejected Donor Items
71
-
72
- What must not cross into this product, and why: license risk, product-identity
73
- mismatch, scale mismatch, or wholesale-transplant risk.
74
-
75
- ## Verification Contract
76
-
77
- The command that re-verifies pinned commit, source paths, licenses, per-file
78
- SHA-256, byte sizes, and manifest coverage after any donated-file change:
79
-
80
- ```bash
81
- replace-me-verifier
82
- ```