genesis-stack 1.0.0 → 1.0.2

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": "genesis-stack",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "The optional curated technology Stack catalog for Genesis projects.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "test": "node --test"
20
20
  },
21
21
  "dependencies": {
22
- "@jskit-ai/agent-docs": "0.1.134"
22
+ "@jskit-ai/agent-docs": "0.1.137"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=22"
@@ -35,9 +35,10 @@ application-owned composition.
35
35
  composition, package-owned migrations, explicit repositories/features/named
36
36
  actions, and current client resources without running a broad package update.
37
37
  - Compare the real package scripts with JSKIT's current Workspace setup,
38
- Launch, verification, and Deployment declarations. Older source needs complete
39
- project-owned overrides until a separately approved port supplies the current
40
- commands.
38
+ Launch, verification, and consumer-owned Deployment proposal. Genesis keeps
39
+ that extra section opaque; the deployment consumer validates it. Older source
40
+ needs a complete project-owned override until a separately approved port
41
+ supplies the current commands.
41
42
  - Inspect existing setup and database preparation for both migration discovery
42
43
  and an app-owned idempotent seed. Never infer `db:prepare` from the selected
43
44
  component when the script or preparation file does not exist.
@@ -84,8 +85,9 @@ application-owned composition.
84
85
  ## Deployment
85
86
 
86
87
  - Runtimes: `nodejs`
88
+ - Recreate on restore: `node_modules`
87
89
  - Ready when: `GET` `/api/health` returns `200`
88
- - Prepare `Install dependencies`: `npm` `install`
90
+ - Prepare `Install dependencies`: `npm` `ci`
89
91
  - Build `Build`: `npm` `run` `build`
90
92
  - Migrate `Prepare database`: `npm` `run` `db:prepare`
91
93
  - Serve `Start`: `npm` `start`
@@ -109,6 +111,6 @@ application-owned composition.
109
111
  - Remove pass-through wrappers and abandoned scaffold code only when doing so
110
112
  preserves routes, placements, baseline tests, and observable behavior.
111
113
 
112
- ## Commands
114
+ ## Verification
113
115
 
114
116
  - Verify `application`: `npm` `run` `verify`