@ryuenn3123/agentic-senior-core 3.0.2 → 3.0.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.
@@ -84,19 +84,19 @@ Now scaffold the initial project structure following the blueprint exactly:
84
84
  - Initialize the ORM/Database connection
85
85
 
86
86
 
87
- Setiap file harus mengikuti [naming conventions](../rules/naming-conv.md).
88
- Setiap modul harus mengikuti [architecture.md](../rules/architecture.md).
89
- Setiap dependency harus justified sesuai [efficiency-vs-hype.md](../rules/efficiency-vs-hype.md).
87
+ Every file must follow [naming conventions](../rules/naming-conv.md).
88
+ Every module must follow [architecture.md](../rules/architecture.md).
89
+ Every dependency must be justified per [efficiency-vs-hype.md](../rules/efficiency-vs-hype.md).
90
90
  ```
91
91
 
92
92
  ---
93
93
 
94
- ## Referensi Stacks & Blueprints
94
+ ## Stacks & Blueprints Reference
95
95
 
96
- Lihat [docs/roadmap.md](../../docs/roadmap.md) dan [docs/deep-dive.md](../../docs/deep-dive.md) untuk daftar stack/blueprint terbaru.
96
+ See [docs/roadmap.md](../../docs/roadmap.md) and [docs/deep-dive.md](../../docs/deep-dive.md) for the latest stack and blueprint list.
97
97
 
98
98
  ---
99
99
 
100
100
  ## Bootstrap UI/UX (DESIGN.md)
101
101
 
102
- Untuk memulai desain UI/UX dari nol, gunakan prompt [bootstrap-design.md](./bootstrap-design.md) agar AI langsung membangunkan Art Director digital Anda.
102
+ To start UI/UX design from scratch, use the [bootstrap-design.md](./bootstrap-design.md) prompt to synthesize `docs/DESIGN.md`.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-18T13:21:21.615Z",
2
+ "generatedAt": "2026-04-18T13:26:49.303Z",
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.2
3
+ Generated by Agentic-Senior-Core CLI v3.0.3
4
4
  Timestamp: 2026-04-18T00: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 v3.0.2
3
+ Generated by Agentic-Senior-Core CLI v3.0.3
4
4
  Timestamp: 2026-04-18T00:00:00.000Z
5
5
  Selected profile: beginner
6
6
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
package/README.md CHANGED
@@ -10,7 +10,7 @@
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.2 (2026-04-18).
13
+ Latest release: 3.0.3 (2026-04-18).
14
14
 
15
15
  Highlights in 3.0.0:
16
16
  - Universal IDE adapter surface is completed and synchronized through thin adapters.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {