@ryuenn3123/agentic-senior-core 4.2.6 → 4.2.7

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.
@@ -61,7 +61,12 @@ Before broad compliance review or UI implementation, record an agent-chosen visu
61
61
  - one signature motion behavior more specific than "smooth"
62
62
  - one typographic decision with meaningful role contrast
63
63
  - one authored visual bet visible in the first viewport
64
- Reject generic anchors. Do not accept "modern", "clean", "premium", "expressive", "minimal", or "bold" as the anchor. Name a material, instrument, artifact class, architectural system, editorial genre, cinematic behavior, exhibition system, scientific apparatus, or industrial mechanism.
64
+ Reject generic anchors. Do not accept "modern", "clean", "premium", "expressive", "minimal", or "bold" as the anchor. Name a specific real-world reference. Valid options include:
65
+ - A specific premium digital experience (e.g., "[Specific Brand] hardware launch page full-bleed section transitions", "[Specific Tool] homepage keyboard-first density rhythm", "[Specific Fintech] marketing site gradient mesh motion")
66
+ - A cinematic campaign or editorial system
67
+ - A material, instrument, or physical mechanism
68
+
69
+ The reference must be googleable and specific. "Brand-X-style" fails. "[Brand X] M3 reveal page scroll-locked section reveals" passes.
65
70
  ## Dynamic Avant-Garde Anchor Engine
66
71
  If no current-task research or visual reference exists, activate the Dynamic Avant-Garde Anchor Engine before coding.
67
72
  Rules:
@@ -95,9 +95,12 @@ Consumer / mobile:
95
95
  Data / analytics:
96
96
  → Retool, Posthog, Metabase, Grafana (or equivalents)
97
97
 
98
- You may fetch other modern digital products that fit the category.
99
- DO NOT fetch Wikipedia, generic documentation sites, Dribbble templates,
100
- or non-product informational pages as design references.
98
+ For every product category:
99
+ → Also check: Awwwards, Godly.website, and Layers.to for
100
+ state-of-the-art quality references in that category.
101
+
102
+ DO NOT fetch: Wikipedia, Dribbble templates, or generic blog posts
103
+ about "best UI design practices."
101
104
 
102
105
  For each reference: fetch the actual page this session, record what
103
106
  mechanic or hierarchy is borrowed, and explicitly state what is NOT
@@ -201,6 +204,7 @@ From the selected morphological combination, generate exactly five anchor candid
201
204
 
202
205
  Hard constraints on anchors:
203
206
  - The anchor must be concrete and googleable. "Modern", "clean", "premium", "expressive", "minimal", "bold", "futuristic", "elegant" are not anchors.
207
+ - Specific premium digital products are valid anchors when the borrowed element is an interaction mechanic, hierarchy pattern, or motion behavior — not a palette or brand. Be specific enough that the reference fails the rename test.
204
208
  - Do not default to spatial place metaphors such as room, darkroom, control room, counting room, war room, studio, lab, cockpit, command center. Use them only when the product genuinely depends on a physical place model. Prefer artifacts, custody flows, instruments, data behaviors, materials, editorial systems, service rituals, or interaction mechanisms.
205
209
  - Pass the strengthened rename test: mentally rename the product to three genuinely different categories. Categories must be remote from each other and from the actual product (for example, if the product is a health app, test against fintech dashboard, kids educational game, and industrial equipment monitoring console).
206
210
 
@@ -32,7 +32,7 @@ export function buildConceptualAnchorSection() {
32
32
  doNotRevealHiddenCandidateList: true,
33
33
  outputOnlyChosenAnchor: true,
34
34
  avoidSpatialPlaceMetaphorByDefault: true,
35
- preferMechanismOverPlace: true,
35
+ preferSpecificOverGeneric: true,
36
36
  },
37
37
  creativeCommitmentPolicy: {
38
38
  requiredBeforeComplianceReview: true,
@@ -63,13 +63,14 @@ export function buildConceptualAnchorSection() {
63
63
  'command-center',
64
64
  ],
65
65
  sourceDomains: [
66
- 'complex-physical-engineering',
66
+ 'premium-interactive-web-experiences',
67
+ 'cinematic-campaign-and-product-launch',
68
+ 'contemporary-editorial-digital-design',
67
69
  'cinematic-behavior-and-transition-systems',
68
70
  'experimental-editorial-structure',
69
- 'scientific-instrumentation',
70
- 'workflow-and-custody-systems',
71
+ 'complex-physical-engineering',
71
72
  'material-artifacts-and-instruments',
72
- 'premium-interactive-web-experiences',
73
+ 'workflow-and-custody-systems',
73
74
  ],
74
75
  visualRiskBudget: {
75
76
  mode: 'high-distinctiveness-with-accessibility-and-performance-guardrails',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "type": "module",
5
5
  "description": "Change your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {