@t275005746/gse 0.1.1 → 0.2.0
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/.gse/releases/public-github-release-v0.1.2.md +49 -0
- package/.gse/releases/public-registry-publication-npm.md +49 -49
- package/.gse/state.json +148 -26
- package/CHANGELOG.md +52 -8
- package/README.md +13 -6
- package/README.zh-CN.md +13 -6
- package/SKILL.md +32 -12
- package/assets/templates/dispatch-packet.md +22 -14
- package/assets/templates/evidence.md +11 -5
- package/assets/templates/role-fallback-packet.md +49 -0
- package/package.json +18 -10
- package/references/agent-roles.md +41 -20
- package/references/commands.md +75 -45
- package/references/drift-audit.md +2 -1
- package/references/evidence-taxonomy.md +46 -9
- package/references/file-ownership.md +17 -13
- package/references/final-form-roadmap.md +203 -0
- package/references/final-readiness.md +3 -3
- package/references/host-adapters.md +38 -10
- package/references/learning-system.md +24 -8
- package/references/maintenance-cadence.md +51 -0
- package/references/project-guards.md +52 -0
- package/references/quality-gates.md +18 -11
- package/references/role-dispatch-fallback.md +54 -0
- package/references/tool-adapters.md +13 -3
- package/scripts/audit-close-gate-hardening.mjs +188 -0
- package/scripts/audit-close-gate.mjs +219 -33
- package/scripts/audit-command-execution.mjs +30 -17
- package/scripts/audit-commands.mjs +7 -5
- package/scripts/audit-completion-plan-drill.mjs +271 -0
- package/scripts/audit-completion-readiness.mjs +9 -6
- package/scripts/audit-continue-preflight.mjs +318 -0
- package/scripts/audit-evidence-levels.mjs +217 -0
- package/scripts/audit-evidence-review-queue.mjs +206 -0
- package/scripts/audit-final-acceptance-packet.mjs +9 -9
- package/scripts/audit-final-form-progress-report.mjs +19 -18
- package/scripts/audit-final-form-roadmap.mjs +157 -0
- package/scripts/audit-final-form-stale-copy.mjs +2 -2
- package/scripts/audit-final-readiness.mjs +3 -3
- package/scripts/audit-fresh-session-readiness.mjs +1 -1
- package/scripts/audit-host-capabilities.mjs +237 -0
- package/scripts/audit-installed-sync.mjs +203 -0
- package/scripts/audit-learning-drift.mjs +292 -0
- package/scripts/audit-learning-promotion.mjs +351 -0
- package/scripts/audit-learning-system.mjs +24 -14
- package/scripts/audit-local-final-form-completion.mjs +11 -10
- package/scripts/audit-maintenance-cadence.mjs +139 -0
- package/scripts/audit-maintenance-snapshot.mjs +181 -0
- package/scripts/audit-npm-package-metadata.mjs +8 -2
- package/scripts/audit-npm-publish-dry-run.mjs +10 -4
- package/scripts/audit-npm-tarball-install.mjs +9 -3
- package/scripts/audit-owner-external-gate-kit.mjs +12 -11
- package/scripts/audit-project-guards.mjs +189 -0
- package/scripts/audit-project.mjs +14 -11
- package/scripts/audit-public-acceptance-handoff.mjs +10 -10
- package/scripts/audit-public-acceptance-readiness.mjs +6 -6
- package/scripts/audit-public-release-checklist.mjs +17 -15
- package/scripts/audit-release-bundle.mjs +13 -11
- package/scripts/audit-release-owner-action-plan-drill.mjs +5 -4
- package/scripts/audit-release-owner-action-plan.mjs +10 -10
- package/scripts/audit-release-status-manifest.mjs +4 -4
- package/scripts/audit-roadmap-consistency.mjs +11 -7
- package/scripts/audit-role-dispatch-fallback.mjs +212 -0
- package/scripts/audit-session-sync.mjs +127 -0
- package/scripts/audit-state-freshness.mjs +6 -5
- package/scripts/audit-state-repair.mjs +360 -0
- package/scripts/audit-target-hardening-drills.mjs +518 -0
- package/scripts/audit-tool-fallback-policy.mjs +180 -0
- package/scripts/audit-ui-browser-evidence-policy.mjs +191 -0
- package/scripts/audit-validation-profiles.mjs +6 -4
- package/scripts/backfill-evidence-levels.mjs +98 -0
- package/scripts/check-encoding.mjs +72 -0
- package/scripts/generate-continue-packet.mjs +1487 -0
- package/scripts/generate-final-acceptance-packet.mjs +23 -8
- package/scripts/generate-final-form-progress-report.mjs +25 -23
- package/scripts/generate-host-runtime-evidence-handoff.mjs +23 -16
- package/scripts/generate-maintenance-snapshot.mjs +216 -0
- package/scripts/generate-public-acceptance-handoff.mjs +26 -14
- package/scripts/generate-release-owner-action-plan.mjs +4 -3
- package/scripts/generate-release-status-manifest.mjs +4 -3
- package/scripts/init-project.mjs +144 -63
- package/scripts/record-learning.mjs +37 -8
- package/scripts/record-session-sync.mjs +87 -0
- package/scripts/run-gse-command.mjs +79 -47
- package/scripts/run-validation-profile.mjs +24 -5
- package/scripts/validate-gse.mjs +262 -9
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Public Channel Publication Record
|
|
2
|
+
|
|
3
|
+
Publication status: accepted
|
|
4
|
+
|
|
5
|
+
Channel type: github-release
|
|
6
|
+
|
|
7
|
+
Channel name: GitHub Release
|
|
8
|
+
|
|
9
|
+
Channel URL: https://github.com/275005746/gse/releases/tag/v0.1.2
|
|
10
|
+
|
|
11
|
+
Package or listing version: v0.1.2
|
|
12
|
+
|
|
13
|
+
Artifact digest: not-applicable
|
|
14
|
+
|
|
15
|
+
Review or approval status: published
|
|
16
|
+
|
|
17
|
+
Evidence owner: 275005746
|
|
18
|
+
|
|
19
|
+
Evidence date: 2026-07-10
|
|
20
|
+
|
|
21
|
+
Evidence URL or run id: https://github.com/275005746/gse/releases/tag/v0.1.2
|
|
22
|
+
|
|
23
|
+
## Verification
|
|
24
|
+
|
|
25
|
+
Verification command: gh release view v0.1.2 --repo 275005746/gse --json tagName,url,isDraft,isPrerelease
|
|
26
|
+
|
|
27
|
+
Verification result: passed
|
|
28
|
+
|
|
29
|
+
## Acceptance
|
|
30
|
+
|
|
31
|
+
Evidence status: accepted
|
|
32
|
+
|
|
33
|
+
Accepted by: 275005746
|
|
34
|
+
|
|
35
|
+
Accepted at: 2026-07-10
|
|
36
|
+
|
|
37
|
+
## Boundaries
|
|
38
|
+
|
|
39
|
+
- Does this prove public registry publication? false
|
|
40
|
+
- Does this prove marketplace approval? unknown
|
|
41
|
+
- Does this prove installability from the channel? true
|
|
42
|
+
|
|
43
|
+
## Residual Risk
|
|
44
|
+
|
|
45
|
+
- GitHub Release proves source release visibility; npm remains the package registry install channel.
|
|
46
|
+
|
|
47
|
+
## Next Action
|
|
48
|
+
|
|
49
|
+
- Keep GitHub Release v0.1.2 aligned with npm @t275005746/gse@0.1.2.
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
# Public Channel Publication Record
|
|
2
|
-
|
|
3
|
-
Publication status: accepted
|
|
4
|
-
|
|
5
|
-
Channel type: package-registry
|
|
6
|
-
|
|
7
|
-
Channel name: npm
|
|
8
|
-
|
|
9
|
-
Channel URL: https://www.npmjs.com/package/@t275005746/gse
|
|
10
|
-
|
|
11
|
-
Package or listing version: 0.1.
|
|
12
|
-
|
|
13
|
-
Artifact digest: sha512-
|
|
14
|
-
|
|
15
|
-
Review or approval status: published
|
|
16
|
-
|
|
17
|
-
Evidence owner:
|
|
18
|
-
|
|
19
|
-
Evidence date: 2026-07-
|
|
20
|
-
|
|
21
|
-
Evidence URL or run id: https://www.npmjs.com/package/@t275005746/gse
|
|
22
|
-
|
|
23
|
-
## Verification
|
|
24
|
-
|
|
25
|
-
Verification command:
|
|
26
|
-
|
|
27
|
-
Verification result: passed
|
|
28
|
-
|
|
29
|
-
## Acceptance
|
|
30
|
-
|
|
31
|
-
Evidence status: accepted
|
|
32
|
-
|
|
33
|
-
Accepted by: 275005746
|
|
34
|
-
|
|
35
|
-
Accepted at: 2026-07-
|
|
36
|
-
|
|
37
|
-
## Boundaries
|
|
38
|
-
|
|
39
|
-
- Does this prove public registry publication? true
|
|
40
|
-
- Does this prove marketplace approval? unknown
|
|
41
|
-
- Does this prove installability from the channel? true
|
|
42
|
-
|
|
43
|
-
## Residual Risk
|
|
44
|
-
|
|
45
|
-
-
|
|
46
|
-
|
|
47
|
-
## Next Action
|
|
48
|
-
|
|
49
|
-
-
|
|
1
|
+
# Public Channel Publication Record
|
|
2
|
+
|
|
3
|
+
Publication status: accepted
|
|
4
|
+
|
|
5
|
+
Channel type: package-registry
|
|
6
|
+
|
|
7
|
+
Channel name: npm
|
|
8
|
+
|
|
9
|
+
Channel URL: https://www.npmjs.com/package/@t275005746/gse
|
|
10
|
+
|
|
11
|
+
Package or listing version: 0.1.2
|
|
12
|
+
|
|
13
|
+
Artifact digest: sha512-QiMQGnpM515sR4/dEz4q8+Lau0m026Pxo83lBshH2aVoWw+ooR8W8Vz2nM4bSWqEC1rbkP95WAYS9GA5g4yYUA==
|
|
14
|
+
|
|
15
|
+
Review or approval status: published
|
|
16
|
+
|
|
17
|
+
Evidence owner: 275005746
|
|
18
|
+
|
|
19
|
+
Evidence date: 2026-07-10
|
|
20
|
+
|
|
21
|
+
Evidence URL or run id: https://www.npmjs.com/package/@t275005746/gse/v/0.1.2
|
|
22
|
+
|
|
23
|
+
## Verification
|
|
24
|
+
|
|
25
|
+
Verification command: cmd /c npm view @t275005746/gse@0.1.2 name version dist.integrity dist-tags --json
|
|
26
|
+
|
|
27
|
+
Verification result: passed
|
|
28
|
+
|
|
29
|
+
## Acceptance
|
|
30
|
+
|
|
31
|
+
Evidence status: accepted
|
|
32
|
+
|
|
33
|
+
Accepted by: 275005746
|
|
34
|
+
|
|
35
|
+
Accepted at: 2026-07-10
|
|
36
|
+
|
|
37
|
+
## Boundaries
|
|
38
|
+
|
|
39
|
+
- Does this prove public registry publication? true
|
|
40
|
+
- Does this prove marketplace approval? unknown
|
|
41
|
+
- Does this prove installability from the channel? true
|
|
42
|
+
|
|
43
|
+
## Residual Risk
|
|
44
|
+
|
|
45
|
+
- Native host slash-command support remains a separate host invocation claim.
|
|
46
|
+
|
|
47
|
+
## Next Action
|
|
48
|
+
|
|
49
|
+
- Use npm @t275005746/gse@0.1.2 as the public install baseline for post-release sanity and downstream project adoption.
|
package/.gse/state.json
CHANGED
|
@@ -1,26 +1,148 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"projectName": "gse",
|
|
4
|
-
"mode": "enterprise",
|
|
5
|
-
"canonicalPlan": ".gse/gse-design-master-plan.md",
|
|
6
|
-
"phase": "
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"projectName": "gse",
|
|
4
|
+
"mode": "enterprise",
|
|
5
|
+
"canonicalPlan": ".gse/gse-design-master-plan.md",
|
|
6
|
+
"phase": "final-form",
|
|
7
|
+
"currentSummary": {
|
|
8
|
+
"status": "support-slice-boundary-verified",
|
|
9
|
+
"localEngineeringReadiness": 100,
|
|
10
|
+
"fullFinalFormReadiness": 100,
|
|
11
|
+
"publicAccepted": "verified",
|
|
12
|
+
"pendingExternalGate": null,
|
|
13
|
+
"currentPlan": "GSE-155 is verified in source: /gse continue now surfaces currentSlice.supportSliceBoundary for deliberate product maintenance and suppresses only soft CP23 when its narrow boundary is declared. Keep /gse doctor and audit-public-acceptance-readiness.mjs as final-form source of truth."
|
|
14
|
+
},
|
|
15
|
+
"currentSlice": {
|
|
16
|
+
"id": "GSE-155-support-slice-boundary",
|
|
17
|
+
"outcome": "GSE /gse continue now lets product projects explicitly bound a deliberate support slice so CP23 distinguishes bounded maintenance from unbounded repeated support work.",
|
|
18
|
+
"status": "verified",
|
|
19
|
+
"nextAction": "Use supportSliceBoundary only for deliberate bounded product maintenance; otherwise select a user-visible product delta and preserve native slash-command evidence as a host-specific external gate."
|
|
20
|
+
},
|
|
21
|
+
"toolStatuses": {
|
|
22
|
+
"browser": "unknown",
|
|
23
|
+
"lsp": "unknown",
|
|
24
|
+
"mcp": "unknown",
|
|
25
|
+
"subagents": "unknown",
|
|
26
|
+
"ci": "documented"
|
|
27
|
+
},
|
|
28
|
+
"lastEvidence": ".gse/evidence/2026-07-11.md",
|
|
29
|
+
"blockedGates": [],
|
|
30
|
+
"nextChecks": [
|
|
31
|
+
"node scripts/run-gse-command.mjs --root . --target . --command \"/gse doctor\" --json",
|
|
32
|
+
"node scripts/audit-public-acceptance-readiness.mjs --root . --json",
|
|
33
|
+
"node scripts/audit-continue-preflight.mjs --root . --json",
|
|
34
|
+
"node scripts/run-validation-profile.mjs --target . --profile lite --json",
|
|
35
|
+
"cmd /c npm run check:encoding",
|
|
36
|
+
"node scripts/audit-installed-sync.mjs --root . --installed-root C:\\Users\\Admin\\.codex\\skills\\gse --json",
|
|
37
|
+
"node scripts/generate-maintenance-snapshot.mjs --root . --target . --installed-root C:\\Users\\Admin\\.codex\\skills\\gse --skip-release-bundle --execute --json",
|
|
38
|
+
"node scripts/run-gse-command.mjs --root . --target . --command \"/gse close\" --json",
|
|
39
|
+
"git diff --check"
|
|
40
|
+
],
|
|
41
|
+
"residualRisks": [
|
|
42
|
+
"supportSliceBoundary is optional metadata and must stay a narrow scope or exit criterion, not a replacement for product-visible progress.",
|
|
43
|
+
"Existing product projects need future slices to add or infer userVisibleDelta from their real UI/API/provider/export evidence; CP22 still detects repeated internal drift.",
|
|
44
|
+
"Native slash-command support remains an optional per-host adapter claim and is not claimed without a real host invocation record."
|
|
45
|
+
],
|
|
46
|
+
"riskArchive": [
|
|
47
|
+
{
|
|
48
|
+
"archivedAt": "2026-07-10",
|
|
49
|
+
"risk": "0.1.1 is already published and immutable; release metadata changes must publish a new semver version.",
|
|
50
|
+
"resolution": "GSE-147 uses 0.1.2 as the publish target."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"archivedAt": "2026-07-10",
|
|
54
|
+
"risk": "Session sync records prove notification attempts and honest outcomes, not that another running session adopted the capability immediately.",
|
|
55
|
+
"resolution": "GSE-146 surfaces compactState.sessionSyncBoundary and CP21 so adoption is false unless an explicit adoption record exists."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"archivedAt": "2026-07-08",
|
|
59
|
+
"risk": "The final-form roadmap contract is not itself final-form completion; live claims still come from references/final-readiness.md and audit-final-readiness.mjs.",
|
|
60
|
+
"resolution": "Preserved through /gse continue blockedGates and final-readiness claim boundary."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"archivedAt": "2026-07-08",
|
|
64
|
+
"risk": "The next implementation slice must reduce long prompt dependence through /gse continue hard preflight, not add more prose-only guidance.",
|
|
65
|
+
"resolution": "Implemented by scripts/generate-continue-packet.mjs and /gse continue routing."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"archivedAt": "2026-07-08",
|
|
69
|
+
"risk": "Use /gse doctor and audit-public-acceptance-readiness.mjs as the source of truth for pending final-form public gates.",
|
|
70
|
+
"resolution": "Integrated into continue packet ownerExternalGateSummary and blockedGates."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"archivedAt": "2026-07-08",
|
|
74
|
+
"risk": "The final-form plan could be interpreted as only the remaining owner/external release gates.",
|
|
75
|
+
"resolution": "references/final-form-roadmap.md now contains Wave 1-5 execution plan and current gap list for local engineering and external evidence."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"archivedAt": "2026-07-08",
|
|
79
|
+
"risk": "Project guard automation is the next local engineering gap: repeated real-project lessons must become preflight guard items instead of reminder prose.",
|
|
80
|
+
"resolution": "Implemented as soft project guard preflight through .gse/project-guards.md, audit-project-guards.mjs, scaffold generation, and /gse continue CP11."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"archivedAt": "2026-07-08",
|
|
84
|
+
"risk": "Evidence level granularity still needs sharper UI/browser/API/CI labels.",
|
|
85
|
+
"resolution": "Implemented through evidenceLevel and requiredEvidenceLevel taxonomy, audit-evidence-levels.mjs, /gse continue CP12, and close gate CG09."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"archivedAt": "2026-07-08",
|
|
89
|
+
"risk": "Role and dispatch fallback packets need stronger default output and no-fake-dispatch checks.",
|
|
90
|
+
"resolution": "Implemented through role-dispatch-fallback.md, role-fallback-packet.md, .gse/agents/role-fallback-packets.md, audit-role-dispatch-fallback.mjs, and /gse continue CP13."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"archivedAt": "2026-07-08",
|
|
94
|
+
"risk": "Downgraded evidence is now visible before continue/close, but each project decides whether a downgrade blocks close.",
|
|
95
|
+
"resolution": "Preserved through evidenceLevel and requiredEvidenceLevel warnings."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"archivedAt": "2026-07-08",
|
|
99
|
+
"risk": "Use /gse doctor and audit-public-acceptance-readiness.mjs as the source of truth for current final-form external gates.",
|
|
100
|
+
"resolution": "Preserved as the public/external acceptance route while state repair handles local state/evidence drift."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"archivedAt": "2026-07-08",
|
|
104
|
+
"risk": "State/evidence repair is intentionally conservative: invalid JSON/JSONL is reported with concrete actions, not guessed or overwritten.",
|
|
105
|
+
"resolution": "GSE-115 implemented /gse repair and CP14; the remaining risk is now bounded as a deliberate repair policy."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"archivedAt": "2026-07-08",
|
|
109
|
+
"risk": "Automatic /gse repair writes are limited to reversible residual-risk compaction with .gse/backups; stale next-action drift remains a deliberate update.",
|
|
110
|
+
"resolution": "GSE-115 verified execute-gated residual-risk compaction and kept stale next-action repair deliberate."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"archivedAt": "2026-07-08",
|
|
114
|
+
"risk": "Learning promotion writes candidate-only .gse/learning-promotions.md output; guards, gates, templates, scripts, and skill updates still require deliberate follow-up changes.",
|
|
115
|
+
"resolution": "GSE-116 implemented candidate-only learning promotion; deliberate follow-up remains as normal slice work rather than an active blocker."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"archivedAt": "2026-07-08",
|
|
119
|
+
"risk": "Classification is deterministic and project-generic, not a human semantic review.",
|
|
120
|
+
"resolution": "GSE-116 bounded classification as routing evidence and preserved human review for actual guard/gate/script mutations."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"archivedAt": "2026-07-09",
|
|
124
|
+
"risk": "Role fallback packets prove auditable sequential role boundaries, not real subagent execution.",
|
|
125
|
+
"resolution": "Preserved by role fallback packets, no-fake-dispatch close gate, and host capability records; no longer needs default active risk display."
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"archivedAt": "2026-07-09",
|
|
129
|
+
"risk": "AION and MuseFlow drill warnings are project-local readiness signals; GSE behavior must stay project-generic and must not mutate target projects during read-only drills.",
|
|
130
|
+
"resolution": "Preserved by target hardening drill limits and maintenance cadence; no longer needs default active risk display."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"archivedAt": "2026-07-09",
|
|
134
|
+
"risk": "Installed sync evidence proves local source/package/installed-copy parity only at the time of the audit; it does not publish a package or prove host-native slash-command support.",
|
|
135
|
+
"resolution": "Archived by GSE state repair to keep active residual risks compact."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"archivedAt": "2026-07-09",
|
|
139
|
+
"risk": "UI/browser evidence policy proves evidence labeling and downgrade surfacing only; target-project visible UI claims still need real browser or screenshot-backed proof.",
|
|
140
|
+
"resolution": "Archived by GSE state repair to keep active residual risks compact."
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"archivedAt": "2026-07-09",
|
|
144
|
+
"risk": "Maintenance snapshots are point-in-time freshness evidence; future capability edits must regenerate the snapshot, release bundle, and installed copy.",
|
|
145
|
+
"resolution": "Archived by GSE state repair to keep active residual risks compact."
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
All notable GSE changes should be recorded here before a public package, catalog entry, or release handoff is marked ready.
|
|
4
4
|
|
|
5
|
-
## Unreleased
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
## Unreleased
|
|
6
|
+
|
|
7
|
+
## 0.2.0 - 2026-07-11
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Product-visible progress drift guard for `/gse continue`, so repeated internal/component slices surface a product-visible recovery candidate before support work self-replicates.
|
|
12
|
+
- Product outcome gate for product projects, requiring a named user-visible delta or an explicitly bounded support slice.
|
|
13
|
+
- Optional `currentSlice.supportSliceBoundary` metadata for deliberate maintenance slices; bounded support slices now surface their exit criterion without weakening `CP22` drift detection.
|
|
14
|
+
- Target hardening drill adoption summaries and repair plans that distinguish GSE core gaps from target-local hygiene.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- `/gse repair --execute` guidance is gated behind target worktree ownership before mutating target `.gse` state or evidence.
|
|
19
|
+
- Encoding close checks now use the npm script path and avoid creating dependency artifacts.
|
|
20
|
+
- `validate-gse` now includes the latest target-hardening and product-outcome guard coverage.
|
|
21
|
+
|
|
22
|
+
### Verified
|
|
23
|
+
|
|
24
|
+
- `v0.1.2..HEAD` contains the product outcome, product drift, bounded support, target repair ownership, and adoption hygiene slices intended for this minor release.
|
|
25
|
+
- Public registry and GitHub release evidence for `0.1.2` remain accepted; `0.2.0` must receive its own npm/GitHub publication evidence after publish.
|
|
26
|
+
|
|
27
|
+
### Boundary
|
|
28
|
+
|
|
29
|
+
- Native host slash-command support remains optional per host adapter and is not claimed without host invocation evidence.
|
|
30
|
+
|
|
31
|
+
## 0.1.2 - 2026-07-10
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- Public npm/GitHub install metadata for `@t275005746/gse`.
|
|
36
|
+
- README and README.zh-CN npm install quick path.
|
|
37
|
+
|
|
38
|
+
### Verified
|
|
39
|
+
|
|
40
|
+
- Public GitHub repository visibility and npm registry status are checked during release close.
|
|
41
|
+
- `/gse continue` exposes session-sync adoption boundaries so installed-copy sync is not mistaken for target-session adoption.
|
|
42
|
+
|
|
43
|
+
### Boundary
|
|
44
|
+
|
|
45
|
+
- Native host slash-command support remains optional per host adapter and is not claimed without host invocation evidence.
|
|
46
|
+
|
|
47
|
+
### Added
|
|
8
48
|
|
|
9
49
|
- Project bootstrap modes for Lite, Standard, and Enterprise `.gse/` scaffolds.
|
|
10
50
|
- Native Goal-Spec-Evidence operating model with change packs, execution-quality packs, evidence taxonomy, close gates, and target project audits.
|
|
@@ -17,8 +57,12 @@ All notable GSE changes should be recorded here before a public package, catalog
|
|
|
17
57
|
- `validate-gse.mjs` consolidates structural, project bootstrap, adoption, host adapter, compatibility, release, distribution, signing, command, target validation, and lifecycle audits.
|
|
18
58
|
- AION and MuseFlow were used as real long-running target-project validation fixtures for GSE adoption checks.
|
|
19
59
|
|
|
20
|
-
###
|
|
21
|
-
|
|
22
|
-
- Public registry publication and
|
|
23
|
-
-
|
|
24
|
-
|
|
60
|
+
### Accepted
|
|
61
|
+
|
|
62
|
+
- Public npm registry publication and GitHub Release evidence are accepted for `@t275005746/gse@0.1.2`.
|
|
63
|
+
- MIT license selection is recorded for the public release.
|
|
64
|
+
|
|
65
|
+
### Not Claimed
|
|
66
|
+
|
|
67
|
+
- Host-native slash-command execution is not verified except where a host-specific record explicitly says so.
|
|
68
|
+
- Marketplace approval remains separate from npm/GitHub publication evidence.
|
package/README.md
CHANGED
|
@@ -22,12 +22,19 @@ Goal -> Spec -> Execute -> Evidence -> Learn
|
|
|
22
22
|
- Optional adapters for host folders, LSP notes, MCP notes, hooks, plugins, and project skills
|
|
23
23
|
- Release, packaging, public-collaboration, and evidence-gate workflows for mature projects
|
|
24
24
|
|
|
25
|
-
## Installation
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
|
|
25
|
+
## Installation
|
|
26
|
+
|
|
27
|
+
Install from npm:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
npm install -g @t275005746/gse
|
|
31
|
+
gse status --target .
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Use GSE from a checked-out copy:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
node scripts/validate-gse.mjs --root . --json
|
|
31
38
|
```
|
|
32
39
|
|
|
33
40
|
Package a checked-out copy for handoff:
|
package/README.zh-CN.md
CHANGED
|
@@ -22,12 +22,19 @@ Goal -> Spec -> Execute -> Evidence -> Learn
|
|
|
22
22
|
- 可选 host folders、LSP、MCP、hooks、plugins、project skills 适配说明
|
|
23
23
|
- 面向成熟项目的 release、packaging、public collaboration 和 evidence gate 工作流
|
|
24
24
|
|
|
25
|
-
## 安装
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
|
|
25
|
+
## 安装
|
|
26
|
+
|
|
27
|
+
从 npm 安装:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
npm install -g @t275005746/gse
|
|
31
|
+
gse status --target .
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
从已检出的 GSE 副本直接使用:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
node scripts/validate-gse.mjs --root . --json
|
|
31
38
|
```
|
|
32
39
|
|
|
33
40
|
把已检出的副本打包给其他环境:
|
package/SKILL.md
CHANGED
|
@@ -37,19 +37,32 @@ Default stance: keep the workflow as light as the task allows and as rigorous as
|
|
|
37
37
|
Portable command helpers:
|
|
38
38
|
|
|
39
39
|
- Short CLI wrapper: `node <skill>/scripts/gse.mjs status --target <project-root> --json`
|
|
40
|
-
- Short continuation
|
|
41
|
-
- Portable command runner: `node <skill>/scripts/run-gse-command.mjs --target <project-root> --command "/gse continue"`
|
|
42
|
-
-
|
|
40
|
+
- Short continuation packet: `node <skill>/scripts/generate-continue-packet.mjs --target <project-root>`
|
|
41
|
+
- Portable command runner: `node <skill>/scripts/run-gse-command.mjs --target <project-root> --command "/gse continue"`
|
|
42
|
+
- State/evidence repair doctor: `node <skill>/scripts/run-gse-command.mjs --target <project-root> --command "/gse repair" --json`
|
|
43
|
+
- Direct repair audit: `node <skill>/scripts/audit-state-repair.mjs --target <project-root> --json`
|
|
44
|
+
- Validation profile runner: `node <skill>/scripts/run-validation-profile.mjs --target <project-root> --profile lite|standard|enterprise|release`
|
|
43
45
|
- Command execution audit: `node <skill>/scripts/audit-command-execution.mjs --root <skill> --profile lite|full`
|
|
44
|
-
- Close readiness check: `node <skill>/scripts/audit-close-gate.mjs --target <project-root>`
|
|
46
|
+
- Close readiness check: `node <skill>/scripts/audit-close-gate.mjs --target <project-root>`
|
|
47
|
+
- Project guard preflight: `node <skill>/scripts/audit-project-guards.mjs --target <project-root> --json`
|
|
45
48
|
- GSE owner/external action list: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse owner-actions" --json --compact`
|
|
46
49
|
- Owner/external live evidence probe: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse probe --public-repo-url <url>" --json`
|
|
47
50
|
- Release bundle dry-run/write route: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse release" --json`
|
|
48
51
|
- Package dry-run/write route: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse package" --json`
|
|
49
52
|
- Install dry-run/write route: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse install --source <package-dir> --install-target <install-skill-dir>" --json`
|
|
50
53
|
- Public release checklist route: `node <skill>/scripts/run-gse-command.mjs --target <skill> --command "/gse public-release" --json`
|
|
51
|
-
- Learning capture route: `node <skill>/scripts/run-gse-command.mjs --target <project-root> --command "/gse learn --summary <lesson>" --execute --json`
|
|
52
|
-
-
|
|
54
|
+
- Learning capture route: `node <skill>/scripts/run-gse-command.mjs --target <project-root> --command "/gse learn --summary <lesson>" --execute --json`
|
|
55
|
+
- Learning drift audit: `node <skill>/scripts/audit-learning-drift.mjs --root <skill> --target <project-root> --json`
|
|
56
|
+
- Target hardening drills: `node <skill>/scripts/audit-target-hardening-drills.mjs --root <skill> --aion-target <project-root> --museflow-target <project-root> --json`
|
|
57
|
+
- Maintenance cadence audit: `node <skill>/scripts/audit-maintenance-cadence.mjs --root <skill> --json`
|
|
58
|
+
- Maintenance snapshot: `node <skill>/scripts/generate-maintenance-snapshot.mjs --root <skill> --target <project-root> --installed-root <installed-skill-dir> --execute --json`
|
|
59
|
+
- Installed package smoke: `node <skill>/scripts/generate-maintenance-snapshot.mjs --root <installed-skill-dir> --target <installed-skill-dir> --package-smoke --skip-release-bundle --json`
|
|
60
|
+
- Installed sync audit: `node <skill>/scripts/audit-installed-sync.mjs --root <skill> --installed-root <installed-skill-dir> --json`
|
|
61
|
+
- Session sync record audit: `node <skill>/scripts/audit-session-sync.mjs --root <skill> --json`
|
|
62
|
+
- Conservative evidence-level backfill: `node <skill>/scripts/backfill-evidence-levels.mjs --root <project-root> --json`
|
|
63
|
+
- Historical evidence review queue: `node <skill>/scripts/audit-evidence-review-queue.mjs --root <skill> --target <project-root> --json`
|
|
64
|
+
- UI/browser evidence policy audit: `node <skill>/scripts/audit-ui-browser-evidence-policy.mjs --root <skill> --target <project-root> --json`
|
|
65
|
+
- Existing project state/index update: `node <skill>/scripts/update-project-state.mjs --target <project-root>`
|
|
53
66
|
- Change spec pack: `node <skill>/scripts/init-change.mjs --target <project-root> --change-id <id> --level lite|standard|enterprise`
|
|
54
67
|
- Public release record: `node <skill>/scripts/record-public-release.mjs --root <project-root> --license-status owner-required`
|
|
55
68
|
- Release bundle: `node <skill>/scripts/generate-release-bundle.mjs --root <skill> --label <release-label> --out <bundle-dir>`
|
|
@@ -100,8 +113,9 @@ For long-running projects, bind the work to `.gse/goal-map.md` or the project's
|
|
|
100
113
|
- Project-specific standards and tools: `references/project-profile.md`
|
|
101
114
|
- Project-local agent workspace: `references/project-agent-workspace.md`
|
|
102
115
|
- Host-specific adapters: `references/host-adapters.md`, `references/compatibility.md`
|
|
103
|
-
- Benchmark and gap audit: `references/benchmark-audit.md`
|
|
104
|
-
-
|
|
116
|
+
- Benchmark and gap audit: `references/benchmark-audit.md`
|
|
117
|
+
- Final form roadmap: `references/final-form-roadmap.md`, `scripts/audit-final-form-roadmap.mjs`
|
|
118
|
+
- Task level selection: `references/task-levels.md`
|
|
105
119
|
- Goal maps: `references/goal-map.md`
|
|
106
120
|
- Specs and change folders: `references/spec-workflow.md`
|
|
107
121
|
- Agent roles and ownership: `references/agent-roles.md`, `references/file-ownership.md`
|
|
@@ -128,7 +142,7 @@ For long-running projects, bind the work to `.gse/goal-map.md` or the project's
|
|
|
128
142
|
- Release owner action plan drill: `scripts/audit-release-owner-action-plan-drill.mjs`
|
|
129
143
|
- Public release checklist: `scripts/generate-public-release-checklist.mjs`, `scripts/audit-public-release-checklist.mjs`
|
|
130
144
|
- Final-form progress report: `scripts/generate-final-form-progress-report.mjs`, `scripts/audit-final-form-progress-report.mjs`
|
|
131
|
-
- Packaging and maintenance: `references/packaging.md`
|
|
145
|
+
- Packaging and maintenance: `references/packaging.md`, `references/maintenance-cadence.md`, `scripts/audit-maintenance-cadence.mjs`, `scripts/generate-maintenance-snapshot.mjs`, `scripts/audit-maintenance-snapshot.mjs`, `scripts/audit-installed-sync.mjs`, `scripts/record-session-sync.mjs`, `scripts/audit-session-sync.mjs`
|
|
132
146
|
- CI readiness: `.github/workflows/validate-gse.yml`, `scripts/audit-ci-readiness.mjs`
|
|
133
147
|
- Public collaboration templates: `.github/PULL_REQUEST_TEMPLATE.md`, `.github/ISSUE_TEMPLATE/`, `scripts/audit-public-collaboration-templates.mjs`
|
|
134
148
|
- Release trust and key custody: `references/release-trust.md`
|
|
@@ -142,7 +156,13 @@ For long-running projects, bind the work to `.gse/goal-map.md` or the project's
|
|
|
142
156
|
- Final acceptance packet: `scripts/generate-final-acceptance-packet.mjs`, `scripts/audit-final-acceptance-packet.mjs`
|
|
143
157
|
- Recovery and handoff: `references/recovery.md`
|
|
144
158
|
- Forward testing: `references/forward-test.md`
|
|
145
|
-
- Learning loop: `references/learning-system.md`
|
|
146
|
-
- Learning capture: `scripts/record-learning.mjs`, `scripts/audit-learning-system.mjs`
|
|
147
|
-
-
|
|
159
|
+
- Learning loop: `references/learning-system.md`
|
|
160
|
+
- Learning capture: `scripts/record-learning.mjs`, `scripts/audit-learning-system.mjs`
|
|
161
|
+
- Learning drift: `scripts/audit-learning-drift.mjs`
|
|
162
|
+
- Conservative evidence-level backfill: `scripts/backfill-evidence-levels.mjs`
|
|
163
|
+
- Historical evidence review queue: `scripts/audit-evidence-review-queue.mjs`
|
|
164
|
+
- UI/browser evidence policy: `scripts/audit-ui-browser-evidence-policy.mjs`
|
|
165
|
+
- Target hardening drills: `scripts/audit-target-hardening-drills.mjs`
|
|
166
|
+
- Project guards: `references/project-guards.md`, `scripts/audit-project-guards.mjs`
|
|
167
|
+
- Drift audit: `references/drift-audit.md`
|
|
148
168
|
- Design basis and source boundaries: `references/design-basis.md`
|
|
@@ -4,16 +4,21 @@ Use this when assigning work to a real subagent, another human/agent session, or
|
|
|
4
4
|
|
|
5
5
|
Do not require this packet for tiny single-agent edits. Use it when delegation, role separation, file ownership, or review evidence matters.
|
|
6
6
|
|
|
7
|
-
## Execution Mode
|
|
8
|
-
|
|
9
|
-
- Mode: real-subagent | sequential-role | handoff-session
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
7
|
+
## Execution Mode
|
|
8
|
+
|
|
9
|
+
- Mode: real-subagent | sequential-role | handoff-session
|
|
10
|
+
- Real delegation used: yes | no
|
|
11
|
+
- Host/tool used:
|
|
12
|
+
- Tool status: verified | documented | unknown | unavailable
|
|
13
|
+
- If not real-subagent, state fallback reason:
|
|
14
|
+
- Dispatch evidence:
|
|
15
|
+
- Fallback execution:
|
|
16
|
+
- Role output evidence:
|
|
17
|
+
- Claim boundary:
|
|
13
18
|
|
|
14
19
|
## Role
|
|
15
20
|
|
|
16
|
-
- Role: Coordinator | Product Analyst | Architect |
|
|
21
|
+
- Role: Coordinator | Planner | Product Analyst | Architect | Locator | Implementer | Verifier | Reviewer | QA | Docs/Evidence | Release | Other:
|
|
17
22
|
- Skill focus:
|
|
18
23
|
- Model/tool preference, if project-approved:
|
|
19
24
|
|
|
@@ -75,12 +80,13 @@ Return a concise report with:
|
|
|
75
80
|
- Residual risks:
|
|
76
81
|
- Questions or blockers:
|
|
77
82
|
|
|
78
|
-
## Verification
|
|
79
|
-
|
|
80
|
-
- Required focused test/smoke/check:
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
- What
|
|
83
|
+
## Verification
|
|
84
|
+
|
|
85
|
+
- Required focused test/smoke/check:
|
|
86
|
+
- Evidence status: result | verified | accepted
|
|
87
|
+
- Acceptable evidence level: result | verified-unit | verified-component | verified-api | verified-browser | verified-ci | accepted-owner | accepted-release | external-required
|
|
88
|
+
- What proves success:
|
|
89
|
+
- What would fail the task:
|
|
84
90
|
|
|
85
91
|
## Stop Conditions
|
|
86
92
|
|
|
@@ -101,4 +107,6 @@ Stop and report `NEEDS_CONTEXT` or `BLOCKED` if:
|
|
|
101
107
|
|
|
102
108
|
## Notes For Sequential Fallback
|
|
103
109
|
|
|
104
|
-
When no real subagent tool exists, use this packet as a role checklist in the main session. Say that no real delegation occurred if reporting delegation status matters. Keep role boundaries honest.
|
|
110
|
+
When no real subagent tool exists, use this packet as a role checklist in the main session. Say that no real delegation occurred if reporting delegation status matters. Keep role boundaries honest.
|
|
111
|
+
|
|
112
|
+
For repeatable role fallback packets, use `assets/templates/role-fallback-packet.md` and `references/role-dispatch-fallback.md`.
|