@ryuenn3123/agentic-senior-core 2.0.5 → 2.0.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.
Files changed (121) hide show
  1. package/.agent-context/blueprints/mobile-app.md +91 -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 +55 -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/safety-telemetry.md +39 -0
  21. package/.agent-context/skills/cli/upgrade.md +37 -37
  22. package/.agent-context/skills/cli.md +31 -28
  23. package/.agent-context/skills/distribution/.evidence/compatibility-manifest.json +9 -0
  24. package/.agent-context/skills/distribution/.evidence/sbom-excerpt.json +6 -0
  25. package/.agent-context/skills/distribution/.evidence/test-report.json +8 -0
  26. package/.agent-context/skills/distribution/CHANGELOG.md +7 -0
  27. package/.agent-context/skills/distribution/README.md +27 -19
  28. package/.agent-context/skills/distribution/compatibility-manifest.json +8 -8
  29. package/.agent-context/skills/distribution/compatibility.md +31 -31
  30. package/.agent-context/skills/distribution/package.json +5 -0
  31. package/.agent-context/skills/distribution/provenance-attestation.md +47 -0
  32. package/.agent-context/skills/distribution/publish.md +36 -36
  33. package/.agent-context/skills/distribution/rollback.md +31 -31
  34. package/.agent-context/skills/distribution/tests/.gitkeep +1 -0
  35. package/.agent-context/skills/distribution.md +31 -28
  36. package/.agent-context/skills/frontend/.evidence/compatibility-manifest.json +9 -0
  37. package/.agent-context/skills/frontend/.evidence/sbom-excerpt.json +6 -0
  38. package/.agent-context/skills/frontend/.evidence/test-report.json +8 -0
  39. package/.agent-context/skills/frontend/CHANGELOG.md +7 -0
  40. package/.agent-context/skills/frontend/README.md +49 -36
  41. package/.agent-context/skills/frontend/accessibility.md +107 -107
  42. package/.agent-context/skills/frontend/compatibility-manifest.json +8 -8
  43. package/.agent-context/skills/frontend/conversion-clarity.md +51 -0
  44. package/.agent-context/skills/frontend/motion.md +66 -66
  45. package/.agent-context/skills/frontend/package.json +5 -0
  46. package/.agent-context/skills/frontend/performance.md +62 -62
  47. package/.agent-context/skills/frontend/responsive-delivery.md +41 -0
  48. package/.agent-context/skills/frontend/tests/.gitkeep +1 -0
  49. package/.agent-context/skills/frontend/ui-architecture.md +128 -128
  50. package/.agent-context/skills/frontend.md +35 -29
  51. package/.agent-context/skills/fullstack/.evidence/compatibility-manifest.json +9 -0
  52. package/.agent-context/skills/fullstack/.evidence/sbom-excerpt.json +6 -0
  53. package/.agent-context/skills/fullstack/.evidence/test-report.json +8 -0
  54. package/.agent-context/skills/fullstack/CHANGELOG.md +7 -0
  55. package/.agent-context/skills/fullstack/README.md +27 -19
  56. package/.agent-context/skills/fullstack/compatibility-manifest.json +8 -8
  57. package/.agent-context/skills/fullstack/contracts.md +52 -52
  58. package/.agent-context/skills/fullstack/end-to-end.md +41 -41
  59. package/.agent-context/skills/fullstack/feature-slicing.md +64 -64
  60. package/.agent-context/skills/fullstack/package.json +5 -0
  61. package/.agent-context/skills/fullstack/release-coordination.md +51 -0
  62. package/.agent-context/skills/fullstack/tests/.gitkeep +1 -0
  63. package/.agent-context/skills/fullstack.md +29 -26
  64. package/.agent-context/skills/index.json +107 -107
  65. package/.agent-context/skills/review-quality/.evidence/compatibility-manifest.json +9 -0
  66. package/.agent-context/skills/review-quality/.evidence/sbom-excerpt.json +6 -0
  67. package/.agent-context/skills/review-quality/.evidence/test-report.json +8 -0
  68. package/.agent-context/skills/review-quality/CHANGELOG.md +7 -0
  69. package/.agent-context/skills/review-quality/README.md +27 -19
  70. package/.agent-context/skills/review-quality/benchmark.md +29 -29
  71. package/.agent-context/skills/review-quality/compatibility-manifest.json +8 -8
  72. package/.agent-context/skills/review-quality/package.json +5 -0
  73. package/.agent-context/skills/review-quality/planning.md +37 -37
  74. package/.agent-context/skills/review-quality/release-decision.md +49 -0
  75. package/.agent-context/skills/review-quality/security.md +33 -33
  76. package/.agent-context/skills/review-quality/tests/.gitkeep +1 -0
  77. package/.agent-context/skills/review-quality.md +30 -27
  78. package/.agent-context/stacks/flutter.md +16 -16
  79. package/.agent-context/stacks/react-native.md +16 -16
  80. package/.agent-context/state/architecture-map.md +25 -25
  81. package/.agent-context/state/benchmark-analysis.json +431 -431
  82. package/.agent-context/state/benchmark-thresholds.json +10 -10
  83. package/.agent-context/state/benchmark-watchlist.json +19 -19
  84. package/.agent-context/state/dependency-map.md +32 -32
  85. package/.agent-context/state/quality-trend-report.json +16 -6
  86. package/.agent-context/state/skill-platform.json +38 -38
  87. package/.agent-context/state/weekly-governance-report.json +126 -0
  88. package/.agent-override.md +36 -36
  89. package/.cursorrules +1 -1
  90. package/.gemini/instructions.md +20 -20
  91. package/.github/ISSUE_TEMPLATE/v1.7-frontend-work-item.yml +54 -54
  92. package/.github/copilot-instructions.md +20 -20
  93. package/.github/workflows/benchmark-detection.yml +38 -38
  94. package/.github/workflows/benchmark-intelligence.yml +50 -50
  95. package/.github/workflows/frontend-usability-gate.yml +36 -36
  96. package/.github/workflows/governance-weekly-report.yml +43 -0
  97. package/.github/workflows/release-gate.yml +32 -32
  98. package/.github/workflows/sbom-compliance.yml +32 -32
  99. package/.windsurfrules +1 -1
  100. package/AGENTS.md +27 -27
  101. package/README.md +383 -368
  102. package/lib/cli/commands/optimize.mjs +171 -171
  103. package/lib/cli/compatibility.mjs +124 -124
  104. package/lib/cli/constants.mjs +35 -0
  105. package/lib/cli/token-optimization.mjs +275 -275
  106. package/lib/cli/utils.mjs +4 -1
  107. package/mcp.json +92 -92
  108. package/package.json +2 -1
  109. package/scripts/benchmark-gate.mjs +121 -121
  110. package/scripts/benchmark-intelligence.mjs +140 -140
  111. package/scripts/detection-benchmark.mjs +138 -138
  112. package/scripts/frontend-usability-audit.mjs +87 -87
  113. package/scripts/generate-sbom.mjs +61 -61
  114. package/scripts/governance-weekly-report.mjs +293 -0
  115. package/scripts/init-project.ps1 +104 -104
  116. package/scripts/llm-judge.mjs +664 -664
  117. package/scripts/quality-trend-report.mjs +288 -288
  118. package/scripts/release-gate.mjs +261 -259
  119. package/scripts/skill-tier-policy.mjs +75 -75
  120. package/scripts/token-optimization-benchmark.mjs +252 -252
  121. package/scripts/validate.mjs +874 -865
