docs: M6.2 TODO on Chronicle webhook poster — replace with gRPC RecordEvent

Signed-off-by: Tyler King <tking@guildhouse.dev>
This commit is contained in:
Tyler King 2026-04-08 13:49:18 -04:00
parent f7c49387c1
commit 8c949b38c0

View file

@ -1,4 +1,12 @@
"""Chronicle CloudEvents client. Optional per GSAP §1.4.""" """Chronicle CloudEvents client. Optional per GSAP §1.4.
# TODO(M6.2): replace this Forgejo-format webhook poster with a direct
# gRPC RecordEvent call once Chronicle exposes the Rekor-backed gRPC
# surface (per ADR-001 D2 + SPEC-CHRONICLE-0001 §8.5). The same pattern
# is duplicated in capstone/apps/governance/chronicle.py and
# capstone/apps/connectors/chronicle.py; all four will be replaced
# together when M6.2 ships.
"""
import hashlib, json, logging import hashlib, json, logging
from datetime import datetime, UTC from datetime import datetime, UTC
import httpx import httpx