docs: sync docs with shipped scenario catalog#13
Merged
That1Drifter merged 2 commits intomasterfrom Apr 10, 2026
Merged
Conversation
- README: prune "not yet built" items that shipped (5 scenario manifests, deterministic per-turn scoring, stakeholder conflict surprise) and refresh the Working list to reflect the current engine. Link getting-started.md from Quick start for discoverability. - docs/architecture.md: rewrite the scoring-pipeline section — deterministic manifest rubric rules are wired now (not scaffolded), and document the case-insensitive + fail-closed regex behavior for both rubric and surprises. - docs/getting-started.md: refresh "What's playable today" — all six scenarios are loadable, Support Triage and Doc Q&A are smoke-tested on live API, the other four are authored but not yet run. - docs/writing-scenarios.md: add an Objective rubric rules section and a Surprise triggers section with explicit guidance not to use Perl-style (?i) inline flags — the engine now supplies the i flag automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Previously gitignored as "local-only" but the content is pure project guidance (monorepo layout, commands, two-Claude model, conventions) with no secrets or personal paths. Committing makes it discoverable to new contributors and Claude Code picks it up the same way. Synced with this PR's other fixes while I was at it: rubric score.ts is wired (not scaffolded), all six scenarios are authored (not just support-triage), and the CLI section flags dryrun/play/cost-estimate/init as TODO stubs so readers don't waste time on them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Post-ship documentation update following #12 (full scenario catalog) and catching stale copy from #11 (deterministic per-turn rubric scoring).
Documentation health
docs/getting-started.mdlink under Quick start.rubricrules are wired now, not scaffolded. Documented case-insensitive + fail-closed regex behavior for both rubric and surprises.rubricrules and Surprise triggers sections with explicit guidance not to use Perl-style(?i)inline flags (the engine appliesiautomatically now).Test plan
@fieldwork/rubric/scoreuses theiflag and fails closed;surprises.tssame)🤖 Generated with Claude Code