You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What user-visible problem does this solve, or what current behavior is inadequate?
11
+
12
+
## Proposed change
13
+
14
+
What should the component do differently? Be concrete about inputs, outputs, and error modes.
15
+
16
+
## ADR check
17
+
18
+
Does this change touch any of:
19
+
20
+
-[ ] Receipt schema, canonicalization, hashing, or signing semantics
21
+
-[ ] Hash-chain or bundle composition rules
22
+
-[ ] Policy-decision-receipt shape, decision semantics, or default posture
23
+
-[ ] Eval-harness scenario taxonomy or regression-gate semantics
24
+
-[ ] Any cross-component interop contract documented in [agentic-evidence/INTEROP.md](https://github.com/cmangun/agentic-evidence/blob/main/INTEROP.md)
25
+
26
+
If any box is checked, this proposal needs an ADR before it can merge. Link the draft ADR (or open one) in `adrs/NNNN-<slug>.md` per the local `adrs/0000-template.md` structure.
27
+
28
+
## Compatibility implications
29
+
30
+
Per [agentic-evidence/VERSIONING.md](https://github.com/cmangun/agentic-evidence/blob/main/VERSIONING.md):
31
+
32
+
-[ ] Backward compatible (no consumer changes required)
33
+
-[ ] Backward incompatible — breaking change requires VERSIONING.md §2 review and a major-version bump on this component
34
+
35
+
## Alternatives considered
36
+
37
+
What did you rule out and why? (Mirrors the ADR template's `## Alternatives Considered` section so the request transitions cleanly into an ADR if accepted.)
0 commit comments