@ryuenn3123/agentic-senior-core 3.0.36 → 3.0.37

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.
@@ -98,6 +98,40 @@ In reset mode:
98
98
  The UI must feel authored by a strong UI/UX designer, not assembled from default cards and safe framework chrome.
99
99
  The UI must not look like a first-pass AI template. "Readable" and "safe" are not enough when the brief calls for an authored product experience.
100
100
 
101
+ ## Creative Ambition Floor
102
+
103
+ For new screens and broad redesigns, the agent must make one authored visual bet before coding. This can be a spatial structure, material logic, data treatment, motion language, typographic contrast, image system, or interaction model, but it must be visible in the first viewport and it must come from the chosen product anchor.
104
+
105
+ The ambition floor is not a license to decorate. It is a check against timid AI-template output. The design may still be quiet, dense, utilitarian, or text-heavy when the product needs that, but it must have a clear authored decision that a generic scaffold would not produce.
106
+
107
+ Before implementation, record:
108
+ - one product-derived palette move that does not rely on cream, slate, purple-blue gradient, monochrome, or cyber-neon defaults
109
+ - one signature motion, spatial, or interaction behavior that is more specific than "smooth"
110
+ - one morphology or composition choice that breaks away from interchangeable card stacks when the product allows it
111
+
112
+ If the agent chooses not to use rich motion, 3D, canvas, WebGL, scroll choreography, or an animation library, it must name the product, content-density, performance, accessibility, or device constraint that makes omission better. "Not necessary", "keep it simple", or "avoid complexity" is insufficient without that evidence.
113
+
114
+ ## AI Color and Template Residue Audit
115
+
116
+ AI color drift happens when a screen reaches for safe defaults before it understands the product: cream editorial surfaces, dark slate dashboards, purple-blue gradients, monochrome minimalism, neon cyber terminals, soft glow atmospheres, or arbitrary bright accents with no semantic behavior.
117
+
118
+ These palettes are not banned when the product truly earns them. They are banned as autopilot. If one appears, the design contract must explain why that palette belongs to the product, how each semantic role behaves, and what product-specific color behavior prevents the UI from reading like a first-pass AI template.
119
+
120
+ The palette audit must answer:
121
+ - What product evidence or anchorReference makes these colors more appropriate than safer defaults?
122
+ - Which color roles carry task, status, data, or navigation meaning beyond surface decoration?
123
+ - Which color choice would not transfer cleanly to a different product category?
124
+
125
+ Accessibility is the floor, not the personality. Do not use contrast compliance as an excuse to flatten the palette into generic cream, slate, monochrome, or gradient safety.
126
+
127
+ ## Motion and 3D Courage Rule
128
+
129
+ Motion, 3D, canvas, WebGL, scroll choreography, and modern animation libraries are first-class UI options when they improve product understanding, exploration, feedback, hierarchy, memorability, or confidence.
130
+
131
+ The agent must not suppress motion or spatial UI because it is afraid of implementation complexity. It must choose the richest responsible interaction model the product can support, then define reduced-motion, keyboard, loading, performance, and non-3D fallbacks.
132
+
133
+ When 3D/canvas is not used, document the non-use reason and the replacement interaction quality that will carry the experience. When 3D/canvas is used, document its product role, interaction model, fallback path, and library/runtime decision before coding.
134
+
101
135
  Do:
102
136
  - Synthesize a visual direction from the project context and explain why it fits.
103
137
  - Choose color, typography, spacing, motion, density, and component morphology dynamically from the product and audience.
@@ -78,15 +78,19 @@ Do not use this file to teach generic frontend basics the model already knows.
78
78
  - For interactive UI, map the required states before coding: default, hover, focus-visible, active/pressed, disabled, loading, empty, error, success, and transition.
79
79
  - Prefer visually exploratory, product-derived palettes over safe template palettes. High readability is mandatory, but readability must not be used as an excuse for cream/beige/tan, dark slate, purple-blue gradients, monochrome palettes, or uniform card surfaces.
80
80
  - Do not default to dark slate, cream/beige/tan, purple-blue gradients, monochrome palettes, or uniform card surfaces unless current project evidence supports them. If one of those palettes is used, document why it fits, add enough role contrast that the UI does not read as a template, and include at least one product-specific color behavior that would not make sense in a generic SaaS screen.
