Skip to main content
SELL.SYSTEMSAI CAMPUS
Enter Meeting Intelligence Lab
LanguageEnglish

Mission 0 · First success with verified consent

GitHub
Verified operator proof

The end-to-end foundation has worked in a controlled operator run. The reusable training-to-production template is still being hardened, so every mission requires verification, idempotency, recovery evidence, and human review.

Authorized and denied meeting events separated at a consent checkpoint before any side effect
Mission 0 · First success with verified consent

Prove consent and deterministic event control before vendor access.

Define the recording purpose and actors, then send sanitized authorized and denied monday.com-style events through a deterministic local validator to prove policy gating, normalization, a stable idempotency key, and one visible state transition.

This mission proves the control pattern with synthetic data and an explicit no-consent rejection. It requires no paid account, API key, real participant, recording, or public endpoint.

Build sequence

  1. Open the architecture map and identify the event, command, consent decision, side effect, artifact, retention, and write-back boundaries.
  2. Write a one-page synthetic risk and consent map covering purpose, actors, recording authorization, withdrawal, access, retention, and deletion.
  3. Download both sanitized fixtures and the standard-library validator into a new workspace directory.
  4. Run the authorized fixture twice and confirm the same input creates the same idempotency key and next state.
  5. Run the no-consent fixture and prove it is denied before any side effect, then save mission0_result.json.

Required proof

  • Synthetic risk and consent map plus successful self-test output.
  • Authorized fixture event ID, stable idempotency key, and deterministic state transition.
  • Denied no-consent result with zero side effects and no secrets or private data.
Agent prompt

Mission 0 files

Official vendor documentation

Assessment gate

Pass

Pass: authorized runs match, missing or withdrawn consent is denied, no side effect occurs in the denied lane, and the package contains no credentials or private URLs.

Revise

Revise: the deterministic path works but the consent map, denied fixture, or reproducibility evidence is incomplete.

Hard fail

Hard fail: unconsented processing, secrets, customer data, fabricated output, or a non-deterministic result appears in the submission.

Human-reviewed submission