@ryuenn3123/agentic-senior-core 3.0.16 → 3.0.17

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.
@@ -238,6 +238,19 @@ export const REQUIRED_UPGRADE_UI_CONTRACT_WARNING_SNIPPETS = [
238
238
  },
239
239
  ];
240
240
  export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
241
+ {
242
+ path: 'AGENTS.md',
243
+ snippets: [
244
+ 'Critical Bootstrap Floor',
245
+ 'If your host stops at this file',
246
+ 'bootstrap-design.md',
247
+ 'frontend-architecture.md',
248
+ 'docs/DESIGN.md',
249
+ 'docs/design-intent.json',
250
+ 'does not replace bootstrap loading',
251
+ 'perform live web research',
252
+ ],
253
+ },
241
254
  {
242
255
  path: '.instructions.md',
243
256
  snippets: [
@@ -245,6 +258,10 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
245
258
  'bootstrap-design.md',
246
259
  'frontend-architecture.md',
247
260
  'do not eagerly load unrelated backend-only rules',
261
+ 'valid style context',
262
+ 'explicitly approved reference systems',
263
+ 'WCAG 2.2 AA as the hard compliance floor',
264
+ 'APCA as advisory perceptual tuning only',
248
265
  ],
249
266
  },
250
267
  {
@@ -259,8 +276,17 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
259
276
  '`crossViewportAdaptation.mutationRules.mobile/tablet/desktop`',
260
277
  '`motionSystem`',
261
278
  '`componentMorphology`',
279
+ '`accessibilityPolicy`',
280
+ '`visualQaPolicy`',
281
+ '`contextHygiene`',
262
282
  'Do not reuse a color palette, component skin, or motion signature from prior chats, memories, or unrelated projects',
263
283
  'If no approved reference system exists, synthesize the design from zero using current product context, constraints, and content only.',
284
+ 'Design continuity is opt-in.',
285
+ 'WCAG 2.2 AA as the blocking baseline',
286
+ 'APCA only as advisory perceptual tuning',
287
+ 'Hybrid visual QA must stay deterministic-first',
288
+ 'long-page capture strategy',
289
+ 'anchor-based section or tiled-scroll captures',
264
290
  ],
265
291
  },
266
292
  {
@@ -271,6 +297,9 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
271
297
  'Runs only in advisory mode for this repository workflow.',
272
298
  'Do not reward generic SaaS defaults or popular template patterns.',
273
299
  'UI design judge only evaluates changed UI surfaces.',
300
+ 'Deterministic visual diff reported no meaningful drift, so semantic review was skipped.',
301
+ 'UI_VISUAL_DIFF_REPORT_JSON',
302
+ 'meaningfulDiffViewportCount',
274
303
  ],
275
304
  },
276
305
  {
@@ -281,6 +310,21 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
281
310
  'crossViewportAdaptation',
282
311
  'motionSystem',
283
312
  'componentMorphology',
313
+ 'accessibilityPolicy',
314
+ 'visualQaPolicy',
315
+ 'deterministicFirst',
316
+ 'baselineStrategy',
317
+ 'requiredViewports',
318
+ 'capturePlan',
319
+ 'longPageStrategy',
320
+ 'tileOverlapRatio',
321
+ 'meaningfulDiffRatioThreshold',
322
+ 'hardComplianceFloor',
323
+ 'advisoryContrastModel',
324
+ 'contextHygiene',
325
+ 'repoEvidenceOverridesMemory',
326
+ 'requireExplicitContinuityApproval',
327
+ 'forbidCarryoverWhenUnapproved',
284
328
  'requireViewportMutationRules',
285
329
  'allowHexDerivatives',
286
330
  ],
@@ -396,6 +440,7 @@ export const REQUIRED_DETERMINISTIC_BOUNDARY_ENFORCEMENT_SNIPPETS = [
396
440
  'diagnostics.documentationBoundaryAudit',
397
441
  'auto-docs-sync-scope-phase1',
398
442
  'auto-docs-sync-rollout-metrics',
443
+ 'ui-design-judge-hybrid-diagnostics',
399
444
  ],
400
445
  },
401
446
  ];