@ryuenn3123/agentic-senior-core 3.0.43 → 3.0.45

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.
@@ -195,6 +195,7 @@ export const REQUIRED_UNIVERSAL_SOP_SNIPPETS = [
195
195
  path: '.instructions.md',
196
196
  snippets: [
197
197
  '### 1. Documentation-First Mode',
198
+ 'root `README.md` for every fresh or existing project',
198
199
  'Stop after documentation when the user only asked for docs.',
199
200
  'Do not write application, firmware, or UI code',
200
201
  ],
@@ -203,6 +204,7 @@ export const REQUIRED_UNIVERSAL_SOP_SNIPPETS = [
203
204
  path: '.agent-context/rules/architecture.md',
204
205
  snippets: [
205
206
  '## Universal SOP Baseline (Mandatory)',
207
+ 'Root `README.md` must exist for every fresh or existing project',
206
208
  'Security and testing are non-negotiable baseline requirements.',
207
209
  'If required project context docs are missing, stop implementation and bootstrap docs before writing application code.',
208
210
  ],
@@ -211,6 +213,7 @@ export const REQUIRED_UNIVERSAL_SOP_SNIPPETS = [
211
213
  path: '.agent-context/prompts/init-project.md',
212
214
  snippets: [
213
215
  '## Documentation-First Requests',
216
+ 'root `README.md` for every fresh or existing project',
214
217
  'Stop after docs when the user only asked for docs.',
215
218
  'Write formal project docs in English by default',
216
219
  ],
@@ -219,6 +222,7 @@ export const REQUIRED_UNIVERSAL_SOP_SNIPPETS = [
219
222
  path: '.agent-context/review-checklists/pr-checklist.md',
220
223
  snippets: [
221
224
  '### 15. Universal SOP Consolidation',
225
+ 'Coding flow is blocked if root `README.md` is missing',
222
226
  'Coding flow is blocked if `docs/architecture-decision-record.md` (or `docs/Architecture-Decision-Record.md`) is missing',
223
227
  'UI implementation flow is blocked if `docs/DESIGN.md` or `docs/design-intent.json` is missing',
224
228
  ],
@@ -226,21 +230,23 @@ export const REQUIRED_UNIVERSAL_SOP_SNIPPETS = [
226
230
  {
227
231
  path: '.agent-context/prompts/review-code.md',
228
232
  snippets: [
229
- 'Enforce Universal SOP hard gate: block coding flow when required project docs are missing (`docs/architecture-decision-record.md`, and for UI scope `docs/DESIGN.md` plus `docs/design-intent.json`).',
233
+ 'Enforce Universal SOP hard gate: block coding flow when required project docs are missing (root `README.md`; `docs/architecture-decision-record.md`; and for UI scope `docs/DESIGN.md` plus `docs/design-intent.json`).',
230
234
  ],
231
235
  },
232
236
  {
233
237
  path: '.agent-context/prompts/refactor.md',
234
238
  snippets: [
235
- '6. Enforce Universal SOP hard gate: stop implementation if `docs/architecture-decision-record.md` is missing, and for UI scope stop if `docs/DESIGN.md` or `docs/design-intent.json` is missing.',
239
+ '6. Enforce Universal SOP hard gate: stop implementation if root `README.md` is missing, if `docs/architecture-decision-record.md` is missing, or for UI scope if `docs/DESIGN.md` or `docs/design-intent.json` is missing.',
236
240
  ],
237
241
  },
238
242
  {
239
243
  path: 'lib/cli/compiler.mjs',
240
244
  snippets: [
241
245
  'Universal SOP hard block policy:',
246
+ 'README.md must exist and read as a public and developer entrypoint',
242
247
  'Hard block: do not write application code until docs/project-brief.md and docs/architecture-decision-record.md exist.',
243
248
  'Documentation-first policy:',
249
+ 'Keep README.md public and developer friendly',
244
250
  'For docs-only/docs-first requests, do not write application, firmware, or UI code until the user asks or approves an implementation plan.',
245
251
  'For UI scope: if docs/DESIGN.md or docs/design-intent.json is missing, execute bootstrap-design prompt before implementing UI surfaces.',
246
252
  ],
@@ -334,6 +340,7 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
334
340
  'Creative Ambition Floor',
335
341
  'AI Color and Template Residue Audit',
336
342
  'Motion and 3D Courage Rule',
343
+ 'Design Flexibility Layer',
337
344
  'visually exploratory, product-derived palettes',
338
345
  'decorative grid wallpaper',
339
346
  '`aiSafeUiAudit`',
@@ -346,6 +353,9 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
346
353
  'WCAG 2.2 AA is the hard floor',
347
354
  'APCA may be used only as advisory perceptual tuning',
348
355
  'unresearched dependency choices',
356
+ 'Dynamic UI Foundation Selection',
357
+ 'locked outcomes from flexible expression',
358
+ 'A new dependency, package count, or vague performance concern is not a blocker by itself.',
349
359
  'default component-kit styling without product rationale',
350
360
  'genericity findings that cannot name the exact drift signal',
351
361
  ],
@@ -398,6 +408,7 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
398
408
  'structure-first-scaffold',
399
409
  'colorTruth',
400
410
  'motionPaletteDecision',
411
+ 'designFlexibilityPolicy',
401
412
  'aiSafeUiAudit',
402
413
  'aiColorAudit',
403
414
  'motionSpatialCourageAudit',
@@ -419,6 +430,8 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
419
430
  'seedBehaviorsRequireRefinement',
420
431
  'accessibilityPolicy',
421
432
  'designExecutionPolicy',
433
+ 'separateRequiredOutcomesFromCandidateMoves',
434
+ 'forbidCandidateMovesAsLockedRequirements',
422
435
  'seedRefinementRequiredBeforeUiImplementation',
423
436
  'requirePerSurfaceMutationOps',
424
437
  'forbidUniformSiblingSurfaceTreatment',
@@ -443,6 +456,7 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
443
456
  'taskFlowNarrative',
444
457
  'signatureMoveRationale',
445
458
  'implementationGuardrails',
459
+ 'expressionFlexibility',
446
460
  'reviewRubric',
447
461
  'genericityAutoFail',
448
462
  'genericitySignals',
@@ -452,6 +466,9 @@ export const REQUIRED_UI_DESIGN_AUTOMATION_SNIPPETS = [
452
466
  'offline-prescribed-style-used-as-final-direction',
453
467
  'unresearched-library-or-framework-choice',
454
468
  'single-safe-typographic-family-without-role-contrast-or-rationale',
469
+ 'modern-library-rejected-from-dependency-fear-without-tradeoff-analysis',
470
+ 'component-library-selected-by-habit-without-product-fit',
471
+ 'official-docs-backed-modern-library-choice',
455
472
  'hardComplianceFloor',
456
473
  'advisoryContrastModel',
457
474
  'contextHygiene',
@@ -540,6 +557,8 @@ export const REQUIRED_DEPENDENCY_FRESHNESS_AUTOMATION_SNIPPETS = [
540
557
  'latest stable compatible dependency version',
541
558
  'official scaffolder or setup command',
542
559
  'Only step down to an older dependency version after documenting',
560
+ 'Do not treat dependency avoidance as an engineering virtue by itself.',
561
+ 'performance-fear choices',
543
562
  ],
544
563
  },
545
564
  {