@@ -1,10 +1,10 @@
1
- {
2
- "minimumTop1Accuracy": 0.9,
3
- "maximumManualCorrectionRate": 0.12,
4
- "maximumTop1AccuracyDrop": 0.02,
5
- "maximumManualCorrectionIncrease": 0.03,
6
- "previousReleaseBaseline": {
7
- "top1Accuracy": 0.9167,
8
- "manualCorrectionRate": 0.0833
9
- }
10
- }
1
+ {
2
+ "minimumTop1Accuracy": 0.9,
3
+ "maximumManualCorrectionRate": 0.12,
4
+ "maximumTop1AccuracyDrop": 0.02,
5
+ "maximumManualCorrectionIncrease": 0.03,
6
+ "previousReleaseBaseline": {
7
+ "top1Accuracy": 0.9167,
8
+ "manualCorrectionRate": 0.0833
9
+ }
10
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "repositories": [
3
- {
4
- "repository": "sickn33/antigravity-awesome-skills",
5
- "owner": "core-architecture",
6
- "lastReviewedAt": "2026-04-02"
7
- },
8
- {
9
- "repository": "github/awesome-copilot",
10
- "owner": "core-architecture",
11
- "lastReviewedAt": "2026-04-02"
12
- },
13
- {
14
- "repository": "MiniMax-AI/skills",
15
- "owner": "frontend-governance",
16
- "lastReviewedAt": "2026-04-02"
17
- }
18
- ]
19
- }
1
+ {
2
+ "repositories": [
3
+ {
4
+ "repository": "sickn33/antigravity-awesome-skills",
5
+ "owner": "core-architecture",
6
+ "lastReviewedAt": "2026-04-02"
7
+ },
8
+ {
9
+ "repository": "github/awesome-copilot",
10
+ "owner": "core-architecture",
11
+ "lastReviewedAt": "2026-04-02"
12
+ },
13
+ {
14
+ "repository": "MiniMax-AI/skills",
15
+ "owner": "frontend-governance",
16
+ "lastReviewedAt": "2026-04-02"
17
+ }
18
+ ]
19
+ }
@@ -1,32 +1,32 @@
1
- # Dependency Map (State Awareness)
2
-
3
- > This map documents allowed dependency direction to prevent circular references during refactors.
4
-
5
- ## Layer Dependency Rules
6
-
7
- 1. Transport layer may depend on Service layer.
8
- 2. Service layer may depend on Domain contracts and Repository interfaces.
9
- 3. Infrastructure layer may implement Repository interfaces.
10
- 4. Domain layer must not depend on Transport or Infrastructure.
11
-
12
- ## Module-Level Constraints
13
-
14
- | Source Module | Allowed Dependencies | Forbidden Dependencies |
15
- |---------------|----------------------|------------------------|
16
- | `authentication` | `shared`, `user` | `payment` internals |
17
- | `payment` | `shared`, `billing`, `notification` contracts | `authentication` internals |
18
- | `reporting` | `shared`, read-only repository ports | write-side service internals |
19
- | `frontend` | public API clients only | direct repository access |
20
-
21
- ## Circular Dependency Guardrail
22
-
23
- When refactoring:
24
-
25
- 1. Detect import graph changes before applying bulk edits.
26
- 2. Reject any change introducing `A -> B -> A` cycles.
27
- 3. Move shared contracts to `shared` module when two-way dependencies appear.
28
-
29
- ## Project-Specific Notes
30
-
31
- - Replace sample modules with your real domain modules.
32
- - Keep this map synchronized with architecture decisions and ADRs.
1
+ # Dependency Map (State Awareness)
2
+
3
+ > This map documents allowed dependency direction to prevent circular references during refactors.
4
+
5
+ ## Layer Dependency Rules
6
+
7
+ 1. Transport layer may depend on Service layer.
8
+ 2. Service layer may depend on Domain contracts and Repository interfaces.
9
+ 3. Infrastructure layer may implement Repository interfaces.
10
+ 4. Domain layer must not depend on Transport or Infrastructure.
11
+
12
+ ## Module-Level Constraints
13
+
14
+ | Source Module | Allowed Dependencies | Forbidden Dependencies |
15
+ |---------------|----------------------|------------------------|
16
+ | `authentication` | `shared`, `user` | `payment` internals |
17
+ | `payment` | `shared`, `billing`, `notification` contracts | `authentication` internals |
18
+ | `reporting` | `shared`, read-only repository ports | write-side service internals |
19
+ | `frontend` | public API clients only | direct repository access |
20
+
21
+ ## Circular Dependency Guardrail
22
+
23
+ When refactoring:
24
+
25
+ 1. Detect import graph changes before applying bulk edits.
26
+ 2. Reject any change introducing `A -> B -> A` cycles.
27
+ 3. Move shared contracts to `shared` module when two-way dependencies appear.
28
+
29
+ ## Project-Specific Notes
30
+
31
+ - Replace sample modules with your real domain modules.
32
+ - Keep this map synchronized with architecture decisions and ADRs.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-11T09:46:02.646Z",
2
+ "generatedAt": "2026-04-11T12:21:35.779Z",
3
3
  "reportName": "quality-trend-report",
