principles-disciple 1.236.0 → 1.236.2

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.
@@ -33,10 +33,9 @@ export { resolveSourceKind, buildToolFailureObservation, buildLlmDetectionObserv
33
33
  * This is the main entry point for hooks. It calls the pure triage policy
34
34
  * from principles-core and returns the result.
35
35
  *
36
- * The caller (hook) is responsible for:
37
- * - Checking the painEvidenceAdmission feature flag
38
- * - Acting on the triage result (proceed to diagnosis, store evidence, etc.)
39
- * - Falling back to existing behavior when the flag is off
36
+ * PRI-752 reality check: the painEvidenceAdmission flag is NOT consulted by
37
+ * any caller on this path — Gate B admission is unconditional. This doc block
38
+ * previously described a flag check / fallback that does not exist as code.
40
39
  */
41
40
  export declare function evaluateEvidenceTriage(sourceKind: SourceKind, score: number, options?: {
42
41
  isUnsafeHighConfidence?: boolean;
@@ -2,7 +2,7 @@
2
2
  "id": "principles-disciple",
3
3
  "name": "Principles Disciple",
4
4
  "description": "Principles Disciple is an AI Agent Governance System. Stop correcting the same AI behavior across sessions. Turn repeated Agent corrections into Owner-approved, observable, reversible behavior principles.",
5
- "version": "1.236.0",
5
+ "version": "1.236.2",
6
6
  "activation": {
7
7
  "onStartup": true,
8
8
  "onCapabilities": [