@ryuenn3123/agentic-senior-core 1.9.2 → 1.9.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "cliVersion": "1.9.2",
3
- "generatedAt": "2026-04-08T01:58:51.014Z",
2
+ "cliVersion": "1.9.3",
3
+ "generatedAt": "2026-04-08T02:11:52.436Z",
4
4
  "operationMode": "init",
5
5
  "selectedProfile": "beginner",
6
6
  "selectedProfilePack": null,
@@ -8,7 +8,7 @@
8
8
  "selectedStack": "typescript.md",
9
9
  "selectedBlueprint": "api-nextjs.md",
10
10
  "ciGuardrailsEnabled": true,
11
- "setupDurationMs": 16396,
11
+ "setupDurationMs": 84447,
12
12
  "selectedSkillDomains": [
13
13
  "frontend",
14
14
  "fullstack",
package/.cursorrules CHANGED
@@ -1,7 +1,7 @@
1
1
  # AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
2
2
 
3
- Generated by Agentic-Senior-Core CLI v1.9.2
4
- Timestamp: 2026-04-08T01:58:51.011Z
3
+ Generated by Agentic-Senior-Core CLI v1.9.3
4
+ Timestamp: 2026-04-08T02:11:52.432Z
5
5
  Selected profile: beginner
6
6
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
7
7
 
package/.windsurfrules CHANGED
@@ -1,7 +1,7 @@
1
1
  # AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
2
2
 
3
- Generated by Agentic-Senior-Core CLI v1.9.2
4
- Timestamp: 2026-04-08T01:58:51.011Z
3
+ Generated by Agentic-Senior-Core CLI v1.9.3
4
+ Timestamp: 2026-04-08T02:11:52.432Z
5
5
  Selected profile: beginner
6
6
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "type": "module",
5
5
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {
@@ -51,4 +51,4 @@
51
51
  "validate": "node ./scripts/validate.mjs",
52
52
  "test": "node --test ./tests/cli-smoke.test.mjs ./tests/llm-judge.test.mjs ./tests/enterprise-ops.test.mjs ./tests/skill-tier-gate.test.mjs"
53
53
  }
54
- }
54
+ }