4
4
  "methodology": {
5
5
  "gateSources": [
@@ -19,7 +19,7 @@
19
19
  "passed": true,
20
20
  "parseError": null,
21
21
  "failureCount": 0,
22
- "generatedAt": "2026-04-11T09:46:02.441Z"
22
+ "generatedAt": "2026-04-11T12:21:35.292Z"
23
23
  },
24
24
  {
25
25
  "scriptPath": "scripts/benchmark-gate.mjs",
@@ -28,7 +28,7 @@
28
28
  "passed": true,
29
29
  "parseError": null,
30
30
  "failureCount": 0,
31
- "generatedAt": "2026-04-11T09:46:02.545Z"
31
+ "generatedAt": "2026-04-11T12:21:35.433Z"
32
32
  },
33
33
  {
34
34
  "scriptPath": "scripts/benchmark-intelligence.mjs",
@@ -37,7 +37,7 @@
37
37
  "passed": true,
38
38
  "parseError": null,
39
39
  "failureCount": 0,
40
- "generatedAt": "2026-04-11T09:46:02.595Z"
40
+ "generatedAt": "2026-04-11T12:21:35.480Z"
41
41
  }
42
42
  ],
43
43
  "availableGateCount": 3,
@@ -47,9 +47,9 @@
47
47
  "rejectionCategories": [],
