Graph Analytics Gaps (GA1–GA10) Remediation Plan

Sprint: 0207-0001-0001 (Experience & SDKs 180.C)
Artifacts produced: schemas + samples for analytics results/bundles; governance rules; test/fixture expectations.

Objectives (mapped to GA1–GA10)

Schemas & Samples

Rules of Engagement

  1. Determinism: fixed seed; stable ordering of nodes/edges; rerunHash must match across runs given same inputs/seed.
  2. Redaction before export: redactions[] enumerates removed fields per tenant policy; exports lacking redaction entries are invalid for multi-tenant bundles.
  3. Signatures (optional but encouraged): DSSE/JWS envelopes over bundle.manifest and resultHash using offline keys; record under signatures[].
  4. Offline readiness: no network fetch during analysis or validation; datasets referenced by hash + relative path.
  5. Performance budgets: defaults—budgetSeconds: 30, maxNodes: 50000, maxEdges: 200000; overridable per job but must be logged.

Implementation Hooks

Open Follow-ups

Evidence