81
+ - Treat cyber-neon terminal palettes, pale editorial cream surfaces, anonymous dark control rooms, soft glow gradients, and monochrome minimalism as autopilot risks, not reusable defaults. They are valid only when the product anchor explains their task role.
82
+ - Palette review must answer why these colors belong to this product, which semantic roles carry task/status/data meaning, and what color behavior would not transfer cleanly to another product category.
81
83
  - Background lines, grids, scanlines, noise, glows, blobs, abstract logos, and decorative geometry are invalid when used as wallpaper. They must serve a named product function such as alignment, crop guidance, map/route orientation, timeline reading, measurement, status, or motion continuity.
82
84
  - Use the existing motion stack first. Add animation, 3D, canvas, or scroll dependencies only when they materially improve delivery speed, interaction quality, maintainability, or product understanding.
83
- - Motion should be absent only for a named reason: repeated high-frequency workflow, long-form reading focus, data-density scanning, reduced-motion need, or performance constraint.
85
+ - Motion should be absent only for a named reason: repeated high-frequency workflow, long-form reading focus, data-density scanning, reduced-motion need, device budget, or performance constraint.
86
+ - If rich motion, 3D, canvas, WebGL, scroll choreography, or animation libraries are omitted, the design contract must name the product-fit reason and the replacement interaction quality that will carry hierarchy, feedback, or memorability.
84
87
 
85
88
  ## Spatial and 3D Experience Boundary
86
89
 
87
90
  - 3D, WebGL, canvas, and immersive spatial interfaces are allowed as the primary experience when they clarify the product, strengthen the chosen anchor, or make exploration meaningfully better than a flat UI.
88
91
  - 3D must not take over the jobs of navigation, content comprehension, or decisive user actions. Core routes, text, forms, and calls to action must remain discoverable, accessible, and usable without solving the scene.
89
92
  - Treat 3D as interaction architecture, not decoration. If it is only a modern-looking background or visual stunt, reduce it to a supporting accent or remove it.
93
+ - Do not reject 3D/canvas by habit. Reject it only after naming the product, content-density, performance, accessibility, or device constraint that makes a non-3D interaction stronger.
90
94
  - Define performance and accessibility fallbacks before implementation: reduced motion, keyboard reachable controls, readable non-canvas content, mobile budgets, loading states, and a graceful non-3D path when rendering fails.
91
95
  - When 3D is central, document its product role, interaction model, fallback path, and library/runtime decision in `docs/DESIGN.md` and `docs/design-intent.json` before coding.
92
96
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-27T06:06:55.854Z",
2
+ "generatedAt": "2026-04-27T16:42:44.120Z",
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.36
3
+ Generated by Agentic-Senior-Core CLI v3.0.37
4
4
  Timestamp: 2026-04-26T23:31:29.580Z
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.36
3
+ Generated by Agentic-Senior-Core CLI v3.0.37
4
4
  Timestamp: 2026-04-26T23:31:29.580Z
5
5
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
6
6
 