48
48
  "rollbackSignals": {
49
49
  "windowDays": 30,
50
- "commitCount": 44,
50
+ "commitCount": 46,
51
51
  "rollbackCommitCount": 1,
52
- "rollbackFrequencyPercent": 2.27,
52
+ "rollbackFrequencyPercent": 2.17,
53
53
  "source": "git-log",
54
54
  "error": null
55
55
  },
@@ -74,6 +74,16 @@
74
74
  "averageNativeSavingsPercent": 83.64,
75
75
  "averageRtkSavingsPercent": 18.95,
76
76
  "rejectionCategoryCount": 0
77
+ },
78
+ {
79
+ "generatedAt": "2026-04-11T12:21:35.779Z",
80
+ "gatePassRatePercent": 100,
81
+ "passedGateCount": 3,
82
+ "availableGateCount": 3,
83
+ "rollbackFrequencyPercent": 2.17,
84
+ "averageNativeSavingsPercent": 83.64,
85
+ "averageRtkSavingsPercent": 18.95,
86
+ "rejectionCategoryCount": 0
77
87
  }
78
88
  ]
79
89
  }
@@ -1,38 +1,38 @@
1
- {
2
- "defaultTier": "advance",
3
- "tiers": [
4
- {
5
- "name": "standard",
6
- "role": "compatibility",
7
- "description": "Minimal fallback mode for legacy support"
8
- },
9
- {
10
- "name": "advance",
11
- "role": "default",
12
- "description": "Efficient, opinionated, production-aware baseline"
13
- },
14
- {
15
- "name": "expert",
16
- "role": "complexity",
17
- "description": "For advanced integration, architecture, and critical refactors"
18
- },
19
- {
20
- "name": "above",
21
- "role": "governance",
22
- "description": "For release-critical and enterprise control-plane work"
23
- }
24
- ],
25
- "domains": [
26
- "frontend",
27
- "backend",
28
- "fullstack",
29
- "cli",
30
- "distribution",
31
- "review-quality"
32
- ],
33
- "benchmarkSources": [
34
- "sickn33/antigravity-awesome-skills",
35
- "github/awesome-copilot",
36
- "MiniMax-AI/skills"
37
- ]
38
- }
1
+ {
2
+ "defaultTier": "advance",
3
+ "tiers": [
4
+ {
5
+ "name": "standard",
6
+ "role": "compatibility",
7
+ "description": "Minimal fallback mode for legacy support"
8
+ },
9
+ {
10
+ "name": "advance",
11
+ "role": "default",
12
+ "description": "Efficient, opinionated, production-aware baseline"
13
+ },
14
+ {
15
+ "name": "expert",
16
+ "role": "complexity",
17
+ "description": "For advanced integration, architecture, and critical refactors"
18
+ },
19
+ {
20
+ "name": "above",
21
+ "role": "governance",
22
+ "description": "For release-critical and enterprise control-plane work"
23
+ }
24
+ ],
25
+ "domains": [
26
+ "frontend",
27
+ "backend",
28
+ "fullstack",
29
+ "cli",
30
+ "distribution",
31
+ "review-quality"
32
+ ],
33
+ "benchmarkSources": [
34
+ "sickn33/antigravity-awesome-skills",
35
+ "github/awesome-copilot",
36
+ "MiniMax-AI/skills"
37
+ ]
38
+ }
@@ -0,0 +1,126 @@
1
+ {
2
+ "generatedAt": "2026-04-11T12:21:37.776Z",
3
+ "reportName": "weekly-governance-report",
4
+ "methodology": {
5
+ "qualityTrendSource": "state-file",
6
+ "qualityTrendGeneratedAt": "2026-04-11T12:21:35.779Z",
7
+ "commitWindowDays": 7,
8
+ "requiredVerifiedDomains": [
9
+ "cli",
10
+ "frontend",
11
+ "fullstack",
12
+ "distribution",
13
+ "review-quality"
14
+ ]
15
+ },
16
+ "qualitySignals": {
17
+ "governanceHealth": {
18
+ "availableGateCount": 3,
19
+ "passedGateCount": 3,
20
+ "gatePassRatePercent": 100
21
+ },
22
+ "rejectionCategories": [],
23
+ "tokenEfficiency": {
24
+ "isAvailable": true,
25
+ "generatedAt": "2026-04-11T06:14:10.052Z",
26
+ "averageNativeSavingsPercent": 83.64,
27
+ "averageRtkSavingsPercent": 18.95,
28
+ "scenarioCount": 3
29
+ }
30
+ },
31
+ "skillTrust": {
32
+ "domains": [
33
+ {
34
+ "domain": "backend",
35
+ "tier": "experimental",
36
+ "score": 25
37
+ },
38
+ {
39
+ "domain": "cli",
40
+ "tier": "verified",
41
+ "score": 100
42
+ },
43
+ {
44
+ "domain": "distribution",
45
+ "tier": "verified",
46
+ "score": 100
47
+ },
48
+ {
49
+ "domain": "frontend",
50
+ "tier": "verified",
51
+ "score": 100
52
+ },
53
+ {
54
+ "domain": "fullstack",
55
+ "tier": "verified",
56
+ "score": 100
57
+ },
58
+ {
59
+ "domain": "review-quality",
60
+ "tier": "verified",
61
+ "score": 100
62
+ }
63
+ ],
64
+ "tierCounts": {
65
+ "verified": 5,
66
+ "community": 0,
67
+ "experimental": 1
68
+ },
69
+ "requiredVerifiedDomains": [
70
+ "cli",
71
+ "frontend",
72
+ "fullstack",
73
+ "distribution",
74
+ "review-quality"
75
+ ],
76
+ "requiredVerifiedDomainFailures": [],
77
+ "allRequiredVerified": true
78
+ },
79
+ "commitSignals": {
80
+ "windowDays": 7,
81
+ "commitCount": 18,
82
+ "releaseCommitCount": 7,
83
+ "rollbackCommitCount": 1,
84
+ "releaseFrequencyPercent": 38.89,
85
+ "rollbackFrequencyPercent": 5.56,
86
+ "error": null
87
+ },
88
+ "releaseReadiness": {
89
+ "isReady": true,
90
+ "blockers": [],
91
+ "summary": "Weekly governance posture is ready for maintenance releases."
92
+ },
93
+ "artifact": {
94
+ "path": "E:\\Project\\Agentic-Senior-Core\\.agent-context\\state\\weekly-governance-report.json",
95
+ "writeMode": "stdout-and-file"
96
+ },
97
+ "history": [
98
+ {
99
+ "generatedAt": "2026-04-11T12:14:52.483Z",
100
+ "readinessStatus": "blocked",
101
+ "blockerCount": 1,
102
+ "gatePassRatePercent": 100,
103
+ "verifiedSkillDomainCount": 1,
104
+ "releaseFrequencyPercent": 38.89,
105
+ "rollbackFrequencyPercent": 5.56
106
+ },
107
+ {
108
+ "generatedAt": "2026-04-11T12:19:25.182Z",
109
+ "readinessStatus": "ready",
110
+ "blockerCount": 0,
111
+ "gatePassRatePercent": 100,
112
+ "verifiedSkillDomainCount": 5,
113
+ "releaseFrequencyPercent": 38.89,
114
+ "rollbackFrequencyPercent": 5.56
115
+ },
116
+ {
117
+ "generatedAt": "2026-04-11T12:21:37.776Z",
118
+ "readinessStatus": "ready",
119
+ "blockerCount": 0,
120
+ "gatePassRatePercent": 100,
121
+ "verifiedSkillDomainCount": 5,
122
+ "releaseFrequencyPercent": 38.89,
123
+ "rollbackFrequencyPercent": 5.56
124
+ }
125
+ ]
126
+ }
@@ -1,36 +1,36 @@
1
- # Rule Overrides
2
-
3
- > Exception file for enterprise needs.
4
- > Default policy: all rules remain strict unless explicitly overridden below.
5
-
6
- ## Override Template
7
-
8
- Use this exact structure for every exception:
9
-
10
- ```markdown
11
- [Rule: <rule-name>]
12
- Scope: <module/path>
13
- Reason: <business or technical constraint>
14
- Permitted Deviation: <what is allowed>
15
- Risk Mitigation: <how risk is controlled>
16
- Expiry: <YYYY-MM-DD>
17
- Owner: <team/person>
18
- ```
19
-
20
- ## Example Override
21
-
22
- ```markdown
23
- [Rule: Naming]
24
- Scope: legacy-erp-sync module
25
- Reason: External DB schema uses snake_case columns and strict mapping contracts.
26
- Permitted Deviation: snake_case variable names are allowed only in mapper files.
27
- Risk Mitigation: enforce mapper-only scope with codeowners and lint ignore pattern.
28
- Expiry: 2026-12-31
29
- Owner: platform-integration-team
30
- ```
31
-
32
- ## Enforcement Notes
33
-
34
- 1. Overrides must be narrow and time-bound.
35
- 2. Expired overrides are invalid and must be removed.
36
- 3. Broad overrides such as "allow any everywhere" are prohibited.
1
+ # Rule Overrides
2
+
3
+ > Exception file for enterprise needs.
4
+ > Default policy: all rules remain strict unless explicitly overridden below.
5
+
6
+ ## Override Template
7
+
8
+ Use this exact structure for every exception:
9
+
10
+ ```markdown
11
+ [Rule: <rule-name>]
12
+ Scope: <module/path>
13
+ Reason: <business or technical constraint>
14
+ Permitted Deviation: <what is allowed>
15
+ Risk Mitigation: <how risk is controlled>
16
+ Expiry: <YYYY-MM-DD>
17
+ Owner: <team/person>
18
+ ```
19
+
20
+ ## Example Override
21
+
22
+ ```markdown
23
+ [Rule: Naming]
24
+ Scope: legacy-erp-sync module
25
+ Reason: External DB schema uses snake_case columns and strict mapping contracts.
26
+ Permitted Deviation: snake_case variable names are allowed only in mapper files.
27
+ Risk Mitigation: enforce mapper-only scope with codeowners and lint ignore pattern.
28
+ Expiry: 2026-12-31
29
+ Owner: platform-integration-team
30
+ ```
31
+
32
+ ## Enforcement Notes
33
+
34
+ 1. Overrides must be narrow and time-bound.
35
+ 2. Expired overrides are invalid and must be removed.
36
+ 3. Broad overrides such as "allow any everywhere" are prohibited.
package/.cursorrules CHANGED
@@ -1,6 +1,6 @@
1
1
  # AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
