@ryuenn3123/agentic-senior-core 2.5.18 → 2.5.20
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/.agent-context/state/memory-continuity-benchmark.json +1 -1
- package/.agent-context/state/stack-research-snapshot.json +112 -0
- package/.cursorrules +1 -1
- package/.windsurfrules +1 -1
- package/README.md +12 -0
- package/lib/cli/architect.mjs +656 -5
- package/lib/cli/commands/init.mjs +198 -9
- package/lib/cli/commands/upgrade.mjs +64 -1
- package/lib/cli/compiler.mjs +2 -0
- package/lib/cli/utils.mjs +4 -1
- package/package.json +1 -1
- package/scripts/validate.mjs +161 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"snapshotId": "ecosystem-signals-2026-04-18",
|
|
4
|
+
"generatedAt": "2026-04-18T00:00:00.000Z",
|
|
5
|
+
"deterministic": true,
|
|
6
|
+
"sourceName": "Agentic-Senior-Core deterministic stack research snapshot",
|
|
7
|
+
"sourceUrl": "state://stack-research-snapshot/2026-04-18",
|
|
8
|
+
"trustedRealtimeSources": [
|
|
9
|
+
{
|
|
10
|
+
"sourceId": "awwwards-trend-feed",
|
|
11
|
+
"sourceName": "Awwwards Trend Feed",
|
|
12
|
+
"sourceUrl": "https://www.awwwards.com"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"sourceId": "github-ecosystem-signals",
|
|
16
|
+
"sourceName": "GitHub Ecosystem Signals",
|
|
17
|
+
"sourceUrl": "https://github.com"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"stackSignals": [
|
|
21
|
+
{
|
|
22
|
+
"stackFileName": "typescript.md",
|
|
23
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
24
|
+
"metrics": {
|
|
25
|
+
"ecosystemMaturity": 0.91,
|
|
26
|
+
"talentAvailability": 0.9,
|
|
27
|
+
"deliveryVelocity": 0.89
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"stackFileName": "python.md",
|
|
32
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
33
|
+
"metrics": {
|
|
34
|
+
"ecosystemMaturity": 0.92,
|
|
35
|
+
"talentAvailability": 0.88,
|
|
36
|
+
"deliveryVelocity": 0.9
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"stackFileName": "java.md",
|
|
41
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
42
|
+
"metrics": {
|
|
43
|
+
"ecosystemMaturity": 0.89,
|
|
44
|
+
"talentAvailability": 0.83,
|
|
45
|
+
"deliveryVelocity": 0.8
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"stackFileName": "php.md",
|
|
50
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
51
|
+
"metrics": {
|
|
52
|
+
"ecosystemMaturity": 0.79,
|
|
53
|
+
"talentAvailability": 0.75,
|
|
54
|
+
"deliveryVelocity": 0.84
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"stackFileName": "go.md",
|
|
59
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
60
|
+
"metrics": {
|
|
61
|
+
"ecosystemMaturity": 0.84,
|
|
62
|
+
"talentAvailability": 0.78,
|
|
63
|
+
"deliveryVelocity": 0.82
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"stackFileName": "csharp.md",
|
|
68
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
69
|
+
"metrics": {
|
|
70
|
+
"ecosystemMaturity": 0.86,
|
|
71
|
+
"talentAvailability": 0.8,
|
|
72
|
+
"deliveryVelocity": 0.79
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"stackFileName": "rust.md",
|
|
77
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
78
|
+
"metrics": {
|
|
79
|
+
"ecosystemMaturity": 0.74,
|
|
80
|
+
"talentAvailability": 0.63,
|
|
81
|
+
"deliveryVelocity": 0.67
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"stackFileName": "ruby.md",
|
|
86
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
87
|
+
"metrics": {
|
|
88
|
+
"ecosystemMaturity": 0.7,
|
|
89
|
+
"talentAvailability": 0.62,
|
|
90
|
+
"deliveryVelocity": 0.72
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"stackFileName": "react-native.md",
|
|
95
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
96
|
+
"metrics": {
|
|
97
|
+
"ecosystemMaturity": 0.72,
|
|
98
|
+
"talentAvailability": 0.67,
|
|
99
|
+
"deliveryVelocity": 0.74
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"stackFileName": "flutter.md",
|
|
104
|
+
"measuredAt": "2026-04-18T00:00:00.000Z",
|
|
105
|
+
"metrics": {
|
|
106
|
+
"ecosystemMaturity": 0.75,
|
|
107
|
+
"talentAvailability": 0.69,
|
|
108
|
+
"deliveryVelocity": 0.76
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
package/.cursorrules
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.5.
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.5.20
|
|
4
4
|
Timestamp: 2026-04-18T03:00:00.000Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|
package/.windsurfrules
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.5.
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.5.20
|
|
4
4
|
Timestamp: 2026-04-18T03:00:00.000Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|
package/README.md
CHANGED
|
@@ -36,6 +36,18 @@ Project-description-first path (AI as Architect with veto control):
|
|
|
36
36
|
npx @ryuenn3123/agentic-senior-core init --project-description "Machine learning API for fraud detection"
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
Deterministic stack research mode (default):
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npx @ryuenn3123/agentic-senior-core init --project-description "Event-driven payments platform" --architect-research-mode snapshot
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Optional trusted realtime enrichment (explicitly gated):
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
npx @ryuenn3123/agentic-senior-core init --project-description "Modern conversion-focused product website" --architect-research-mode realtime --enable-realtime-research --architect-realtime-signal-file ./realtime-signals.json
|
|
49
|
+
```
|
|
50
|
+
|
|
39
51
|
---
|
|
40
52
|
|
|
41
53
|
## Before / After
|