@@ -229,8 +229,8 @@ function buildDesignIntentContractObject({
229
229
  productCategorySignal: 'agent-inferred-starting-heuristic',
230
230
  densityDecisionSource: 'Agent must choose motion density from task, content density, brand intent, device/performance, and accessibility evidence; product categories are heuristics, not style presets.',
231
231
  requiredInteractionStates: ['default', 'hover', 'focus-visible', 'active', 'disabled', 'loading', 'empty', 'error', 'success', 'transition'],
232
- paletteAutopilotRisks: ['dark-slate-default', 'cream-beige-default', 'purple-blue-gradient-default', 'monochrome-template-default', 'uniform-card-surface-default', 'generic-grid-wallpaper-default', 'soft-glow-ai-template-default'],
233
- spatialDecision: 'Agent must state whether 3D/canvas/WebGL is useful or unnecessary for product understanding, exploration, or storytelling.',
232
+ paletteAutopilotRisks: ['dark-slate-default', 'cream-beige-default', 'purple-blue-gradient-default', 'monochrome-template-default', 'uniform-card-surface-default', 'generic-grid-wallpaper-default', 'soft-glow-ai-template-default', 'cyber-neon-terminal-default'],
233
+ spatialDecision: 'Agent must state whether 3D/canvas/WebGL is useful or unnecessary for product understanding, exploration, or storytelling; if omitted, name the product, content-density, performance, accessibility, or device reason and the replacement interaction quality.',
234
234
  },
235
235
  aiSafeUiAudit: {
236
236
  status: 'agent-must-complete-before-ui-implementation',
@@ -243,6 +243,28 @@ function buildDesignIntentContractObject({
243
243
  ],
244
244
  paletteExplorationRule: 'Use a visually exploratory product-derived palette while preserving WCAG contrast and status clarity; do not use readability as an excuse for cream, slate, monochrome, or gradient defaults.',
245
245
  backgroundPatternRule: 'Lines, grids, scanlines, noise, glows, blobs, logos, and geometric decoration must serve a named product function such as alignment, measurement, navigation, crop guidance, timeline reading, status, or motion continuity.',
246
+ aiColorAudit: {
247
+ status: 'agent-must-complete-before-ui-implementation',
248
+ failureDefinition: 'AI color drift happens when a palette uses safe or fashionable defaults before deriving semantic roles from the product anchor.',
249
+ autopilotRisks: ['cream-editorial-default', 'dark-slate-dashboard-default', 'purple-blue-gradient-default', 'monochrome-minimal-default', 'cyber-neon-terminal-default', 'soft-glow-atmosphere-default'],
250
+ requiredEvidence: [
251
+ 'anchor-derived-color-logic',
252
+ 'semantic-role-contrast-beyond-surface-decoration',
253
+ 'product-specific-color-behavior-that-would-not-transfer',
254
+ ],
255
+ reviewQuestion: 'Why does this palette belong to this product instead of a generic first-pass AI UI?',
256
+ },
257
+ motionSpatialCourageAudit: {
258
+ status: 'agent-must-complete-before-ui-implementation',
259
+ defaultStance: 'Treat motion, scroll choreography, canvas, WebGL, and 3D as first-class options; omit them only with a product, content-density, performance, accessibility, or device reason.',
260
+ requiredDecisionFields: [
261
+ 'signature-motion-or-interaction',
262
+ 'spatial-or-3d-fit',
263
+ 'performance-and-reduced-motion-fallback',
264
+ ],
265
+ rejectionRule: 'Do not mark 3D/canvas unnecessary by habit; state the product reason and the replacement interaction quality.',
266
+ reviewQuestion: 'Did the agent make the experience as expressive as the product can responsibly support?',
267
+ },
246
268
  reviewQuestion: 'What at-a-glance visual evidence proves this screen belongs to this product and not a generic AI-generated template?',
247
269
  blockingByDefault: true,
248
270
  },
@@ -517,12 +539,15 @@ function buildDesignIntentContractObject({
517
539
  'missing-conceptual-anchor-without-external-research',
518
540
  'visual-decisions-not-derived-from-conceptual-anchor',
519
541
  'ai-safe-ui-template-look',
542
+ 'ai-color-default-palette-without-product-role-behavior',
543
+ 'brandless-clean-template-look',
520
544
  'interchangeable-product-renaming-test-fails',
521
545
  'decorative-grid-or-glow-wallpaper-without-product-function',
522
546
  'safe-cream-slate-or-monochrome-palette-used-as-readability-excuse',
523
547
  'generic-abstract-logo-or-iconography',
524
548
  'timid-anchor-that-renames-dashboard-or-admin-shell',
525
549
  'motion-suppressed-without-accessibility-or-performance-reason',
550
+ 'motion-or-3d-omitted-from-fear-without-fit-analysis',
526
551
  'scale-only-responsive-layout',
527
552
  'zero-based-redesign-kept-prior-visual-dna',
528
553
  'restyle-instead-of-recomposition',
@@ -533,7 +558,10 @@ function buildDesignIntentContractObject({
533
558
  'context-derived-visual-direction',
534
559
  'three-at-a-glance-product-specific-signals',
535
560
  'visually-exploratory-accessible-palette-derived-from-product',
561
+ 'audacious-accessible-palette-with-product-role-behavior',
536
562
  'background-or-geometry-serves-product-function',
563
+ 'motion-or-spatial-experience-derived-from-anchor',
564
+ 'explicit-3d-canvas-fit-or-nonfit-decision',
537
565
  'responsive-recomposition-by-task-priority',
538
566
  'purposeful-motion-with-reduced-motion-path',
539
567
  ],
@@ -571,6 +599,7 @@ function buildDesignIntentContractObject({
571
599
  'Readable UI must still avoid AI-safe template look; safety is not a substitute for authored visual direction.',
572
600
  'Major interface decisions must be explainable in product and user terms.',
573
601
  'Accessibility, responsiveness, and implementation realism are non-negotiable.',
602
+ 'Accessibility is the floor, not a reason to erase visual personality or fall back to AI color defaults.',
574
603
  'Cross-viewport behavior must reorganize tasks and navigation, not just scale the desktop layout down.',
575
604
  'A single agent-chosen conceptual anchor must unify typography, spacing, morphology, motion, and responsive composition when user research is absent.',
576
605
  'Expressive motion and spatial interaction are expected for modern UI work when they support the anchor; keep them accessible and performant instead of suppressing them by default.',
@@ -581,12 +610,15 @@ function buildDesignIntentContractObject({
581
610
  'missing-conceptual-anchor-without-external-research',
582
611
  'visual-decisions-not-derived-from-conceptual-anchor',
583
612
  'ai-safe-ui-template-look',
613
+ 'ai-color-default-palette-without-product-role-behavior',
614
+ 'brandless-clean-template-look',
584
615
  'interchangeable-product-renaming-test-fails',
585
616
  'decorative-grid-or-glow-wallpaper-without-product-function',
586
617
  'safe-cream-slate-or-monochrome-palette-used-as-readability-excuse',
587
618
  'generic-abstract-logo-or-iconography',
588
619
  'timid-anchor-that-renames-dashboard-or-admin-shell',
589
620
  'motion-suppressed-without-accessibility-or-performance-reason',
621
+ 'motion-or-3d-omitted-from-fear-without-fit-analysis',
590
622
  'scale-only-responsive-layout',
591
623
  'zero-based-redesign-kept-prior-visual-dna',
592
624
  'restyle-instead-of-recomposition',
@@ -615,6 +647,11 @@ function buildDesignIntentContractObject({
615
647
  requireSignatureMove: true,
616
648
  rejectTemplateNeutralLayout: true,
617
649
  requireAiSafeUiAudit: true,
650
+ requireAiColorAudit: true,
651
+ rejectAiColorDefaults: true,
652
+ requireMotionSpatialCourageAudit: true,
653
+ requireExplicit3dCanvasFitDecision: true,
654
+ rejectSafetyAsCreativitySubstitute: true,
618
655
  rejectAiSafeUiTemplateLook: true,
619
656
  requireThreeProductSpecificSignals: true,
620
657
  rejectDecorativeBackgroundPatternsWithoutProductFunction: true,
@@ -947,6 +984,44 @@ export function validateDesignIntentContract(designIntentContract) {
947
984
  if (!String(aiSafeUiAudit.backgroundPatternRule || '').trim()) {
948
985
  validationErrors.push('designIntent.aiSafeUiAudit.backgroundPatternRule must be a non-empty string.');
949
986
  }
987
+ if (!aiSafeUiAudit.aiColorAudit || typeof aiSafeUiAudit.aiColorAudit !== 'object') {
988
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit must exist.');
989
+ } else {
990
+ if (aiSafeUiAudit.aiColorAudit.status !== 'agent-must-complete-before-ui-implementation') {
991
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit.status must require completion before UI implementation.');
992
+ }
993
+ if (!String(aiSafeUiAudit.aiColorAudit.failureDefinition || '').includes('AI color')) {
994
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit.failureDefinition must define AI color drift.');
995
+ }
996
+ if (!Array.isArray(aiSafeUiAudit.aiColorAudit.autopilotRisks) || aiSafeUiAudit.aiColorAudit.autopilotRisks.length < 4) {
997
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit.autopilotRisks must list common autopilot palettes.');
998
+ }
999
+ if (!Array.isArray(aiSafeUiAudit.aiColorAudit.requiredEvidence) || aiSafeUiAudit.aiColorAudit.requiredEvidence.length < 3) {
1000
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit.requiredEvidence must list color evidence requirements.');
1001
+ }
1002
+ if (!String(aiSafeUiAudit.aiColorAudit.reviewQuestion || '').trim()) {
1003
+ validationErrors.push('designIntent.aiSafeUiAudit.aiColorAudit.reviewQuestion must be a non-empty string.');
1004
+ }
1005
+ }
1006
+ if (!aiSafeUiAudit.motionSpatialCourageAudit || typeof aiSafeUiAudit.motionSpatialCourageAudit !== 'object') {
1007
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit must exist.');
1008
+ } else {
1009
+ if (aiSafeUiAudit.motionSpatialCourageAudit.status !== 'agent-must-complete-before-ui-implementation') {
1010
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit.status must require completion before UI implementation.');
1011
+ }
1012
+ if (!String(aiSafeUiAudit.motionSpatialCourageAudit.defaultStance || '').includes('first-class options')) {
1013
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit.defaultStance must treat motion and spatial UI as first-class options.');
1014
+ }
1015
+ if (!Array.isArray(aiSafeUiAudit.motionSpatialCourageAudit.requiredDecisionFields) || aiSafeUiAudit.motionSpatialCourageAudit.requiredDecisionFields.length < 3) {
1016
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit.requiredDecisionFields must list required motion/spatial decisions.');
1017
+ }
1018
+ if (!String(aiSafeUiAudit.motionSpatialCourageAudit.rejectionRule || '').includes('product reason')) {
1019
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit.rejectionRule must require a product reason before omitting spatial UI.');
1020
+ }
1021
+ if (!String(aiSafeUiAudit.motionSpatialCourageAudit.reviewQuestion || '').trim()) {
1022
+ validationErrors.push('designIntent.aiSafeUiAudit.motionSpatialCourageAudit.reviewQuestion must be a non-empty string.');
1023
+ }
1024
+ }
950
1025
  if (!String(aiSafeUiAudit.reviewQuestion || '').trim()) {
951
1026
  validationErrors.push('designIntent.aiSafeUiAudit.reviewQuestion must be a non-empty string.');
952
1027
  }
@@ -1326,8 +1401,10 @@ export function validateDesignIntentContract(designIntentContract) {
1326
1401
  } else {
1327
1402
  for (const requiredSignal of [
1328
1403
  'ai-safe-ui-template-look',
1404
+ 'ai-color-default-palette-without-product-role-behavior',
1329
1405
  'interchangeable-product-renaming-test-fails',
1330
1406
  'decorative-grid-or-glow-wallpaper-without-product-function',
1407
+ 'motion-or-3d-omitted-from-fear-without-fit-analysis',
1331
1408
  ]) {
1332
1409
  if (!designIntentContract.reviewRubric.genericitySignals.includes(requiredSignal)) {
1333
1410
  validationErrors.push(`designIntent.reviewRubric.genericitySignals must include "${requiredSignal}".`);
@@ -1340,6 +1417,8 @@ export function validateDesignIntentContract(designIntentContract) {
1340
1417
  for (const requiredSignal of [
1341
1418
  'three-at-a-glance-product-specific-signals',
1342
1419
  'visually-exploratory-accessible-palette-derived-from-product',
1420
+ 'audacious-accessible-palette-with-product-role-behavior',
1421
+ 'motion-or-spatial-experience-derived-from-anchor',
1343
1422
  ]) {
1344
1423
  if (!designIntentContract.reviewRubric.validBoldSignals.includes(requiredSignal)) {
1345
1424
  validationErrors.push(`designIntent.reviewRubric.validBoldSignals must include "${requiredSignal}".`);
@@ -1376,8 +1455,10 @@ export function validateDesignIntentContract(designIntentContract) {
1376
1455
  } else {
1377
1456
  for (const requiredPattern of [
1378
1457
  'ai-safe-ui-template-look',
1458
+ 'ai-color-default-palette-without-product-role-behavior',
1379
1459
  'interchangeable-product-renaming-test-fails',
1380
1460
  'decorative-grid-or-glow-wallpaper-without-product-function',
1461
+ 'motion-or-3d-omitted-from-fear-without-fit-analysis',
1381
1462
  ]) {
1382
1463
  if (!designIntentContract.forbiddenPatterns.includes(requiredPattern)) {
1383
1464
  validationErrors.push(`designIntent.forbiddenPatterns must include "${requiredPattern}".`);
@@ -176,6 +176,9 @@ export function buildDesignBootstrapPrompt({
176
176
  '24b. New screens and broad redesigns must expose at least three at-a-glance product-specific signals and pass the rename test: if the UI can be renamed to another product category without changing composition, palette, iconography, and motion language, revise it before coding.',
177
177
  '24c. Background lines, grids, scanlines, noise, glows, blobs, logos, and geometric decoration must serve a named product function such as alignment, measurement, navigation, crop guidance, timeline reading, status, or motion continuity.',
178
178
  '24d. Use visually exploratory, product-derived palettes while preserving WCAG contrast and status clarity; readability must not become an excuse for cream, slate, monochrome, or gradient defaults.',
179
+ '24e. Complete the AI color audit before coding: palette choices must explain product evidence, semantic role behavior, and at least one color behavior that would not transfer cleanly to another product category.',
180
+ '24f. Meet the creative ambition floor before coding: name one authored visual bet, one product-derived palette move, one signature motion/spatial/interaction behavior, and one morphology or composition choice that breaks away from interchangeable card stacks when the product allows it.',
181
+ '24g. Treat motion, 3D, canvas, WebGL, scroll choreography, and modern animation libraries as first-class options. If they are omitted, document the product, content-density, device, performance, or accessibility reason and the replacement interaction quality.',
179
182
  '25. Define a stable review rubric for distinctiveness, contract fidelity, visual consistency, heuristic UX quality, and motion discipline.',
180
183
  '26. Genericity findings must name the actual drift signal. Do not label something generic without explaining the anti-pattern or rubric dimension.',
181
184
  '27. Review rubric must support automatic genericity failure when named drift signals dominate a redesign or new UI surface.',
@@ -194,6 +197,10 @@ export function buildDesignBootstrapPrompt({
194
197
  '40. Every libraryDecisions entry must either include current official-doc verification metadata or a fallbackIfUnavailable. Do not import a new library without verification or an accepted blocker.',
195
198
  '41. The chosen anchor must drive typography, spacing, density, color behavior, morphology, motion, and responsive composition. Treat expressive motion, spatial transitions, micro-interactions, and modern animation libraries as first-class options; include performance notes and reduced-motion fallbacks instead of suppressing motion to look safe.',
196
199
  '',
200
+ '## Creative Ambition Floor',
201
+ 'Before implementation, the design contract must name one authored visual bet, one product-derived palette move, one signature motion/spatial/interaction behavior, and one morphology or composition choice that would not appear in a generic AI template.',
202
+ 'The ambition floor is not a fixed aesthetic. Quiet, dense, utilitarian, or text-heavy interfaces are allowed when the product requires them, but they still need a project-specific visual decision and a real reason for omitting richer motion, 3D, canvas, WebGL, scroll choreography, or animation libraries.',
203
+ '',
197
204
  '## Token Derivation Audit',
198
205
  'Before implementation, docs/design-intent.json must include derivedTokenLogic.anchorReference plus colorDerivationSource, spacingDerivationSource, typographyDerivationSource, motionDerivationSource, and validationRule.',
199
206
  'Every token must be explainable from anchorReference. If the rationale is only looks good, common practice, modern default, or framework default, derive the token again before UI code.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "3.0.36",
3
+ "version": "3.0.37",
4
4
  "type": "module",
5
5
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
6
6
  "bin": {
@@ -321,9 +321,14 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
321
321
  'research current official docs',
322
322
  'motionPaletteDecision',
323
323
  'AI-safe UI',
324
+ 'Creative Ambition Floor',
325
+ 'AI Color and Template Residue Audit',
326
+ 'Motion and 3D Courage Rule',
324
327
  'visually exploratory, product-derived palettes',
325
328
  'decorative grid wallpaper',
326
329
  '`aiSafeUiAudit`',
330
+ 'AI color drift',
331
+ 'first-class UI options',
327
332
  'product categories are heuristics',
328
333
  'Responsive design means recomposition, not resizing.',
329
334
  'agent-chosen visual direction',
@@ -384,6 +389,12 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
384
389
  'colorTruth',
385
390
  'motionPaletteDecision',
386
391
  'aiSafeUiAudit',
392
+ 'aiColorAudit',
393
+ 'motionSpatialCourageAudit',
394
+ 'ai-color-default-palette-without-product-role-behavior',
395
+ 'motion-or-3d-omitted-from-fear-without-fit-analysis',
396
+ 'requireAiColorAudit',
397
+ 'requireMotionSpatialCourageAudit',
387
398
  'ai-safe-ui-template-look',
388
399
  'interchangeable-product-renaming-test-fails',
389
400
  'decorative-grid-or-glow-wallpaper-without-product-function',