2
2
 
3
- Generated by Agentic-Senior-Core CLI v2.0.5
3
+ Generated by Agentic-Senior-Core CLI v2.0.7
4
4
  Timestamp: 2026-04-08T14:58:53.570Z
5
5
  Selected profile: beginner
6
6
  Selected policy file: .agent-context/policies/llm-judge-threshold.json
@@ -1,21 +1,21 @@
1
- # Gemini Instructions - Thin Adapter
2
-
3
- Adapter Mode: thin
4
- Adapter Source: .instructions.md
5
- Canonical Snapshot SHA256: ed18aa02954cf7e669d2ade4ea8c36c382bcae66e12b731c6e1ea69a59742480
6
-
7
- Canonical policy source: [.instructions.md](../.instructions.md).
8
-
9
- ## Bootstrap Sequence
10
-
11
- 1. Load [.instructions.md](../.instructions.md) first.
12
- 2. Apply baseline rules from [.agent-context/rules/](../.agent-context/rules).
13
- 3. Load language profile from [.agent-context/stacks/](../.agent-context/stacks).
14
- 4. Use [.agent-context/blueprints/](../.agent-context/blueprints) when creating new modules/projects.
15
- 5. Load domain skills from [.agent-context/skills/](../.agent-context/skills).
16
- 6. Load request templates from [.agent-context/prompts/](../.agent-context/prompts).
17
- 7. Apply team defaults from [.agent-context/profiles/](../.agent-context/profiles), state awareness from [.agent-context/state/](../.agent-context/state), and policy thresholds from [.agent-context/policies/](../.agent-context/policies).
18
-
19
- ## Completion Gate
20
-
1
+ # Gemini Instructions - Thin Adapter
2
+
3
+ Adapter Mode: thin
4
+ Adapter Source: .instructions.md
5
+ Canonical Snapshot SHA256: 361ac86172268a2f20d4f7a1e407c7dd122f1b0c265d085e872254718b078d22
6
+
7
+ Canonical policy source: [.instructions.md](../.instructions.md).
8
+
9
+ ## Bootstrap Sequence
10
+
11
+ 1. Load [.instructions.md](../.instructions.md) first.
12
+ 2. Apply baseline rules from [.agent-context/rules/](../.agent-context/rules).
13
+ 3. Load language profile from [.agent-context/stacks/](../.agent-context/stacks).
14
+ 4. Use [.agent-context/blueprints/](../.agent-context/blueprints) when creating new modules/projects.
15
+ 5. Load domain skills from [.agent-context/skills/](../.agent-context/skills).
16
+ 6. Load request templates from [.agent-context/prompts/](../.agent-context/prompts).
17
+ 7. Apply team defaults from [.agent-context/profiles/](../.agent-context/profiles), state awareness from [.agent-context/state/](../.agent-context/state), and policy thresholds from [.agent-context/policies/](../.agent-context/policies).
18
+
19
+ ## Completion Gate
20
+
21
21
  Run [.agent-context/review-checklists/pr-checklist.md](../.agent-context/review-checklists/pr-checklist.md) before declaring completion.
