@ryuenn3123/agentic-senior-core 3.0.29 → 3.0.30

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,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-25T11:56:18.296Z",
2
+ "generatedAt": "2026-04-25T12:31:41.284Z",
3
3
  "reportName": "memory-continuity-benchmark",
4
4
  "schemaVersion": "1.0.0",
5
5
  "passed": true,
package/.cursorrules CHANGED
@@ -1,6 +1,6 @@
1
1
  # AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
2
2
 
3
- Generated by Agentic-Senior-Core CLI v3.0.29
3
+ Generated by Agentic-Senior-Core CLI v3.0.30
4
4
  Timestamp: 2026-04-24T06:02:48.303Z
5
5
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
6
6
 
package/.windsurfrules CHANGED
@@ -1,6 +1,6 @@
1
1
  # AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
2
2
 
3
- Generated by Agentic-Senior-Core CLI v3.0.29
3
+ Generated by Agentic-Senior-Core CLI v3.0.30
4
4
  Timestamp: 2026-04-24T06:02:48.303Z
5
5
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
6
6
 
package/README.md CHANGED
@@ -10,13 +10,12 @@
10
10
  **Production-grade Rules Engine (Governance Engine) for AI coding agents.**
11
11
  Works with Cursor, Windsurf, GitHub Copilot, Claude Code, Gemini, and other LLM-powered IDE workflows.
12
12
 
13
- Latest release: 3.0.29 (2026-04-25).
13
+ Latest release: 3.0.30 (2026-04-25).
14
14
 
15
- Highlights in 3.0.29:
16
- - UI design contracts now require deterministic `anchorReference` traceability through `derivedTokenLogic` before implementation.
17
- - Compiled UI context can surface a top-of-file anchor commitment header from `docs/design-intent.json` so the creative direction is not buried under governance.
18
- - Library decisions now must be verified against current official docs or marked `pending-verification` with native/project-local fallbacks.
19
- - Release gate now validates the design-intent seed for token derivation and library verification completeness.
15
+ Highlights in 3.0.30:
16
+ - Root `mcp.json` now reflects the current 9-layer governance model instead of the old 8-layer metadata.
17
+ - MCP knowledge metadata now includes 15 rules, 4 prompts including `bootstrap-design`, and the project-context layer.
18
+ - MCP workflow wording now reinforces scope-first relevant-layer injection instead of eager load-all context.
20
19
 
21
20
  </div>
22
21
 
package/mcp.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
- "version": "1.0",
2
+ "version": "1.1",
3
3
  "name": "agentic-senior-core",
4
- "description": "MCP configuration for governance-aware diagnostics and self-healing workflows with dynamic knowledge injection.",
4
+ "description": "MCP configuration for governance-aware diagnostics, scoped rule loading, and self-healing workflows with dynamic knowledge injection.",
5
5
  "knowledgeLayers": {
6
6
  "enabled": true,
7
- "description": "8-layer dynamic knowledge injection for AI agents",
7
+ "description": "9-layer dynamic knowledge injection for AI agents",
8
8
  "layers": {
9
9
  "rules": {
10
10
  "path": ".agent-context/rules",
11
- "count": 14,
11
+ "count": 15,
12
12
  "autoLoad": true
13
13
  },
14
14
  "stack-strategies": {
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "prompts": {
31
31
  "path": ".agent-context/prompts",
32
- "count": 3,
32
+ "count": 4,
33
33
  "autoLoad": true,
34
- "templates": ["init-project", "refactor", "review-code"]
34
+ "templates": ["init-project", "bootstrap-design", "refactor", "review-code"]
35
35
  },
36
36
  "governance-modes": {
37
37
  "path": "dynamic",
@@ -41,13 +41,19 @@
41
41
  },
42
42
  "state": {
43
43
  "path": ".agent-context/state",
44
- "count": 6,
44
+ "count": 22,
45
45
  "autoLoad": true
46
46
  },
47
47
  "policies": {
48
48
  "path": ".agent-context/policies",
49
49
  "count": 1,
50
50
  "autoLoad": true
51
+ },
52
+ "project-context": {
53
+ "path": "docs",
54
+ "count": 0,
55
+ "autoLoad": false,
56
+ "sources": ["project-brief", "architecture-decision-record", "flow-overview", "api-contract", "database-schema", "DESIGN", "design-intent"]
51
57
  }
52
58
  }
53
59
  },
@@ -76,15 +82,16 @@
76
82
  "full-knowledge-injection": {
77
83
  "trigger": ["workspace.initialize", "agent.start"],
78
84
  "steps": [
79
- "load_all_knowledge_layers",
80
- "inject_rules",
81
- "inject_stack_strategies",
82
- "inject_architecture_playbooks",
85
+ "resolve_scope_first",
86
+ "inject_relevant_rules",
87
+ "inject_runtime_decision_signals",
88
+ "inject_structural_planning_signals",
83
89
  "inject_execution_contracts",
84
90
  "inject_prompts",
85
91
  "inject_governance_modes",
86
92
  "inject_state",
87
- "inject_policies"
93
+ "inject_policies",
94
+ "inject_project_context_when_relevant"
88
95
  ]
89
96
  }
90
97
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "3.0.29",
3
+ "version": "3.0.30",
4
4
  "type": "module",
5
5
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {