feat(examples/playground): add 7 trust-arc POCs for engine v1.11.0#196
Merged
hugocorreia90 merged 1 commit intomainfrom Apr 21, 2026
Merged
feat(examples/playground): add 7 trust-arc POCs for engine v1.11.0#196hugocorreia90 merged 1 commit intomainfrom
hugocorreia90 merged 1 commit intomainfrom
Conversation
Ship one runnable POC per trust arc, matching engine v1.11.0's
shipped-and-default surface. All credential-free POCs pass
`./scripts/run-all-duckdb.sh`; the Arc 5 POC is gated on
`ANTHROPIC_API_KEY` in line with the rest of `03-ai/`.
- 00-foundations/06-branches-replay-lineage — Arc 1: `rocky branch`,
`rocky run --branch`, `rocky replay` (inspection-only today), and
`rocky lineage --downstream` on a 3-model DAG.
- 02-performance/10-cost-budgets — Arc 2: per-run `cost_summary` +
`[budget]` block with intentionally tiny `max_duration_ms` so the
demo always produces a `budget_breaches` entry.
- 05-orchestration/08-circuit-breaker — Arc 3: validates the full
`[adapter.retry]` surface (threshold, recovery timeout, backoff),
prints the three-state diagram, and points at the Databricks /
Snowflake adapters where the breaker actually fires.
- 06-developer-experience/07-run-trace-gantt — Arc 4: `rocky trace
latest` read-path demo with two concurrent runs seeded into the
state store; ties the Gantt to the feature-gated OTLP exporter.
- 03-ai/05-schema-grounded-validation — Arc 5: `rocky ai` with
`ValidationContext` + compile-verify retry loop. Seeded models give
the LLM a typed schema to ground against.
- 06-developer-experience/08-portability-lint — Arc 6: `rocky compile
--target-dialect bq` fires P001 on NVL, suppressed per-file via
`-- rocky-allow: NVL` and project-wide via `[portability] allow`.
- 06-developer-experience/09-sql-types-blast-radius — Arc 7: `rocky
compile --with-seed` grounds raw `.sql` column types from an
in-memory DuckDB's `information_schema`, lifting incrementality-
hint confidence from medium→high; semantic-graph-aware `SELECT *`
lint fires with byte-span diagnostics.
Catalog updates in examples/playground/{README.md,pocs/README.md} to
53 POCs (40 credential-free).
This was referenced Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships one runnable POC per trust arc, matching the engine v1.11.0 surface. Gives the public launch a concrete, single-`./run.sh` demo for each of the seven arcs.
Catalog counts updated to 53 POCs / 40 credential-free in both `examples/playground/README.md` and `examples/playground/pocs/README.md`.
Known gaps — called out in each POC's README, not papered over:
Test plan
🤖 Generated with Claude Code