@@ -1,54 +1,54 @@
1
- name: V1.7 Frontend Work Item
2
- description: Track a V1.7 frontend task with quality-gate ready acceptance criteria.
3
- title: "[V1.7][QX] "
4
- labels:
5
- - v1.7
6
- body:
7
- - type: textarea
8
- id: background
9
- attributes:
10
- label: Background
11
- description: Why this item exists and what user problem it addresses.
12
- validations:
13
- required: true
14
- - type: textarea
15
- id: scope
16
- attributes:
17
- label: Scope
18
- description: What is included in this issue.
19
- validations:
20
- required: true
21
- - type: textarea
22
- id: out_of_scope
23
- attributes:
24
- label: Out of Scope
25
- description: What is intentionally excluded.
26
- validations:
27
- required: true
28
- - type: textarea
29
- id: acceptance_criteria
30
- attributes:
31
- label: Acceptance Criteria
32
- description: Use measurable and testable criteria.
33
- placeholder: |
34
- - [ ] ...
35
- - [ ] ...
36
- validations:
37
- required: true
38
- - type: textarea
39
- id: dependencies
40
- attributes:
41
- label: Dependencies
42
- description: Link prerequisite issues or blockers.
43
- - type: textarea
44
- id: definition_of_done
45
- attributes:
46
- label: Definition of Done
47
- description: Include testing, documentation, and evidence requirements.
48
- validations:
49
- required: true
50
- - type: textarea
51
- id: evidence
52
- attributes:
53
- label: Evidence
54
- description: Screenshots, benchmark output, links to reports.
1
+ name: V1.7 Frontend Work Item
2
+ description: Track a V1.7 frontend task with quality-gate ready acceptance criteria.
3
+ title: "[V1.7][QX] "
4
+ labels:
5
+ - v1.7
6
+ body:
7
+ - type: textarea
8
+ id: background
9
+ attributes:
10
+ label: Background
11
+ description: Why this item exists and what user problem it addresses.
12
+ validations:
13
+ required: true
14
+ - type: textarea
15
+ id: scope
16
+ attributes:
17
+ label: Scope
18
+ description: What is included in this issue.
19
+ validations:
20
+ required: true
21
+ - type: textarea
22
+ id: out_of_scope
23
+ attributes:
24
+ label: Out of Scope
25
+ description: What is intentionally excluded.
26
+ validations:
27
+ required: true
28
+ - type: textarea
29
+ id: acceptance_criteria
30
+ attributes:
31
+ label: Acceptance Criteria
32
+ description: Use measurable and testable criteria.
33
+ placeholder: |
34
+ - [ ] ...
35
+ - [ ] ...
36
+ validations:
37
+ required: true
38
+ - type: textarea
39
+ id: dependencies
40
+ attributes:
41
+ label: Dependencies
42
+ description: Link prerequisite issues or blockers.
43
+ - type: textarea
44
+ id: definition_of_done
45
+ attributes:
46
+ label: Definition of Done
47
+ description: Include testing, documentation, and evidence requirements.
48
+ validations:
49
+ required: true
50
+ - type: textarea
51
+ id: evidence
52
+ attributes:
53
+ label: Evidence
54
+ description: Screenshots, benchmark output, links to reports.
@@ -1,21 +1,21 @@
1
- # GitHub Copilot Instructions - Thin Adapter
2
-
3
- Adapter Mode: thin
4
- Adapter Source: .instructions.md
5
- Canonical Snapshot SHA256: ed18aa02954cf7e669d2ade4ea8c36c382bcae66e12b731c6e1ea69a59742480
6
-
7
- The canonical policy source for this repository is [.instructions.md](../.instructions.md).
8
-
9
- ## Required Load Order
10
-
11
- 1. Read [.instructions.md](../.instructions.md) first.
12
- 2. Read baseline rules in [.agent-context/rules/](../.agent-context/rules).
13
- 3. Load language profile from [.agent-context/stacks/](../.agent-context/stacks).
14
- 4. Load blueprints from [.agent-context/blueprints/](../.agent-context/blueprints) for scaffolding requests.
15
- 5. Load domain skills from [.agent-context/skills/](../.agent-context/skills).
16
- 6. Load request templates from [.agent-context/prompts/](../.agent-context/prompts).
17
- 7. Apply team defaults from [.agent-context/profiles/](../.agent-context/profiles), state awareness from [.agent-context/state/](../.agent-context/state), and thresholds from [.agent-context/policies/](../.agent-context/policies).
18
-
19
- ## Completion Gate
20
-
1
+ # GitHub Copilot Instructions - Thin Adapter
2
+
3
+ Adapter Mode: thin
4
+ Adapter Source: .instructions.md
5
+ Canonical Snapshot SHA256: 361ac86172268a2f20d4f7a1e407c7dd122f1b0c265d085e872254718b078d22
6
+
7
+ The canonical policy source for this repository is [.instructions.md](../.instructions.md).
8
+
9
+ ## Required Load Order
10
+
11
+ 1. Read [.instructions.md](../.instructions.md) first.
12
+ 2. Read baseline rules in [.agent-context/rules/](../.agent-context/rules).
13
+ 3. Load language profile from [.agent-context/stacks/](../.agent-context/stacks).
14
+ 4. Load blueprints from [.agent-context/blueprints/](../.agent-context/blueprints) for scaffolding requests.
15
+ 5. Load domain skills from [.agent-context/skills/](../.agent-context/skills).
16
+ 6. Load request templates from [.agent-context/prompts/](../.agent-context/prompts).
17
+ 7. Apply team defaults from [.agent-context/profiles/](../.agent-context/profiles), state awareness from [.agent-context/state/](../.agent-context/state), and thresholds from [.agent-context/policies/](../.agent-context/policies).
18
+
19
+ ## Completion Gate
20
+
21
21
  Run [.agent-context/review-checklists/pr-checklist.md](../.agent-context/review-checklists/pr-checklist.md) before declaring work complete.