@ryuenn3123/agentic-senior-core 3.0.8 → 3.0.9

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.
@@ -10,10 +10,12 @@ This contract is a structure and reasoning system, not a fixed visual template.
10
10
  The agent must:
11
11
  1. Read [AGENTS.md](../../AGENTS.md) for project context and team roles.
12
12
  2. Scan all files in [.agent-context/rules/](../rules/) for UI/UX and accessibility standards.
13
- 3. Reference [docs/deep-dive.md](../../docs/deep-dive.md) and [docs/faq.md](../../docs/faq.md) for architecture and product background.
13
+ 3. Use repository evidence from [.agent-context/state/onboarding-report.json](../state/onboarding-report.json), existing UI code, product copy, route names, component names, and any existing `docs/*` project docs to infer architecture and product background.
14
14
  4. If [docs/DESIGN.md](../../docs/DESIGN.md) or `docs/design-intent.json` already exists, check for drift and improve them instead of rewriting blindly.
15
- 5. Treat any example structure or stylistic inspiration as non-normative. Use it only to judge depth and clarity, never to copy a visual language directly.
16
- 6. All references to docs or rules must be clickable markdown links.
15
+ 5. If context is incomplete, write explicit assumptions and reversible design bets instead of defaulting to generic SaaS output.
16
+ 6. Explore multiple plausible design directions internally, then commit to one cohesive direction with clear rationale tied to the product context.
17
+ 7. Treat any example structure or stylistic inspiration as non-normative. Use it only to judge depth and clarity, never to copy a visual language directly.
18
+ 8. All references to docs or rules must be clickable markdown links.
17
19
 
18
20
  Required `docs/DESIGN.md` sections:
19
21
  1. Design Intent and Product Personality
@@ -44,5 +46,5 @@ Required `docs/design-intent.json` fields:
44
46
  Output:
45
47
  - Create or update both `docs/DESIGN.md` and `docs/design-intent.json`.
46
48
  - Keep both files synchronized: the markdown explains the why, the JSON captures the contract in machine-readable form.
47
- - Use practical, modern, accessible language grounded in the project, not generic SaaS defaults.
49
+ - Use practical, modern, accessible language grounded in the project, not generic SaaS defaults or copycat brand systems.
48
50
  - Wait for user approval before generating Figma or code assets.
@@ -6,7 +6,7 @@ This prompt boots a repository with strict rules operations context (Federated G
6
6
  When a new project is created or initialized, the agent should automatically:
7
7
  1. Read [AGENTS.md](../../AGENTS.md) to understand available roles and knowledge base.
8
8
  2. Scan all files in [.agent-context/rules/](../rules/) for mandatory engineering standards.
9
- 3. Review dynamic stack and architecture signals from [docs/deep-dive.md](../../docs/deep-dive.md), [docs/faq.md](../../docs/faq.md), and task constraints.
9
+ 3. Review dynamic stack and architecture signals from [.agent-context/state/onboarding-report.json](../state/onboarding-report.json), [.agent-context/state/stack-research-snapshot.json](../state/stack-research-snapshot.json), available stack and blueprint sources, and task constraints.
10
10
 
11
11
  ## Architect Mode (Recommended)
12
12
  If the user describes a project or feature, the agent should:
@@ -19,7 +19,7 @@ If the user describes a project or feature, the agent should:
19
19
  If the user specifies a framework/blueprint, the agent should:
20
20
  1. Read [AGENTS.md](../../AGENTS.md) for role context.
21
21
  2. Scan all files in [.agent-context/rules/](../rules/) for engineering standards.
22
- 3. Reference [docs/deep-dive.md](../../docs/deep-dive.md) and [docs/faq.md](../../docs/faq.md) for stack/blueprint guidance.
22
+ 3. Reference [.agent-context/state/onboarding-report.json](../state/onboarding-report.json), [.cursorrules](../../.cursorrules), and [.windsurfrules](../../.windsurfrules) for the active stack and blueprint guidance already applied to this project.
23
23
  4. Scaffold the initial project structure following the blueprint exactly:
24
24
  - Create all directories and files from the blueprint
25
25
  - Set up environment config and validation (e.g., Zod, Pydantic, FluentValidation)
@@ -32,7 +32,7 @@ If the user specifies a framework/blueprint, the agent should:
32
32
  - Every dependency must be justified per [efficiency-vs-hype.md](../rules/efficiency-vs-hype.md)
33
33
 
34
34
  ## Stacks & Blueprints Reference
35
- See [docs/roadmap.md](../../docs/roadmap.md) and [docs/deep-dive.md](../../docs/deep-dive.md) for the latest stack and blueprint list.
35
+ See [.agent-context/state/onboarding-report.json](../state/onboarding-report.json), [.cursorrules](../../.cursorrules), and [.windsurfrules](../../.windsurfrules) for the latest shipped stack and blueprint context.
36
36
 
37
37
  ## UI/UX Bootstrap
38
38
  When a user requests frontend or UI/UX design, the agent should automatically execute the [bootstrap-design.md](./bootstrap-design.md) prompt to synthesize a dynamic design contract (`docs/DESIGN.md` + `docs/design-intent.json`).
@@ -93,7 +93,7 @@ Every dependency must be justified per [efficiency-vs-hype.md](../rules/efficien
93
93
 
94
94
  ## Stacks & Blueprints Reference
95
95
 
96
- See [docs/roadmap.md](../../docs/roadmap.md) and [docs/deep-dive.md](../../docs/deep-dive.md) for the latest stack and blueprint list.
96
+ See [.agent-context/state/onboarding-report.json](../state/onboarding-report.json), [.cursorrules](../../.cursorrules), and [.windsurfrules](../../.windsurfrules) for the latest shipped stack and blueprint context.
97
97
 
98
98
  ---
99
99
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-20T01:05:14.547Z",
2
+ "generatedAt": "2026-04-20T02:01:47.871Z",
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.8
3
+ Generated by Agentic-Senior-Core CLI v3.0.9
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.8
3
+ Generated by Agentic-Senior-Core CLI v3.0.9
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,12 +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.8 (2026-04-20).
13
+ Latest release: 3.0.9 (2026-04-20).
14
14
 
15
- Highlights in 3.0.8:
16
- - Existing UI repositories now get `docs/design-intent.json` seeded during both `init` and `upgrade`.
17
- - Upgrade preview explicitly shows when a machine-readable design seed will be created on apply.
18
- - UI scope detection is now shared between `init` and `upgrade` so design-contract enforcement stays consistent.
15
+ Highlights in 3.0.9:
16
+ - Design bootstrap prompts now rely on shipped project evidence instead of assuming extra docs exist in every initialized repository.
17
+ - Dynamic UI design guidance now emphasizes structure, rationale, and anti-generic constraints without anchoring to example brand systems.
18
+ - Init prompts now point agents at the active onboarding and compiled-rule context that actually exists in target projects.
19
19
 
20
20
  </div>
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "type": "module",
5
5
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {