@ryuenn3123/agentic-senior-core 2.0.4 → 2.0.5

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.
Files changed (86) hide show
  1. package/.agent-context/blueprints/mobile-app.md +21 -21
  2. package/.agent-context/profiles/platform.md +13 -13
  3. package/.agent-context/profiles/regulated.md +13 -13
  4. package/.agent-context/profiles/startup.md +13 -13
  5. package/.agent-context/review-checklists/frontend-skill-parity.md +28 -28
  6. package/.agent-context/review-checklists/frontend-usability.md +33 -33
  7. package/.agent-context/review-checklists/release-operations.md +29 -29
  8. package/.agent-context/skills/README.md +62 -62
  9. package/.agent-context/skills/backend/README.md +67 -67
  10. package/.agent-context/skills/backend/architecture.md +360 -360
  11. package/.agent-context/skills/backend/compatibility-manifest.json +8 -8
  12. package/.agent-context/skills/backend/data-access.md +230 -230
  13. package/.agent-context/skills/backend/errors.md +137 -137
  14. package/.agent-context/skills/backend/validation.md +116 -116
  15. package/.agent-context/skills/backend.md +28 -28
  16. package/.agent-context/skills/cli/README.md +49 -49
  17. package/.agent-context/skills/cli/compatibility-manifest.json +8 -8
  18. package/.agent-context/skills/cli/init.md +37 -37
  19. package/.agent-context/skills/cli/output.md +35 -35
  20. package/.agent-context/skills/cli/upgrade.md +37 -37
  21. package/.agent-context/skills/cli.md +28 -28
  22. package/.agent-context/skills/distribution/README.md +18 -18
  23. package/.agent-context/skills/distribution/compatibility-manifest.json +8 -8
  24. package/.agent-context/skills/distribution/compatibility.md +31 -31
  25. package/.agent-context/skills/distribution/publish.md +36 -36
  26. package/.agent-context/skills/distribution/rollback.md +31 -31
  27. package/.agent-context/skills/distribution.md +28 -28
  28. package/.agent-context/skills/frontend/README.md +35 -35
  29. package/.agent-context/skills/frontend/accessibility.md +107 -107
  30. package/.agent-context/skills/frontend/compatibility-manifest.json +8 -8
  31. package/.agent-context/skills/frontend/motion.md +66 -66
  32. package/.agent-context/skills/frontend/performance.md +62 -62
  33. package/.agent-context/skills/frontend/ui-architecture.md +128 -128
  34. package/.agent-context/skills/frontend.md +29 -29
  35. package/.agent-context/skills/fullstack/README.md +18 -18
  36. package/.agent-context/skills/fullstack/compatibility-manifest.json +8 -8
  37. package/.agent-context/skills/fullstack/contracts.md +52 -52
  38. package/.agent-context/skills/fullstack/end-to-end.md +41 -41
  39. package/.agent-context/skills/fullstack/feature-slicing.md +64 -64
  40. package/.agent-context/skills/fullstack.md +26 -26
  41. package/.agent-context/skills/index.json +107 -107
  42. package/.agent-context/skills/review-quality/README.md +18 -18
  43. package/.agent-context/skills/review-quality/benchmark.md +29 -29
  44. package/.agent-context/skills/review-quality/compatibility-manifest.json +8 -8
  45. package/.agent-context/skills/review-quality/planning.md +37 -37
  46. package/.agent-context/skills/review-quality/security.md +33 -33
  47. package/.agent-context/skills/review-quality.md +27 -27
  48. package/.agent-context/stacks/flutter.md +16 -16
  49. package/.agent-context/stacks/react-native.md +16 -16
  50. package/.agent-context/state/architecture-map.md +25 -25
  51. package/.agent-context/state/benchmark-analysis.json +431 -431
  52. package/.agent-context/state/benchmark-thresholds.json +10 -10
  53. package/.agent-context/state/benchmark-watchlist.json +19 -19
  54. package/.agent-context/state/dependency-map.md +32 -32
  55. package/.agent-context/state/quality-trend-report.json +79 -0
  56. package/.agent-context/state/skill-platform.json +38 -38
  57. package/.agent-override.md +36 -36
  58. package/.cursorrules +1 -1
  59. package/.gemini/instructions.md +21 -97
  60. package/.github/ISSUE_TEMPLATE/v1.7-frontend-work-item.yml +54 -54
  61. package/.github/copilot-instructions.md +21 -166
  62. package/.github/workflows/benchmark-detection.yml +38 -38
  63. package/.github/workflows/benchmark-intelligence.yml +50 -50
  64. package/.github/workflows/frontend-usability-gate.yml +36 -36
  65. package/.github/workflows/release-gate.yml +32 -32
  66. package/.github/workflows/sbom-compliance.yml +32 -32
  67. package/.windsurfrules +1 -1
  68. package/AGENTS.md +28 -181
  69. package/README.md +368 -368
  70. package/lib/cli/commands/optimize.mjs +171 -171
  71. package/lib/cli/compatibility.mjs +124 -124
  72. package/lib/cli/token-optimization.mjs +275 -275
  73. package/mcp.json +92 -92
  74. package/package.json +2 -1
  75. package/scripts/benchmark-gate.mjs +121 -121
  76. package/scripts/benchmark-intelligence.mjs +140 -140
  77. package/scripts/detection-benchmark.mjs +138 -138
  78. package/scripts/frontend-usability-audit.mjs +87 -87
  79. package/scripts/generate-sbom.mjs +61 -61
  80. package/scripts/init-project.ps1 +104 -104
  81. package/scripts/llm-judge.mjs +664 -664
  82. package/scripts/quality-trend-report.mjs +289 -0
  83. package/scripts/release-gate.mjs +259 -204
  84. package/scripts/skill-tier-policy.mjs +75 -75
  85. package/scripts/token-optimization-benchmark.mjs +252 -252
  86. package/scripts/validate.mjs +865 -811
@@ -1,28 +1,28 @@
1
- # Review Quality Skill Pack
2
-
3
- Default tier: `expert`
4
-
5
- ## Purpose
6
- Turn code review, planning, and benchmark output into explicit quality decisions.
7
-
8
- ## In Scope
9
- - Plan-first workflows
10
- - Reviewer self-critique
11
- - Benchmark interpretation
12
- - Security and architecture audits
13
- - Evidence-driven approval
14
-
15
- ## Must-Have Checks
16
- - Every rejection includes a reason and a fix
17
- - Every approval includes evidence
18
- - Benchmark deltas are explicit
19
- - Security findings stop release when critical
20
-
21
- ## Evidence
22
- - PR review report
23
- - Security audit output
24
- - Benchmark report
25
- - Approval or rejection rationale
26
-
27
- ## Fallback
1
+ # Review Quality Skill Pack
2
+
3
+ Default tier: `expert`
4
+
5
+ ## Purpose
6
+ Turn code review, planning, and benchmark output into explicit quality decisions.
7
+
8
+ ## In Scope
9
+ - Plan-first workflows
10
+ - Reviewer self-critique
11
+ - Benchmark interpretation
12
+ - Security and architecture audits
13
+ - Evidence-driven approval
14
+
15
+ ## Must-Have Checks
16
+ - Every rejection includes a reason and a fix
17
+ - Every approval includes evidence
18
+ - Benchmark deltas are explicit
19
+ - Security findings stop release when critical
20
+
21
+ ## Evidence
22
+ - PR review report
23
+ - Security audit output
24
+ - Benchmark report
25
+ - Approval or rejection rationale
26
+
27
+ ## Fallback
28
28
  - Standard mode can be used only for low-risk maintenance and still requires written evidence.
@@ -1,16 +1,16 @@
1
- # Flutter Stack
2
-
3
- Use this stack for cross-platform mobile applications built with Flutter.
4
-
5
- ## Core Guidance
6
-
7
- - Keep presentation widgets small and move state orchestration into dedicated controllers or services.
8
- - Separate platform channels, navigation, and business rules from widget composition.
9
- - Validate API payloads at the boundary and avoid spreading transport concerns into UI code.
10
- - Optimize build and release flows early because mobile packaging regressions are costly.
11
-
12
- ## Recommended Pairings
13
-
14
- - `mobile-app` blueprint for the starter architecture.
15
- - `frontend` skill domain for interface composition and interaction design.
16
- - `fullstack` skill domain when the product includes backend coordination.
1
+ # Flutter Stack
2
+
3
+ Use this stack for cross-platform mobile applications built with Flutter.
4
+
5
+ ## Core Guidance
6
+
7
+ - Keep presentation widgets small and move state orchestration into dedicated controllers or services.
8
+ - Separate platform channels, navigation, and business rules from widget composition.
9
+ - Validate API payloads at the boundary and avoid spreading transport concerns into UI code.
10
+ - Optimize build and release flows early because mobile packaging regressions are costly.
11
+
12
+ ## Recommended Pairings
13
+
14
+ - `mobile-app` blueprint for the starter architecture.
15
+ - `frontend` skill domain for interface composition and interaction design.
16
+ - `fullstack` skill domain when the product includes backend coordination.
@@ -1,16 +1,16 @@
1
- # React Native Stack
2
-
3
- Use this stack for cross-platform mobile applications built with React Native.
4
-
5
- ## Core Guidance
6
-
7
- - Keep the app shell thin and delegate data fetching to dedicated service modules.
8
- - Treat navigation, device integration, and UI composition as separate concerns.
9
- - Prefer typed API contracts and isolate platform-specific code behind adapters.
10
- - Keep release gating strict because mobile packaging failures are expensive to recover from.
11
-
12
- ## Recommended Pairings
13
-
14
- - `mobile-app` blueprint for the starter architecture.
15
- - `frontend` skill domain for UI composition, accessibility, and motion guidance.
16
- - `fullstack` skill domain when the app depends on backend contract orchestration.
1
+ # React Native Stack
2
+
3
+ Use this stack for cross-platform mobile applications built with React Native.
4
+
5
+ ## Core Guidance
6
+
7
+ - Keep the app shell thin and delegate data fetching to dedicated service modules.
8
+ - Treat navigation, device integration, and UI composition as separate concerns.
9
+ - Prefer typed API contracts and isolate platform-specific code behind adapters.
10
+ - Keep release gating strict because mobile packaging failures are expensive to recover from.
11
+
12
+ ## Recommended Pairings
13
+
14
+ - `mobile-app` blueprint for the starter architecture.
15
+ - `frontend` skill domain for UI composition, accessibility, and motion guidance.
16
+ - `fullstack` skill domain when the app depends on backend contract orchestration.
@@ -1,25 +1,25 @@
1
- # Architecture Map (State Awareness)
2
-
3
- > This file defines protected architectural boundaries for AI-assisted changes.
4
-
5
- ## Boundary Classification
6
-
7
- | Module/Path Pattern | Criticality | Change Policy | Required Checks |
8
- |---------------------|-------------|---------------|-----------------|
9
- | `src/modules/payment/**` | critical | Must preserve transactional behavior and idempotency | Unit + integration + rollback test |
10
- | `src/modules/authentication/**` | critical | Never bypass auth guards or token validation | Security audit + integration tests |
11
- | `src/modules/**/repository/**` | high | Preserve query contracts and avoid N+1 regressions | Query plan review + performance audit |
12
- | `src/features/**` | medium | Keep UI contracts stable and avoid API drift | Component tests + contract checks |
13
- | `src/shared/**` | high | Backward compatibility required for public utilities | Cross-module usage validation |
14
-
15
- ## Required Agent Behavior
16
-
17
- 1. Before editing a `critical` area, load `.agent-context/review-checklists/security-audit.md` and `.agent-context/review-checklists/performance-audit.md`.
18
- 2. For boundary-crossing changes, verify no circular dependencies are introduced (see `dependency-map.md`).
19
- 3. Every critical-path change must include explicit risk notes in PR description.
20
-
21
- ## Project-Specific Notes
22
-
23
- - Replace placeholder path patterns with your actual module map.
24
- - Mark payment, identity, and financial reconciliation flows as `critical`.
25
- - Keep this file updated whenever module ownership changes.
1
+ # Architecture Map (State Awareness)
2
+
3
+ > This file defines protected architectural boundaries for AI-assisted changes.
4
+
5
+ ## Boundary Classification
6
+
7
+ | Module/Path Pattern | Criticality | Change Policy | Required Checks |
8
+ |---------------------|-------------|---------------|-----------------|
9
+ | `src/modules/payment/**` | critical | Must preserve transactional behavior and idempotency | Unit + integration + rollback test |
10
+ | `src/modules/authentication/**` | critical | Never bypass auth guards or token validation | Security audit + integration tests |
11
+ | `src/modules/**/repository/**` | high | Preserve query contracts and avoid N+1 regressions | Query plan review + performance audit |
12
+ | `src/features/**` | medium | Keep UI contracts stable and avoid API drift | Component tests + contract checks |
13
+ | `src/shared/**` | high | Backward compatibility required for public utilities | Cross-module usage validation |
14
+
15
+ ## Required Agent Behavior
16
+
17
+ 1. Before editing a `critical` area, load `.agent-context/review-checklists/security-audit.md` and `.agent-context/review-checklists/performance-audit.md`.
18
+ 2. For boundary-crossing changes, verify no circular dependencies are introduced (see `dependency-map.md`).
19
+ 3. Every critical-path change must include explicit risk notes in PR description.
20
+
21
+ ## Project-Specific Notes
22
+
23
+ - Replace placeholder path patterns with your actual module map.
24
+ - Mark payment, identity, and financial reconciliation flows as `critical`.
25
+ - Keep this file updated whenever module ownership changes.