@moreih29/nexus-core 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/manifest.json +43 -43
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -76,6 +76,7 @@ Plan session #2 (2026-04-11) 구현 결정 완료. 첫 release `v0.1.0` 준비
76
76
 
77
77
  - [CHANGELOG.md](./CHANGELOG.md) — version history
78
78
  - [CONSUMING.md](./CONSUMING.md) — consumer LLM upgrade protocol
79
+ - [RELEASING.md](./RELEASING.md) — harness-neutral release runbook (for LLM agents or humans cutting a release)
79
80
  - [.nexus/context/boundaries.md](./.nexus/context/boundaries.md) — scope & rejection rationale
80
81
  - [.nexus/context/ecosystem.md](./.nexus/context/ecosystem.md) — 3-layer model
81
82
  - [.nexus/context/evolution.md](./.nexus/context/evolution.md) — Forward-only relaxation policy
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "nexus_core_version": "0.1.1",
3
- "nexus_core_commit": "4ffc1e0bf2031e9a61896f76f4cba1bf0dfc87ad",
2
+ "nexus_core_version": "0.1.2",
3
+ "nexus_core_commit": "93d8d74493b8897a80e9de1342c0da5f0d04f6e2",
4
4
  "schema_contract_version": "1.0",
5
5
  "agents": [
6
6
  {
@@ -19,22 +19,6 @@
19
19
  "id": "architect",
20
20
  "body_hash": "sha256:a9424a28d14e04a8c487ab9c1718f9ac929e8a2558abcf848a7c1722ceb8a79d"
21
21
  },
22
- {
23
- "name": "strategist",
24
- "description": "Business strategy — evaluates market positioning, competitive landscape, and business viability of decisions",
25
- "task": "Business strategy, market analysis, competitive positioning",
26
- "alias_ko": "전략가",
27
- "category": "how",
28
- "resume_tier": "persistent",
29
- "model_tier": "high",
30
- "capabilities": [
31
- "no_file_edit",
32
- "no_task_create",
33
- "no_task_update"
34
- ],
35
- "id": "strategist",
36
- "body_hash": "sha256:32e70f5ad8e1a37fb544c398147c39020b19fed8cde8c066fad02cea37481cc2"
37
- },
38
22
  {
39
23
  "name": "designer",
40
24
  "description": "UX/UI design — evaluates user experience, interaction patterns, and how users will experience the product",
@@ -51,21 +35,6 @@
51
35
  "id": "designer",
52
36
  "body_hash": "sha256:9ccab5e29cca4b57250c41ffaea6656fc655bee2a19fc5e29c08e2e4ab669021"
53
37
  },
54
- {
55
- "name": "researcher",
56
- "description": "Independent investigation — conducts web searches, gathers evidence, and reports findings with citations",
57
- "task": "Web search, independent investigation",
58
- "alias_ko": "리서처",
59
- "category": "do",
60
- "resume_tier": "persistent",
61
- "model_tier": "standard",
62
- "capabilities": [
63
- "no_file_edit",
64
- "no_task_create"
65
- ],
66
- "id": "researcher",
67
- "body_hash": "sha256:5ec30a3449047fadfbeabc01778204baa66f3016f48bed3bc95bdff9c9b386bd"
68
- },
69
38
  {
70
39
  "name": "reviewer",
71
40
  "description": "Content verification — validates accuracy, checks facts, confirms grammar and format of non-code deliverables",
@@ -82,19 +51,20 @@
82
51
  "body_hash": "sha256:76312fd237bb9f76fff243b5f10e9efa8ac726c793f401d30846423c11871feb"
83
52
  },
84
53
  {
85
- "name": "tester",
86
- "description": "Testing and verification tests, verifies, validates stability and security of implementations",
87
- "task": "Testing, verification, security review",
88
- "alias_ko": "테스터",
89
- "category": "check",
90
- "resume_tier": "ephemeral",
91
- "model_tier": "standard",
54
+ "name": "strategist",
55
+ "description": "Business strategyevaluates market positioning, competitive landscape, and business viability of decisions",
56
+ "task": "Business strategy, market analysis, competitive positioning",
57
+ "alias_ko": "전략가",
58
+ "category": "how",
59
+ "resume_tier": "persistent",
60
+ "model_tier": "high",
92
61
  "capabilities": [
93
62
  "no_file_edit",
94
- "no_task_create"
63
+ "no_task_create",
64
+ "no_task_update"
95
65
  ],
96
- "id": "tester",
97
- "body_hash": "sha256:6455a816b3a1c80fd689c19779d9fc5b411948d768cdd240d964b1feea3f51a0"
66
+ "id": "strategist",
67
+ "body_hash": "sha256:32e70f5ad8e1a37fb544c398147c39020b19fed8cde8c066fad02cea37481cc2"
98
68
  },
99
69
  {
100
70
  "name": "engineer",
@@ -110,6 +80,21 @@
110
80
  "id": "engineer",
111
81
  "body_hash": "sha256:79ce728ef86027c3301b26454ae5e1ed2db58cf4ce812521df4f6473661e3cd3"
112
82
  },
83
+ {
84
+ "name": "researcher",
85
+ "description": "Independent investigation — conducts web searches, gathers evidence, and reports findings with citations",
86
+ "task": "Web search, independent investigation",
87
+ "alias_ko": "리서처",
88
+ "category": "do",
89
+ "resume_tier": "persistent",
90
+ "model_tier": "standard",
91
+ "capabilities": [
92
+ "no_file_edit",
93
+ "no_task_create"
94
+ ],
95
+ "id": "researcher",
96
+ "body_hash": "sha256:5ec30a3449047fadfbeabc01778204baa66f3016f48bed3bc95bdff9c9b386bd"
97
+ },
113
98
  {
114
99
  "name": "postdoc",
115
100
  "description": "Research methodology and synthesis — designs investigation approach, evaluates evidence quality, writes synthesis documents",
@@ -126,6 +111,21 @@
126
111
  "id": "postdoc",
127
112
  "body_hash": "sha256:62633ddb64097e249959cde60b40e44a99b163d08c1c950afbe04309dbf5d37c"
128
113
  },
114
+ {
115
+ "name": "tester",
116
+ "description": "Testing and verification — tests, verifies, validates stability and security of implementations",
117
+ "task": "Testing, verification, security review",
118
+ "alias_ko": "테스터",
119
+ "category": "check",
120
+ "resume_tier": "ephemeral",
121
+ "model_tier": "standard",
122
+ "capabilities": [
123
+ "no_file_edit",
124
+ "no_task_create"
125
+ ],
126
+ "id": "tester",
127
+ "body_hash": "sha256:6455a816b3a1c80fd689c19779d9fc5b411948d768cdd240d964b1feea3f51a0"
128
+ },
129
129
  {
130
130
  "name": "writer",
131
131
  "description": "Technical writing — transforms research findings, code, and analysis into clear documents and presentations for the intended audience",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moreih29/nexus-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Nexus ecosystem Authoring layer — canonical prompts, neutral metadata, and vocabulary shared by Nexus harnesses",
5
5
  "license": "MIT",
6
6
  "repository": {