diff --git a/.agent/plans/2026-05-27-ap-enrollment-key-naming/implementation-plan.md b/.agent/plans/2026-05-27-ap-enrollment-key-naming/implementation-plan.md index 658f06fa..185ceef0 100644 --- a/.agent/plans/2026-05-27-ap-enrollment-key-naming/implementation-plan.md +++ b/.agent/plans/2026-05-27-ap-enrollment-key-naming/implementation-plan.md @@ -1,8 +1,4 @@ ---- -title: "AP Enrollment Key Naming — Implementation Plan" -description: Rename EnrolledKeyId to LocalKeyHandle, default to JWK thumbprint, and clarify docs/samples around AP↔agent identifier separation. -ms.date: 2026-05-27 ---- +# AP Enrollment Key Naming — Implementation Plan ## Goals diff --git a/.agent/plans/2026-05-27-ap-enrollment-key-naming/research.md b/.agent/plans/2026-05-27-ap-enrollment-key-naming/research.md index 99051be9..3f6add2e 100644 --- a/.agent/plans/2026-05-27-ap-enrollment-key-naming/research.md +++ b/.agent/plans/2026-05-27-ap-enrollment-key-naming/research.md @@ -1,8 +1,4 @@ ---- -title: "AP Enrollment Key Naming — Research" -description: Spec alignment review of how the SDK names and uses the durable key identifier produced by Agent Provider enrollment, and how it flows into refresh. -ms.date: 2026-05-27 ---- +# AP Enrollment Key Naming — Research ## Problem Statement diff --git a/.agent/plans/2026-05-27-token-refresher-concrete-types/implementation-plan.md b/.agent/plans/2026-05-27-token-refresher-concrete-types/implementation-plan.md index d676aa05..bd2a71d0 100644 --- a/.agent/plans/2026-05-27-token-refresher-concrete-types/implementation-plan.md +++ b/.agent/plans/2026-05-27-token-refresher-concrete-types/implementation-plan.md @@ -1,8 +1,4 @@ ---- -title: "ITokenRefresher Concrete Types — Implementation Plan" -description: Phased plan for adding AgentProviderTokenRefresher and SelfIssuedTokenRefresher to the SDK -ms.date: 2026-05-27 ---- +# ITokenRefresher Concrete Types — Implementation Plan ## Phase 1: Add `AgentProviderTokenRefresher` diff --git a/.agent/plans/2026-05-27-token-refresher-concrete-types/research.md b/.agent/plans/2026-05-27-token-refresher-concrete-types/research.md index 9b722d5f..9cf5a5ed 100644 --- a/.agent/plans/2026-05-27-token-refresher-concrete-types/research.md +++ b/.agent/plans/2026-05-27-token-refresher-concrete-types/research.md @@ -1,8 +1,4 @@ ---- -title: "ITokenRefresher Concrete Types — Research" -description: Research document for introducing built-in ITokenRefresher implementations to the AAuth SDK -ms.date: 2026-05-27 ---- +# ITokenRefresher Concrete Types — Research ## Problem Statement diff --git a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/.plan-log.md b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/.plan-log.md index b2b1603d..f4a42c5b 100644 --- a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/.plan-log.md +++ b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/.plan-log.md @@ -1,7 +1,4 @@ ---- -title: "Self-Issued Client Builder Shorthand — Planning Log" -ms.date: 2026-05-28 ---- +# Self-Issued Client Builder Shorthand — Planning Log ## Status: ALL PHASES COMPLETE diff --git a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/before-after-summary.md b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/before-after-summary.md index dc2ac918..28aec3d4 100644 --- a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/before-after-summary.md +++ b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/before-after-summary.md @@ -1,8 +1,4 @@ ---- -title: "Before / After — Fluent API Migration Summary" -description: Side-by-side comparison of old vs new API patterns and affected files -ms.date: 2026-05-28 ---- +# Before / After — Fluent API Migration Summary ## Self-Issued Identity (Phases 1 + 5) diff --git a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/implementation-plan.md b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/implementation-plan.md index b5826806..cbdfdcf7 100644 --- a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/implementation-plan.md +++ b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/implementation-plan.md @@ -1,8 +1,4 @@ ---- -title: "Client Builder Fluent Shorthand — Implementation Plan" -description: Phased plan for fluent shorthand methods across the AAuth SDK builder surface -ms.date: 2026-05-28 ---- +# Client Builder Fluent Shorthand — Implementation Plan > **Phases 1–4:** COMPLETE (self-issued shorthand) > **Phases 5–10:** COMPLETE (fluent refactor + AP-enrolled + resource shorthand + constants/extensions + response helpers) diff --git a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/research.md b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/research.md index d0221b14..e9ecbdf3 100644 --- a/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/research.md +++ b/.agent/plans/2026-05-28-self-issued-client-builder-shorthand/research.md @@ -1,8 +1,4 @@ ---- -title: "Self-Issued Client Builder Shorthand — Research" -description: Research for combining AgentTokenBuilder into the AAuthClientBuilder fluent API -ms.date: 2026-05-28 ---- +# Self-Issued Client Builder Shorthand — Research ## Problem Statement diff --git a/.agent/plans/2026-06-03-sdk-namespace-hygiene/implementation-plan.md b/.agent/plans/2026-06-03-sdk-namespace-hygiene/implementation-plan.md index b7216263..66e406c9 100644 --- a/.agent/plans/2026-06-03-sdk-namespace-hygiene/implementation-plan.md +++ b/.agent/plans/2026-06-03-sdk-namespace-hygiene/implementation-plan.md @@ -1,8 +1,4 @@ ---- -title: "SDK Namespace Hygiene — Implementation Plan" -description: Phased plan to improve AAuth SDK namespace layout and public type naming -ms.date: 2026-06-03 ---- +# SDK Namespace Hygiene — Implementation Plan This plan addresses the four issues in [research.md](research.md). Phasing is **non-breaking first**: Phase 1 ships the high-value DI ergonomics win on its diff --git a/.agent/plans/2026-06-03-sdk-namespace-hygiene/research.md b/.agent/plans/2026-06-03-sdk-namespace-hygiene/research.md index 62a21a60..aa687341 100644 --- a/.agent/plans/2026-06-03-sdk-namespace-hygiene/research.md +++ b/.agent/plans/2026-06-03-sdk-namespace-hygiene/research.md @@ -1,8 +1,4 @@ ---- -title: "SDK Namespace Hygiene — Research" -description: Research document for improving the AAuth SDK namespace layout and public type naming -ms.date: 2026-06-03 ---- +# SDK Namespace Hygiene — Research ## Problem Statement diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/api-surface-map.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/api-surface-map.md index b7b49f17..acadbce6 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/api-surface-map.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/api-surface-map.md @@ -1,7 +1,3 @@ ---- -description: Complete migration public API inventory and reviewed ownership, defaults and verification. ---- - # Public API surface map Phase 11, 2026-09-09. Implementation baseline: `ba768f1`. This is the complete migration source inventory, diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/capability-scenarios.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/capability-scenarios.md index 73563ab9..bd987756 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/capability-scenarios.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/capability-scenarios.md @@ -1,7 +1,3 @@ ---- -description: Phase 12 migration capability coverage, runnable scenarios and explicit evidence limits. ---- - # Capability Scenarios Baseline: ba768f1. Cross-checked against [api-surface-map.md](api-surface-map.md), diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/conformance-ledger.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/conformance-ledger.md index 8c0bad1f..1eea6ea2 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/conformance-ledger.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/conformance-ledger.md @@ -1,7 +1,3 @@ ---- -description: Section-oriented v10 conformance evidence and explicit implementation, optional and deployment dispositions. ---- - # Conformance Ledger ## Final Status diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/docs-surface-map.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/docs-surface-map.md index 5d4386d2..43eed323 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/docs-surface-map.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/docs-surface-map.md @@ -1,7 +1,3 @@ ---- -description: Exhaustive active documentation and primary-app display inventory with exact validation classifications. ---- - # Documentation Surface Map Phase 13 inventories root/package/sample Markdown, every docs family, both @@ -143,49 +139,49 @@ file even when it has zero snippets; a file hash detects prose/navigation change | File | SHA-256 | Blocks | Check | |---|---|---|---| -| [docs/advanced/clarification-chat.md](../../../docs/advanced/clarification-chat.md) | `8fb75140b612a8790e319cb4a2a1288b6b83b273361c5882e638bdbdbef8f94b` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/error-handling.md](../../../docs/advanced/error-handling.md) | `7105cf477c01509498d5352f5c0c2f15f020f9ca55036bd6ff367be213d2b930` | 17 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/interaction-chaining.md](../../../docs/advanced/interaction-chaining.md) | `e60329aaeb4a139f2d19e762cfa8c16cd30c4d9dceb915024613fc59f30daea6` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/key-management.md](../../../docs/advanced/key-management.md) | `c8a861597a74b847195ec424751587b7fe4a5d80eb985806192d50d9d1db5f24` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/clarification-chat.md](../../../docs/advanced/clarification-chat.md) | `656ec8115616a8579b28ff02f5de0b9210a4301f6bdce7951f6211b93a15db0f` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/error-handling.md](../../../docs/advanced/error-handling.md) | `a7cc9f08e8b7aa706341c786224e5973ba834b046a35252115c465c7bdd2f042` | 17 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/interaction-chaining.md](../../../docs/advanced/interaction-chaining.md) | `8d109c469f13d077378e8ca1b73346ec46f34e78a2e1d26331a7b26789f65cf5` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/key-management.md](../../../docs/advanced/key-management.md) | `3287644ab9c3e8c59f93e64b2df37a33327a425e50197130ee8f831c15e9f783` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [docs/advanced/mission-governance-clients.md](../../../docs/advanced/mission-governance-clients.md) | `af3165c565ebba55edff538d31737ceac1b71c893aff67374c28367d9ac98cc8` | 8 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/missions.md](../../../docs/advanced/missions.md) | `01af762ef8af16119816fba4e8f30330e935d4204604382a90ae8dbfcf5b576b` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/observability.md](../../../docs/advanced/observability.md) | `1e23c64617024dfe55bcf5e0bf25abf53633e46c5a522058a1556711b85ccdc5` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/advanced/platform-attestation.md](../../../docs/advanced/platform-attestation.md) | `c732fe35312dbece719f4278bbfbf8a1a7c50823332f31e6f2429268768fb9f5` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/concepts.md](../../../docs/concepts.md) | `e227e1ada7ba7ce69067feed83e65badc7e839da44ed435d95fa163ac4a36d6f` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/getting-started.md](../../../docs/getting-started.md) | `1f4ed68e0c1cc0a59aa4e38c35c6cccc9372108d1d5bd79f03be6758f0e3bf7b` | 22 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/glossary.md](../../../docs/glossary.md) | `361008535bb199529cce2dfb7ea0f92de68d3a19b1c25f649ce58badb1a3e359` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/README.md](../../../docs/README.md) | `9e70ae701ac1caed7bd1be3798f3ff3e0404c7bc1858b14789f170dd38191796` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/reference/configuration.md](../../../docs/reference/configuration.md) | `bcd99736b81f94a9b0495b8131226c6f634e5990c60096f599cd538b7c907d2a` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/reference/dependency-injection.md](../../../docs/reference/dependency-injection.md) | `fb06b2602f241d85cccf62d2ac487ae632e92cd26422766cabcb401f0b012802` | 21 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/missions.md](../../../docs/advanced/missions.md) | `7c210a0ebc9bd42f89b6c8916ba9ece4a8901af715108424832f40ec248f5b59` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/observability.md](../../../docs/advanced/observability.md) | `298e2bff930215890691c486f230363b93feae1d157ed90b64396cdcf05c86d6` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/advanced/platform-attestation.md](../../../docs/advanced/platform-attestation.md) | `aa2a1416ac9017ccb3d7441194f7ddc491d3c7fc098ee01ac123359b179db9f9` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/concepts.md](../../../docs/concepts.md) | `1feb711d119adacb2fdd3eb7e17de24c0024010b9a0210c9ef5b15169a786fc4` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/getting-started.md](../../../docs/getting-started.md) | `c71b3dd97539a63d77d0db291f1108e93539aa4f06fe1eb91ab487cb6daf6566` | 22 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/glossary.md](../../../docs/glossary.md) | `afdd739fc56c5fb2f7d1b02d3d96034a4040728eca00e62b72c31972e3e389f8` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/README.md](../../../docs/README.md) | `e79445e693c962bce3787e570f5b0b927c054ebadcb46a87ce20dcf724aca3f1` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/reference/configuration.md](../../../docs/reference/configuration.md) | `0c3e664b91393b91db675abda8b3ab2e5e32306cebc01a2866f53abc39f38c93` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/reference/dependency-injection.md](../../../docs/reference/dependency-injection.md) | `338f0709f6f7030393281587bfa9ef5a8796ab7891e085f926c4d9006822ad95` | 21 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [docs/server/authn-authz.md](../../../docs/server/authn-authz.md) | `5f2ee4a41de421e6f9a34b5a116a20674aada705e2f3ea10e9c68cc20e053ad3` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/authorization-policies.md](../../../docs/server/authorization-policies.md) | `ae2f6ec9db8ebfac59aa9d50413705e8e3372cbdfa3cc2e8de819364b428982d` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/challenge-middleware.md](../../../docs/server/challenge-middleware.md) | `de74e6a136591432bc0fd6dd1513aec6b910e9f32e2dd885fec1c7cbd8319ecf` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/mission-governance.md](../../../docs/server/mission-governance.md) | `17830cf6d0ec0a8796c33836c4eede3a15ad438f6b8e2264aa35e8f5f2c7444e` | 11 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/multi-scheme-verification.md](../../../docs/server/multi-scheme-verification.md) | `72930aa707c23dd6093f13b5010c624614082b0fc1eb5365eec530eb7d483f36` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/replay-detection.md](../../../docs/server/replay-detection.md) | `d9df5332e730a02db7a96fbaa8196ba1b39fbd5cf31ffeeea63ce5f18a0f0acc` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/resource-metadata.md](../../../docs/server/resource-metadata.md) | `927d55bafc9297fb6ce643d6d4ca6c24bbb657642c806607fe76adff20ef1440` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/token-issuance.md](../../../docs/server/token-issuance.md) | `c5be8c30bc99526fa7a470dfc8bbedb065965c786fdc581f7d51c262fec9746c` | 10 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/server/verification-middleware.md](../../../docs/server/verification-middleware.md) | `01f7c20971d7da923c463677dfd434b7346446b7a941088d66535f990c3105fe` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/signing-modes/agent-identity-jwks-uri.md](../../../docs/signing-modes/agent-identity-jwks-uri.md) | `cc35de406dae7e253292c846ab811e39cb0d588ce95ff2a746baf13199aa6d0b` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/authorization-policies.md](../../../docs/server/authorization-policies.md) | `839277a6a22efbe606bdf3b4d25abe210b531868687b9f8ddb3b136423aec6da` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/challenge-middleware.md](../../../docs/server/challenge-middleware.md) | `db8922e5f17099872c602ba80b9ff8f403950ed6102506f16e4e0865d0c36eb4` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/mission-governance.md](../../../docs/server/mission-governance.md) | `3d46c7ddb87ce7f8d8c08f1f93ab3a9dccccaa48da3af664b9654d120096331a` | 11 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/multi-scheme-verification.md](../../../docs/server/multi-scheme-verification.md) | `470bccea51901c714b72972393bd5034b6fe473db93ec715e47299ca57574f05` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/replay-detection.md](../../../docs/server/replay-detection.md) | `fb5ae400497a31f5e677918c560549fec9f510c7c71fafdba505d336a257e63a` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/resource-metadata.md](../../../docs/server/resource-metadata.md) | `1f16f3c171ccfb2326f2c3ad79864966bb38d06da96c012167b5cad1199684d4` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/token-issuance.md](../../../docs/server/token-issuance.md) | `d3fdb12a8972ee24cc415a0c8b29c5e0a0af26149b05f05955e85cbc754337a5` | 10 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/server/verification-middleware.md](../../../docs/server/verification-middleware.md) | `fd3e30037530db2c5cd2446fbd5fca9267dcb6d5e5d461ef18b3f98bbb6d836e` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/signing-modes/agent-identity-jwks-uri.md](../../../docs/signing-modes/agent-identity-jwks-uri.md) | `3a091f0ee23e44c9f20e70033ef06a4a178931cd2193f967673bdd050dfe4f48` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [docs/signing-modes/agent-token-jwt.md](../../../docs/signing-modes/agent-token-jwt.md) | `f9faa98a9789e7a01b4c4900d09d41bec8e738db9351517f846d709e69c60749` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/signing-modes/key-rotation-jkt-jwt.md](../../../docs/signing-modes/key-rotation-jkt-jwt.md) | `2b614a442506f64b32df28862e7819b378021c90a21285cff78315f71fca5bb4` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/signing-modes/overview.md](../../../docs/signing-modes/overview.md) | `a57c592b04b26423a9c83ea840a2c62340e13e30f4b1c3a8c4b4962fb1714ddc` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/signing-modes/pseudonymous-hwk.md](../../../docs/signing-modes/pseudonymous-hwk.md) | `fca5591d10ee11a6d71b1e477da728f93f053138fae1d15b81e6cbaa05013a66` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/bootstrap-enrollment.md](../../../docs/workflows/bootstrap-enrollment.md) | `91eaabf3c0cc9985e549bfaa49a3d8422647570c64fcd15dd587105a00713922` | 13 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/call-chaining.md](../../../docs/workflows/call-chaining.md) | `2d27d68cadce792347ab7a2238284b9ce27d37c90a7d8eea5f9c40b26631e7a4` | 15 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/catalog-gateway.md](../../../docs/workflows/catalog-gateway.md) | `c00a9f3fce52700e52d0b72b1f7d04a1e04ad362e019443072454faf0c8def13` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/deferred-consent.md](../../../docs/workflows/deferred-consent.md) | `3243412d5e8456f36c663aa9694fe62d89cf3aeac763a92af84a6200898711de` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/document-release.md](../../../docs/workflows/document-release.md) | `447f40f072d46c108d42f39be0aeb5b935f3c4831e0d25197ae36e19e29429b0` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/events.md](../../../docs/workflows/events.md) | `d2dafcd0232d0598813f86426c19e69c134c369b8e4fcbbb27df1e63b9c430f9` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/federated-access.md](../../../docs/workflows/federated-access.md) | `0fd3290d9b9e83bce461deb281bda333fdab258b448253533d82e451520774a8` | 8 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/identity-based-access.md](../../../docs/workflows/identity-based-access.md) | `00dd710d62f8246947557a21c869f5e12b0ad7751e9ec1df1a19f64f50b45351` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/signing-modes/key-rotation-jkt-jwt.md](../../../docs/signing-modes/key-rotation-jkt-jwt.md) | `21a41a47f2d58204a66269b802afb5334a0fef582bbda4d3d9d292a927f58198` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/signing-modes/overview.md](../../../docs/signing-modes/overview.md) | `8c402f3ef1f2dc08937c7806cdf74046947c4e579dc6eec0ebff09a9d9b8aac5` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/signing-modes/pseudonymous-hwk.md](../../../docs/signing-modes/pseudonymous-hwk.md) | `5cf924fefe6e6963b4164bfd8c837b9cd97b45c4001ca25e61b9caa141a08a0a` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/bootstrap-enrollment.md](../../../docs/workflows/bootstrap-enrollment.md) | `27bf6151b0f21174a9a2d743a20d1f6d65dbc7137d9544f68c20e0c808a70abb` | 13 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/call-chaining.md](../../../docs/workflows/call-chaining.md) | `7d7352e290e90502288b6931540ed162feeafa614ff380414c23b28e5ad66245` | 15 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/catalog-gateway.md](../../../docs/workflows/catalog-gateway.md) | `ed0149edacdf405f88456bda7eb9ef9afc5471adf84a9515f68ea7133c47c5a0` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/deferred-consent.md](../../../docs/workflows/deferred-consent.md) | `d6b3c61d70f92e5b33b671d2845f15213d96f907ec96cbe831e793f3055ef477` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/document-release.md](../../../docs/workflows/document-release.md) | `eb92de0bffb8624c130d817cf509fc80f56cd8621c74b3ebc97267e03536d6ab` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/events.md](../../../docs/workflows/events.md) | `fdc15867af4b8f05f9da848debbc5171f61d05f6a527214172410940714f1cce` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/federated-access.md](../../../docs/workflows/federated-access.md) | `d2dde5ea6635511fdb0a1d58e550cab22c53aa2d8539ff20e208cda059f2298f` | 8 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/identity-based-access.md](../../../docs/workflows/identity-based-access.md) | `4d8d66f8a2b0243712e507d1ae9b69b6e084ff19fecedeb70c3da002c0f73e85` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [docs/workflows/mission-governed-access.md](../../../docs/workflows/mission-governed-access.md) | `a95d1fdf8b249e713b6c7008a5ed6a9cf2b365862bc87b0b1fc133fc735bdabd` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/ps-asserted-access.md](../../../docs/workflows/ps-asserted-access.md) | `0fccb4466129a83fb6a2244c7f00183039bc1512c4171f1bc96eb093ae7cc812` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/ps-asserted-access.md](../../../docs/workflows/ps-asserted-access.md) | `118eb2834848f07f503e90fb498d75bde09a079e0353440ce9a114b3125c7eb4` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [docs/workflows/resource-managed-access.md](../../../docs/workflows/resource-managed-access.md) | `40c6e59cc12817568da1da454109676146d3b2560216e364655d868f1f0d976c` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/rich-resource-requests.md](../../../docs/workflows/rich-resource-requests.md) | `26577f38824ddc7b324de8c56f766b58ec50d26b04571231ab943a0f036f5213` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [docs/workflows/wallet-protocol.md](../../../docs/workflows/wallet-protocol.md) | `c484f1e9ec9eeb000fbb0237af7c71bb3bb8a4e7493468ef2982a43c4f0b66ee` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [README.md](../../../README.md) | `8fc35fc29263734bedd5ba3965d59447a237cfffba48a709c5f5bedc3c29ea5a` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/AgentConsole/README.md](../../../samples/AgentConsole/README.md) | `67e7bc72a1cfd602dbafee19fb8d778217c7bc5556993358a1c39118d327c2d3` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/rich-resource-requests.md](../../../docs/workflows/rich-resource-requests.md) | `0097c6596a7e2af7398e7b861f66064712c4239cdfcbfb0b03bb750f3a7dbbe1` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [docs/workflows/wallet-protocol.md](../../../docs/workflows/wallet-protocol.md) | `46d4e2dbf771aeb15b27ac0ab75337551f0885f9a0fa647d128a57ccbd91e12f` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [README.md](../../../README.md) | `12324e8af0d574e512406b021e17296b9e0f11d5cb1dddd08914ac437a081ef0` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/AgentConsole/README.md](../../../samples/AgentConsole/README.md) | `c21e175a15f51a47cc9dfb61b95604be87ef3d7ff07e6551c3af14c3c8cd3321` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/CapabilitySupport/CatalogDemoSession.cs](../../../samples/CapabilitySupport/CatalogDemoSession.cs) | `7d85876514e7507734ac709e0a248f667ebc953556f376fb257ccb769e896072` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/CapabilitySupport/CatalogWalkthrough.razor](../../../samples/CapabilitySupport/CatalogWalkthrough.razor) | `b3b78e119e4162d6c5b8d276d6c1db1872d7dc26c93637ea0688649cddbbf307` | 6 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/CapabilitySupport/DocumentDemoSession.cs](../../../samples/CapabilitySupport/DocumentDemoSession.cs) | `5f7da17a59bc6107480eda61abf1f31b0a5db496d1172d8cdb9e43f7bef52b69` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | @@ -194,8 +190,8 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/CapabilitySupport/WalletDemoSession.cs](../../../samples/CapabilitySupport/WalletDemoSession.cs) | `7c089a34716fe5b2b117f742dbc72a41b65ef490edbc4833e4fc567868594d30` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/CapabilitySupport/WalletScenarioCode.cs](../../../samples/CapabilitySupport/WalletScenarioCode.cs) | `0fb481aa830d572831f73fb9efcbc147adfc502d14b5969731fb107fac685a18` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/CapabilitySupport/WalletWalkthrough.razor](../../../samples/CapabilitySupport/WalletWalkthrough.razor) | `fdd8dc0e39187665385f0cdcc376905d92c25a5296b2a7daeac5976d054c93ff` | 4 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/Concierge/README.md](../../../samples/Concierge/README.md) | `d79d5bfb6eb4335dd72ccfe127f337ea0dd44f128238544336d5891b14670f1e` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/EventAgent/README.md](../../../samples/EventAgent/README.md) | `c6847d346574a0d6202f3484395db4be0c76c0c481a9bda155456bba5d85d34d` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/Concierge/README.md](../../../samples/Concierge/README.md) | `6758baa5400c148a1c6e3ca72371eda0c973781aec2feb278f6395838c31eb03` | 5 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/EventAgent/README.md](../../../samples/EventAgent/README.md) | `f08fcb576a8ffbe4e39b6171a09a416ebea1f11f3704253814f70c34c00789b1` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/EventSupport/BookingsEvents.cs](../../../samples/EventSupport/BookingsEvents.cs) | `44bb15e27de374b4b82203810597478f7b06f2921dcb07e53c379099a37421a3` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/EventSupport/EventDemoCode.cs](../../../samples/EventSupport/EventDemoCode.cs) | `3b0579e1a24734977574104d8fc414576bb085c3c20d3df4baed6e1d7fde176d` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/EventSupport/EventDemoSession.cs](../../../samples/EventSupport/EventDemoSession.cs) | `8649d054f6819aa36018fb6d543fa3bf36ba81de38a2b85d128ec1c103746ad8` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | @@ -246,25 +242,25 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/GuidedTour/playwright-tests/sub-agent.spec.ts](../../../samples/GuidedTour/playwright-tests/sub-agent.spec.ts) | `7f3d9c6675e4e9a0ba8ba90204dd20f1b1bc1f9cb3d57ba2314e48394e50da48` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/GuidedTour/playwright-tests/wallet-protocol.spec.ts](../../../samples/GuidedTour/playwright-tests/wallet-protocol.spec.ts) | `72feebcce6d52c060d9d837a461779cdbf05147f30d57120d49d54bacf7ffadb` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/GuidedTour/Program.cs](../../../samples/GuidedTour/Program.cs) | `7e202e86234895cba29c3724db1aadcb9a6ba1ed4a2a7d7aed51c9280cdafbc1` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/GuidedTour/README.md](../../../samples/GuidedTour/README.md) | `07682d4fbd99fe233f341a68c9285262899216baa266fc0af1f862a60aeaf7df` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/GuidedTour/README.md](../../../samples/GuidedTour/README.md) | `9bc75aa9aa18b3c5ae22d70f3969e9a69ef97ea60b104ae006a7bfaff4335653` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/GuidedTour/StepRecord.cs](../../../samples/GuidedTour/StepRecord.cs) | `235fb340a44b5e51e9923b4f1f8049cf496b14b1f5abd128fccdd262a0025fc5` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/GuidedTour/TourOptions.cs](../../../samples/GuidedTour/TourOptions.cs) | `48a622fbd14e70eca05efd113ba4054a556aae778a1698ff4af42e58e626017c` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/GuidedTour/TourSession.cs](../../../samples/GuidedTour/TourSession.cs) | `87562c1a8d7f7a1dd7d218bf5f626b6bf8e669c33b3cd62d177571431931994f` | 7 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MissionAgent/README.md](../../../samples/MissionAgent/README.md) | `e74b1ef424c48cc1455f8a9a21177347e76dd9a29edc4941b6658a9657d24b78` | 9 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MockAccessServers/Federated/README.md](../../../samples/MockAccessServers/Federated/README.md) | `98de1a8e5f02905229f447409fa333356ceaaedc6fa720158eb666997fa2568f` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockAccessServers/README.md](../../../samples/MockAccessServers/README.md) | `d8ed18067fa622f87bc32d5ee75f5a40341bae6d58513a5e9ae06ef8e1637aca` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockAgentProvider/README.md](../../../samples/MockAgentProvider/README.md) | `ef1bddcaf9a7c65623f6c68b86bea89fee9c2f69e2bfbc5013489623ecd780a8` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockAccessServers/README.md](../../../samples/MockAccessServers/README.md) | `a6310cb5fb1c6f17ebcfd991a6ff8942c8ae148f193834e9011c163084643ead` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockAgentProvider/README.md](../../../samples/MockAgentProvider/README.md) | `2d2cd4debdb23d67bf76f206b0d32d90cc6b4e8c1ce3428bb1269b81cb51606d` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MockPersonServer/README.md](../../../samples/MockPersonServer/README.md) | `80b6124bff77cadcb3bec2f46e7aee2c898034b7cce23d7bc64c7d9ca8b531a6` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/Bookings/README.md](../../../samples/MockResourceServers/Bookings/README.md) | `c0a3edb6b2040da9e2cd14b51408dd98c39371da09d4e2ebf88959c95396640b` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/Bookings/README.md](../../../samples/MockResourceServers/Bookings/README.md) | `3042f0cd48cd6ae306ff0048817d2908bd6dbbe1efb091d08525c9400c885a45` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MockResourceServers/Calendar/README.md](../../../samples/MockResourceServers/Calendar/README.md) | `b76a58d4f22fc583d7b9fcb8b20a8c0f145ee01301f02c888adaa07df9e6ab5e` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/Catalog/README.md](../../../samples/MockResourceServers/Catalog/README.md) | `6097a897334dcf3fd68fadb6d3783646df8e39b92b5b28ea438520cbb58b6c96` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/Documents/README.md](../../../samples/MockResourceServers/Documents/README.md) | `786d6f9f717c94935cba36bb598f6f1625714928943ec61ddecebbf6c96711bc` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/Inbox/README.md](../../../samples/MockResourceServers/Inbox/README.md) | `fc04b4b88278971c8255b34d19d82fab15bf52e2776297631dd83b3e0c78a01d` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/Profile/README.md](../../../samples/MockResourceServers/Profile/README.md) | `b7d1a625a8d733b9be42dc018b114a926e78667f13a603e1926684c23865003d` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/MockResourceServers/README.md](../../../samples/MockResourceServers/README.md) | `44227cf793a83e71b23981f547c4254d272f6d04272986fcc0db0da25432130e` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/Catalog/README.md](../../../samples/MockResourceServers/Catalog/README.md) | `ffb28f56a564a2c64fc4966fdfeb8f45ebdaa763d4c58ff48df371443efcae87` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/Documents/README.md](../../../samples/MockResourceServers/Documents/README.md) | `d350af9b418ef168c945a76dcafcdd84610d09cacce7b6a9c7c3aa116f37f6ee` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/Inbox/README.md](../../../samples/MockResourceServers/Inbox/README.md) | `7c1b3c03609b462d6fb2d5dd7dc0dd361854aaecbe19f3065332bfb3dceaca75` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/Profile/README.md](../../../samples/MockResourceServers/Profile/README.md) | `e3a3b161e3bb91c7b37a93e0ef67b44b634106dc27c96f182f0a2b90602bf796` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/MockResourceServers/README.md](../../../samples/MockResourceServers/README.md) | `e377c2994a0918e519f0d966cd68e7fbe3091e8fceb1d7fb3d03517d85b197ba` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MockResourceServers/Trips/README.md](../../../samples/MockResourceServers/Trips/README.md) | `f56f07a80a7ee625890a235fdb8c9dc2be923eceb7d0fa9a0d73174be7c138b5` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/MockResourceServers/Wallet/README.md](../../../samples/MockResourceServers/Wallet/README.md) | `775677d1926810f9bb3d05b1c467778fb01284c6d94adb9b3d83d0b349bef121` | 2 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/README.md](../../../samples/README.md) | `693d7dc4a321f5f537c089e0e58c1d57e622dad72650706e3259e21893a605c2` | 25 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/README.md](../../../samples/README.md) | `bf0d1b9d9c36a00ca16497319abfe495cb093edbe7b66f32c9b9a89e808039c0` | 25 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/Components/_Imports.razor](../../../samples/SampleApp/Components/_Imports.razor) | `823cdc26fef5242268ac5c9dc8cdf4401845d6b04dfc56291e6cdf69c0e320ee` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/Components/App.razor](../../../samples/SampleApp/Components/App.razor) | `e28bc9f11a4329d2689a64520db6550c34aaf9c042c478ef46b88398fe6e707a` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/Components/ConsentProgress.razor](../../../samples/SampleApp/Components/ConsentProgress.razor) | `c1c9896ad52e8cae388cce2a7e58271d5e9549ef352c1f4f26c1e36fe52614d6` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | @@ -312,50 +308,50 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/SampleApp/playwright-tests/sub-agent.spec.ts](../../../samples/SampleApp/playwright-tests/sub-agent.spec.ts) | `ad5ee459206a8a5ae18d3a750efd64c2bd4f87a98619d062e0329a2692015fac` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/playwright-tests/wallet-protocol.spec.ts](../../../samples/SampleApp/playwright-tests/wallet-protocol.spec.ts) | `72feebcce6d52c060d9d837a461779cdbf05147f30d57120d49d54bacf7ffadb` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/Program.cs](../../../samples/SampleApp/Program.cs) | `0fb80602f73f4a896dc357cd4a00afeadaba5acbeed996949a3fd9283f739e24` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [samples/SampleApp/README.md](../../../samples/SampleApp/README.md) | `b9c56a48d83f08670a27c7f41942b1d5bfe265cd36dd26a09f58a94d88f3164b` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [samples/SampleApp/README.md](../../../samples/SampleApp/README.md) | `a0f1bf168f44fb6e0c676c806af1a4efe27524d5ffeaec3c98fe0246a39f7fa1` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | [samples/SampleApp/SelfIssuedIdentity.cs](../../../samples/SampleApp/SelfIssuedIdentity.cs) | `88edd595b97a4a0110fc3e14e640fe2b4ea3971eb345a5331b42935e2f84c558` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [src/AAuth.Events/README.md](../../../src/AAuth.Events/README.md) | `0da992d1c39c782c4305cca2f524899541c3fe56f9d7294ec8c72c5a7fc8e5a2` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [src/AAuth.R3/README.md](../../../src/AAuth.R3/README.md) | `a16beb43d4d9f09fe3a7e16b23124c2289cb0f0822c86735ea3a7b902fc8a637` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | -| [src/AAuth/README.md](../../../src/AAuth/README.md) | `a6ef1a5a99f89a65414c64492b700363a332cbc8faadf58dc6753e4979858268` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [src/AAuth.Events/README.md](../../../src/AAuth.Events/README.md) | `ae653b98dd2f96989fc50a86b7992c748a9c828a1c254ade36527c336dd2d637` | 0 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [src/AAuth.R3/README.md](../../../src/AAuth.R3/README.md) | `1f5d236ae2efd50261f8a9c1f2a536078346b54b0999868ec25c2573088f8d25` | 1 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | +| [src/AAuth/README.md](../../../src/AAuth/README.md) | `3e3895b53508029872da099fedf399d6412be9a2ad95b9d9e70a694f7c4def55` | 3 | Frozen source; links/patterns; blocks below; capability matrix for runtime/browser evidence | | Source Block | Format | SHA-256 | Result | Source and Behavior Evidence | |---|---|---|---|---| -| [docs/advanced/clarification-chat.md:fence-1](../../../docs/advanced/clarification-chat.md#L31) | csharp | `a4ed80747fcef5395f5f9cfb302f76b08708fd8bb257519412c80aff6ac5f387` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-2](../../../docs/advanced/clarification-chat.md#L48) | csharp | `3d48706ba81dd6793d079ff87bc78ea0e45a4e060a1085b320bd60249ffa8240` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-3](../../../docs/advanced/clarification-chat.md#L71) | csharp | `56a5ded3be3396c90a9ee5bb3ca87ff0619afb1c158869ee236c093b370bcff7` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-4](../../../docs/advanced/clarification-chat.md#L93) | csharp | `09245ab8937e93acd07c41116a7ea334fff2f49159c68ca5af667c020fbe502e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-5](../../../docs/advanced/clarification-chat.md#L113) | csharp | `5ab5ee90d6688193b9ae33605814a11548cd05b26264b5e32f1877dd5254f81e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-6](../../../docs/advanced/clarification-chat.md#L144) | csharp | `0cf257cfa82c7d74333f774a676f6db651632fc19000dd49a90f213c02561867` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/clarification-chat.md:fence-7](../../../docs/advanced/clarification-chat.md#L167) | csharp | `996af329c55564613fa136c5e9c5c5ad9594397241eb5139232d00be3f6d68ae` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-1](../../../docs/advanced/error-handling.md#L18) | csharp | `b90b6b447b0e931a4780a3d16df3de6663f680dc1d1e21ee62754844a215d79e` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-2](../../../docs/advanced/error-handling.md#L36) | csharp | `816fd2096186752170c1b4d66cd805105867ab77e07aed4b5ab080b7bbd8a6d8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-3](../../../docs/advanced/error-handling.md#L86) | http | `ccbecd7fad970b88c55c4a28c314eefed987d3f3d3664015fd07b1f64bf48ff9` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-4](../../../docs/advanced/error-handling.md#L98) | csharp | `c621e12028e33e14048d8520de1ba16de8a90171ad0f683cec2102e91f5ed649` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-5](../../../docs/advanced/error-handling.md#L117) | csharp | `ebb375166ad668577feb4c7a59af0dfcd44d3046509837154d13e3d814d37e67` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-6](../../../docs/advanced/error-handling.md#L132) | csharp | `841cf2031834dd4de7d47dd02d959a4b57316647e0f783cb4756f6bb46b20482` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-7](../../../docs/advanced/error-handling.md#L142) | csharp | `08ef98685b1db4d634f9f5fa48b275048d15aa02ce908ef5e64da529b9d48683` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-8](../../../docs/advanced/error-handling.md#L167) | csharp | `501ef76775d373fd0e3255fd299f9b35aa070650476a22fd1dd52ab507aec559` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-9](../../../docs/advanced/error-handling.md#L200) | csharp | `cb15e3f3d62c0eab29c03d263e5e220f0f88d4158b42842e54b882d9fb842022` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-10](../../../docs/advanced/error-handling.md#L216) | csharp | `f5a3d6c38b64aee40a2648d1386e553ef636a055b97a8cdff713e9b3f4e0fa05` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-11](../../../docs/advanced/error-handling.md#L234) | csharp | `5a5ccd42790bf4f7b9f633db917b884021350cfdc655daa4592db49b8cc49f83` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-12](../../../docs/advanced/error-handling.md#L246) | csharp | `8906ec5cd5900725d63e1205dde7c4be5e15f077694b5a9a13cddcaa1555fba9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-13](../../../docs/advanced/error-handling.md#L280) | csharp | `82c84a1cf9197eb47887e684511942e52266371354cf78807f643a8bcf319310` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-14](../../../docs/advanced/error-handling.md#L290) | csharp | `ca74fa00f6a3e40e644fb3088a109e7a3997584be540a8d0e61b870dfac16e7e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-15](../../../docs/advanced/error-handling.md#L311) | csharp | `1d857fef0e313b9c8ae9797157cb0cc0f7bef3fae7334d3267fd5a773d7ca9ea` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-16](../../../docs/advanced/error-handling.md#L340) | csharp | `f20b4e55cd9acef5619bdd7b500b1daf34893d76e3a18ed2dc2404127b7bbd80` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/error-handling.md:fence-17](../../../docs/advanced/error-handling.md#L352) | csharp | `69087d67b02e6bffbca2985aa9578940aa1fd60a49359e576c260b7cc71ce79b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-1](../../../docs/advanced/interaction-chaining.md#L29) | mermaid | `284f82b2ee78ef3de7488520e693eaa2abc4386583910d3db3358edbde20207c` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-2](../../../docs/advanced/interaction-chaining.md#L63) | csharp | `7a3019d1d5ebe77cd8b551a9955e4cd845fce68cc8551ba8fbf405f1e6cc2f7a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-3](../../../docs/advanced/interaction-chaining.md#L114) | csharp | `6220ff6f771ec69523c3118b98d95d91458ec12e47a5889f5c63bb6c6fc1ce8b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-4](../../../docs/advanced/interaction-chaining.md#L132) | csharp | `255b5eb76791588321b49a28cfb8a09e6b5c85874677ba37600094b038d97a76` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-5](../../../docs/advanced/interaction-chaining.md#L170) | csharp | `281a2725644aaed47026152611d8795358af274fd6c5cee081a179e1d645f8f0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/interaction-chaining.md:fence-6](../../../docs/advanced/interaction-chaining.md#L198) | csharp | `12ce99401466e0c304088f0ce982ef82aadb97a2df7a2ac2f7edd2b33c2f32a9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-1](../../../docs/advanced/key-management.md#L18) | csharp | `6d741b13f2529d165d75874569c3f000c304ecb9c948153b7f43af837c9082cc` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-2](../../../docs/advanced/key-management.md#L34) | csharp | `6fd5ae59073ba7176ae15702664b8a8436c545c2ebbd0778e4c53f5c9c770a83` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-3](../../../docs/advanced/key-management.md#L44) | csharp | `b0b8acd9af234ff216fee116a9388a52ba3da03bb610d050974c8d6d333aaff5` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-4](../../../docs/advanced/key-management.md#L67) | csharp | `25b46fad5d4d904f30f3969f61036abe22383373aa0cb94b7e586ae57c437f41` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-5](../../../docs/advanced/key-management.md#L90) | | `28c8b0984d9766f2dc943abd90050e9cb47a7d9be5211f102ddc71256c9c0e92` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/key-management.md:fence-6](../../../docs/advanced/key-management.md#L113) | csharp | `51e9b70c02a4467f9fc5033a9050f90ff0899fd75bd8a38a4f1effb5ae48fc4c` | External template: Azure.Security.KeyVault.Secrets/Azure.Core required; exportable Ed25519 secrets, not HSM signing; syntax checked only. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-1](../../../docs/advanced/clarification-chat.md#L28) | csharp | `a4ed80747fcef5395f5f9cfb302f76b08708fd8bb257519412c80aff6ac5f387` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-2](../../../docs/advanced/clarification-chat.md#L45) | csharp | `3d48706ba81dd6793d079ff87bc78ea0e45a4e060a1085b320bd60249ffa8240` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-3](../../../docs/advanced/clarification-chat.md#L68) | csharp | `56a5ded3be3396c90a9ee5bb3ca87ff0619afb1c158869ee236c093b370bcff7` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-4](../../../docs/advanced/clarification-chat.md#L90) | csharp | `09245ab8937e93acd07c41116a7ea334fff2f49159c68ca5af667c020fbe502e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-5](../../../docs/advanced/clarification-chat.md#L110) | csharp | `5ab5ee90d6688193b9ae33605814a11548cd05b26264b5e32f1877dd5254f81e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-6](../../../docs/advanced/clarification-chat.md#L141) | csharp | `0cf257cfa82c7d74333f774a676f6db651632fc19000dd49a90f213c02561867` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/clarification-chat.md:fence-7](../../../docs/advanced/clarification-chat.md#L164) | csharp | `996af329c55564613fa136c5e9c5c5ad9594397241eb5139232d00be3f6d68ae` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-1](../../../docs/advanced/error-handling.md#L15) | csharp | `b90b6b447b0e931a4780a3d16df3de6663f680dc1d1e21ee62754844a215d79e` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-2](../../../docs/advanced/error-handling.md#L33) | csharp | `816fd2096186752170c1b4d66cd805105867ab77e07aed4b5ab080b7bbd8a6d8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-3](../../../docs/advanced/error-handling.md#L83) | http | `ccbecd7fad970b88c55c4a28c314eefed987d3f3d3664015fd07b1f64bf48ff9` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-4](../../../docs/advanced/error-handling.md#L95) | csharp | `c621e12028e33e14048d8520de1ba16de8a90171ad0f683cec2102e91f5ed649` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-5](../../../docs/advanced/error-handling.md#L114) | csharp | `ebb375166ad668577feb4c7a59af0dfcd44d3046509837154d13e3d814d37e67` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-6](../../../docs/advanced/error-handling.md#L129) | csharp | `841cf2031834dd4de7d47dd02d959a4b57316647e0f783cb4756f6bb46b20482` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-7](../../../docs/advanced/error-handling.md#L139) | csharp | `08ef98685b1db4d634f9f5fa48b275048d15aa02ce908ef5e64da529b9d48683` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-8](../../../docs/advanced/error-handling.md#L164) | csharp | `501ef76775d373fd0e3255fd299f9b35aa070650476a22fd1dd52ab507aec559` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-9](../../../docs/advanced/error-handling.md#L197) | csharp | `cb15e3f3d62c0eab29c03d263e5e220f0f88d4158b42842e54b882d9fb842022` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-10](../../../docs/advanced/error-handling.md#L213) | csharp | `f5a3d6c38b64aee40a2648d1386e553ef636a055b97a8cdff713e9b3f4e0fa05` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-11](../../../docs/advanced/error-handling.md#L231) | csharp | `5a5ccd42790bf4f7b9f633db917b884021350cfdc655daa4592db49b8cc49f83` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-12](../../../docs/advanced/error-handling.md#L243) | csharp | `8906ec5cd5900725d63e1205dde7c4be5e15f077694b5a9a13cddcaa1555fba9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-13](../../../docs/advanced/error-handling.md#L277) | csharp | `82c84a1cf9197eb47887e684511942e52266371354cf78807f643a8bcf319310` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-14](../../../docs/advanced/error-handling.md#L287) | csharp | `ca74fa00f6a3e40e644fb3088a109e7a3997584be540a8d0e61b870dfac16e7e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-15](../../../docs/advanced/error-handling.md#L308) | csharp | `1d857fef0e313b9c8ae9797157cb0cc0f7bef3fae7334d3267fd5a773d7ca9ea` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-16](../../../docs/advanced/error-handling.md#L337) | csharp | `f20b4e55cd9acef5619bdd7b500b1daf34893d76e3a18ed2dc2404127b7bbd80` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/error-handling.md:fence-17](../../../docs/advanced/error-handling.md#L349) | csharp | `69087d67b02e6bffbca2985aa9578940aa1fd60a49359e576c260b7cc71ce79b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-1](../../../docs/advanced/interaction-chaining.md#L26) | mermaid | `284f82b2ee78ef3de7488520e693eaa2abc4386583910d3db3358edbde20207c` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-2](../../../docs/advanced/interaction-chaining.md#L60) | csharp | `7a3019d1d5ebe77cd8b551a9955e4cd845fce68cc8551ba8fbf405f1e6cc2f7a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-3](../../../docs/advanced/interaction-chaining.md#L111) | csharp | `6220ff6f771ec69523c3118b98d95d91458ec12e47a5889f5c63bb6c6fc1ce8b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-4](../../../docs/advanced/interaction-chaining.md#L129) | csharp | `255b5eb76791588321b49a28cfb8a09e6b5c85874677ba37600094b038d97a76` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-5](../../../docs/advanced/interaction-chaining.md#L167) | csharp | `281a2725644aaed47026152611d8795358af274fd6c5cee081a179e1d645f8f0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/interaction-chaining.md:fence-6](../../../docs/advanced/interaction-chaining.md#L195) | csharp | `12ce99401466e0c304088f0ce982ef82aadb97a2df7a2ac2f7edd2b33c2f32a9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-1](../../../docs/advanced/key-management.md#L15) | csharp | `6d741b13f2529d165d75874569c3f000c304ecb9c948153b7f43af837c9082cc` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-2](../../../docs/advanced/key-management.md#L31) | csharp | `6fd5ae59073ba7176ae15702664b8a8436c545c2ebbd0778e4c53f5c9c770a83` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-3](../../../docs/advanced/key-management.md#L41) | csharp | `b0b8acd9af234ff216fee116a9388a52ba3da03bb610d050974c8d6d333aaff5` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-4](../../../docs/advanced/key-management.md#L64) | csharp | `25b46fad5d4d904f30f3969f61036abe22383373aa0cb94b7e586ae57c437f41` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-5](../../../docs/advanced/key-management.md#L87) | | `28c8b0984d9766f2dc943abd90050e9cb47a7d9be5211f102ddc71256c9c0e92` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/key-management.md:fence-6](../../../docs/advanced/key-management.md#L110) | csharp | `51e9b70c02a4467f9fc5033a9050f90ff0899fd75bd8a38a4f1effb5ae48fc4c` | External template: Azure.Security.KeyVault.Secrets/Azure.Core required; exportable Ed25519 secrets, not HSM signing; syntax checked only. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/advanced/mission-governance-clients.md:fence-1](../../../docs/advanced/mission-governance-clients.md#L31) | csharp | `efdbe174b33afb74f569257eb3d4c8d184bc9ea975fc766084feda203cf031b4` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/advanced/mission-governance-clients.md:fence-2](../../../docs/advanced/mission-governance-clients.md#L44) | csharp | `6f3135e9e2d7ea058beec05e9530df7a7cb123190d71215d855b317337f616d9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/advanced/mission-governance-clients.md:fence-3](../../../docs/advanced/mission-governance-clients.md#L60) | csharp | `a48971348935a3cae7eb7f3508db800130ca1fc4343d0e2e38ea72b8aa60e542` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | @@ -364,66 +360,66 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [docs/advanced/mission-governance-clients.md:fence-6](../../../docs/advanced/mission-governance-clients.md#L130) | csharp | `028bd539ef3847cb7f3254967acf57da1229a2b561f0ed696803e1eec9c641d9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/advanced/mission-governance-clients.md:fence-7](../../../docs/advanced/mission-governance-clients.md#L144) | csharp | `780705db94fdf70e18c9cf3449ad811a9030213b253986eb2a30021aa5425ff8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/advanced/mission-governance-clients.md:fence-8](../../../docs/advanced/mission-governance-clients.md#L165) | csharp | `1418a3bf2ae5c4b9348579678d017d88dcbef097e81d53247dc318a3c55fe250` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-1](../../../docs/advanced/missions.md#L34) | csharp | `49ed2a5623aca7077ae8d065351f5e7cd0cdf35ac656746b9e23c31e25c8e3f3` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-2](../../../docs/advanced/missions.md#L67) | csharp | `a41e7437fc3cef7a2bea845e0ab792ecdddd72539f71943f7b204e73fe51d897` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-3](../../../docs/advanced/missions.md#L109) | csharp | `3df45ba3c240de9d88f78a10fd51b3efad742540376f042669e5ab1dfa31b48d` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-4](../../../docs/advanced/missions.md#L121) | csharp | `bcf8f493220c24c8b5d94cce0326371d79c1119d04accc0c814f274e151cbf87` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-5](../../../docs/advanced/missions.md#L140) | csharp | `305297811b39b19d80697387c2dec2677362ae9faded0c7958ea2de8ace5e398` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-6](../../../docs/advanced/missions.md#L169) | csharp | `188bc37ad492480035a393e9b43a44a9dcac7064d6674b3ead130f08d4d90eb0` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-7](../../../docs/advanced/missions.md#L181) | mermaid | `bb6f6b28504d3acb217f376b5f16091121e38f8c9b9f5f01679915ed4ad51b2e` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-8](../../../docs/advanced/missions.md#L215) | csharp | `7464f004c9a8ca20c1893193275825e889707abe09198b89dc5b5501759037d5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/missions.md:fence-9](../../../docs/advanced/missions.md#L228) | text | `a88cd455dcef944cb8445c45a877f991b5504ecf69a9e7d2c949cb30fc76daac` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/observability.md:fence-1](../../../docs/advanced/observability.md#L12) | csharp | `580bf5eab70345ad556ffd28294e727760cc4b6bade60b040fd7cc7a491ac0b5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/observability.md:fence-2](../../../docs/advanced/observability.md#L22) | csharp | `3151e23b6f0031bcded6574b4f3da255f5341ca4391e780911527181a1030771` | External template: OpenTelemetry.Extensions.Hosting and Instrumentation.AspNetCore required; syntax checked, exporter not executed. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/observability.md:fence-3](../../../docs/advanced/observability.md#L59) | csharp | `798d0d42550fbd10cf49abf6ef6e8df5d093a11fc41972897fd8ae980628d0f5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/platform-attestation.md:fence-1](../../../docs/advanced/platform-attestation.md#L17) | csharp | `5f0a5359571fd1461426619bc4d32f13764043fc5e24ee4bc8f15217c827fae1` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/platform-attestation.md:fence-2](../../../docs/advanced/platform-attestation.md#L31) | csharp | `9b313bcd8558ce1251841ebbc6c6b2c2e37b4a3a03c5f019224544b9069fc86b` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/platform-attestation.md:fence-3](../../../docs/advanced/platform-attestation.md#L48) | csharp | `1dc43d75de0eb95c1f32b908f357d85a1d9ad32bfcf60c431d70dfabee7a8158` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/platform-attestation.md:fence-4](../../../docs/advanced/platform-attestation.md#L68) | csharp | `9232f368dc3371617c75a4b84ff7f4b80b99c009bb5453b17b9f60fa62792e98` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/advanced/platform-attestation.md:fence-5](../../../docs/advanced/platform-attestation.md#L90) | csharp | `2d5f0b4c92a5fe1c59331dce06dace510e5ca73a4a49b73403ba109f6be1cd8e` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-1](../../../docs/getting-started.md#L14) | bash | `ef50764cc25e3e18dd0b4c55c31a13f834f879894febe875678dac6074841afa` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-2](../../../docs/getting-started.md#L27) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-3](../../../docs/getting-started.md#L33) | bash | `e50a89f02b3bad70993b022f4c22f61a62dbe565d12e9bdc6b486b7583a2ea2c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-4](../../../docs/getting-started.md#L39) | csharp | `fdd60869af1dfb8ab381603e337611198f55a2506ad74889aebebed5316140bb` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-5](../../../docs/getting-started.md#L53) | csharp | `e39ae84ba1b8c3819aef5926b5d5ebd84a1e8fc6cf02948b611202ad115bd63d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-6](../../../docs/getting-started.md#L73) | csharp | `0ea3e6805ef7a90688ffc97b13131d560d567f310360c431021125756b9bcd9a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-7](../../../docs/getting-started.md#L79) | csharp | `5960157c66ffe688cc5ad122ad57230b892b68aa277b6bceefd3f6998ec211c3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-8](../../../docs/getting-started.md#L160) | mermaid | `baf95089d13daa4036817f12c4e67dcd863eaed958d2018e3844cfa0a96d4292` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-9](../../../docs/getting-started.md#L188) | | `eb01c7967541362e3afb1cecff31a8713c18e716466e0234012e6611606576fa` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-10](../../../docs/getting-started.md#L200) | | `48d6fb39e4dc579ef29f14e50612784f39408696587c2e23011298b2eb5b75d0` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-11](../../../docs/getting-started.md#L211) | | `1f4fbf16c1468961c423dbc74f9c2a8e024dd44802699999395281105cccd70b` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-12](../../../docs/getting-started.md#L247) | | `cd698a34a22c0b50bcb6803b9f9ed6b74ee8c3950951156c11904c9718e68b11` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-13](../../../docs/getting-started.md#L268) | csharp | `9a34bcbff8eb333aedc12cfec84bad279eb1944649999e0a51b417fe5e5efd4b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-14](../../../docs/getting-started.md#L303) | csharp | `bf7e6c927c5099e70d863fdb3abf0d8a59d72cc60487699572fbf4fd5943a8fe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-15](../../../docs/getting-started.md#L356) | csharp | `815116ab3b876deda6d446d52e32cb017148a92a72e054b51c020e336cb07f99` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-16](../../../docs/getting-started.md#L389) | csharp | `c7e55b35db9cc239045a5b55c3a6ba5da77a3293007945e7db7cbc5edfa733f2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-17](../../../docs/getting-started.md#L413) | csharp | `5670e98a75b023849a96ab6182395ac705086046f4e89586bf76a998d818015e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-18](../../../docs/getting-started.md#L440) | csharp | `842dfef2e85d1763e1042a9e57be29e8782732e70cc0854bc919efc70de631d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-19](../../../docs/getting-started.md#L457) | csharp | `9f60ec93e3b0c797ead5e2aebeb7555457724493f97a3e481fa93976e04dadc5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-20](../../../docs/getting-started.md#L478) | csharp | `3e472b560545dca1df07338fb1f26d953846633f898e4ff6d3b962ec09e0e7b6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-21](../../../docs/getting-started.md#L488) | csharp | `83299b5e1a81413e1fb64034d4014ed4bb1e6253c6357322d97dee95bdc0494f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/getting-started.md:fence-22](../../../docs/getting-started.md#L500) | csharp | `8835ac263e42b64cc7f701f5265ee0463426e334e5b00393517d9c8f578daa12` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-1](../../../docs/reference/dependency-injection.md#L17) | mermaid | `455bbf63be35823e1a78e6fc393f6639a8ed375c5a8ea02a271cf2e97f926cf9` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-2](../../../docs/reference/dependency-injection.md#L38) | csharp | `20ca3d8586178c959b0dfaa8577c654676c9b22af197367cc7a2e007287af1cf` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-3](../../../docs/reference/dependency-injection.md#L52) | csharp | `021e28bc6431dfd94d6ffc078e3ba0aa2a18f598dde147c3f37daf8e4cb1413e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-4](../../../docs/reference/dependency-injection.md#L79) | csharp | `acd465c404a3d1660089ae581ad10210e7cbb876b7f26feeb05b4e4ce42be95f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-5](../../../docs/reference/dependency-injection.md#L98) | csharp | `5e07151f9755899dfd4af7ae0d58236949936302782ed06192ad9f094dcfbd8e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-6](../../../docs/reference/dependency-injection.md#L111) | csharp | `3c963124d1ac2f531900c8d6ffc59d7695d461cbf3c70ff482dcdb4c442cd866` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-7](../../../docs/reference/dependency-injection.md#L133) | csharp | `5b292a527f744ebd5e5e39deef44498b77e8f26bb0be8458da52bce48410c59d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-8](../../../docs/reference/dependency-injection.md#L148) | csharp | `3d5b8de139324bd96efd8fc1411093a91c52f2fd9a338d33015c11754621baa5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-9](../../../docs/reference/dependency-injection.md#L177) | csharp | `c4f1d3b698fdfc0cc22983a873836946e0df9f3c4caf72d85a8185aff5d06964` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-10](../../../docs/reference/dependency-injection.md#L198) | csharp | `198b6467ce8bcac52f8b8e719ab21ec65ebb0b11a3163a9f4522d5fad45fc73f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-11](../../../docs/reference/dependency-injection.md#L213) | csharp | `4cc78410ae269781a904c5b0dedc95ffa3992dcd54d10e559a95b1d86f65b635` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-12](../../../docs/reference/dependency-injection.md#L243) | csharp | `dd6961c7c02d11eb158877fc28438f3788f50c3976913ff05bd99f149f292bfb` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-13](../../../docs/reference/dependency-injection.md#L257) | csharp | `7679f84ae0484423e6390b189bc90d7446c697bcc12a9c29c2bc944dacca3bf0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-14](../../../docs/reference/dependency-injection.md#L275) | csharp | `39b84a4388bc01120f6e8d2442038dcfbb9b22b84580cca14793d55235e403f1` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-15](../../../docs/reference/dependency-injection.md#L296) | csharp | `a9031441b0d87d0387f6ae57a86edb03d0ec44950e712814f75c5026a3368c09` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-16](../../../docs/reference/dependency-injection.md#L393) | csharp | `96ba19a19570f52f6c4aacef087ea698418df8cfd4c12ea3acfe64c16abe18f0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-17](../../../docs/reference/dependency-injection.md#L431) | csharp | `b587ff35a648f396515a0d3176d4873dc0dcd01aa4c0b403903dc43081aa07c6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-18](../../../docs/reference/dependency-injection.md#L442) | csharp | `36332bd1f0cb2b64c873f3fa4fcdcc10a9525dee3af912e4d298384193de2d62` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-19](../../../docs/reference/dependency-injection.md#L463) | csharp | `ec41bcb8faccf47f73ad64a763c4feeaca99f8392c9e0ce9c418b541ff7c87a0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-20](../../../docs/reference/dependency-injection.md#L476) | csharp | `0edad43d25137f2fcf8b06fd5e1b2f6fdc68ace037840a6ec6dfd55fc8af295b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/reference/dependency-injection.md:fence-21](../../../docs/reference/dependency-injection.md#L490) | csharp | `667116e1927a7a50ab35c729e4ad3b29a29b96769c22f97d7c55cc24cd8d8d6c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-1](../../../docs/advanced/missions.md#L31) | csharp | `49ed2a5623aca7077ae8d065351f5e7cd0cdf35ac656746b9e23c31e25c8e3f3` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-2](../../../docs/advanced/missions.md#L64) | csharp | `a41e7437fc3cef7a2bea845e0ab792ecdddd72539f71943f7b204e73fe51d897` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-3](../../../docs/advanced/missions.md#L106) | csharp | `3df45ba3c240de9d88f78a10fd51b3efad742540376f042669e5ab1dfa31b48d` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-4](../../../docs/advanced/missions.md#L118) | csharp | `bcf8f493220c24c8b5d94cce0326371d79c1119d04accc0c814f274e151cbf87` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-5](../../../docs/advanced/missions.md#L137) | csharp | `305297811b39b19d80697387c2dec2677362ae9faded0c7958ea2de8ace5e398` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-6](../../../docs/advanced/missions.md#L166) | csharp | `188bc37ad492480035a393e9b43a44a9dcac7064d6674b3ead130f08d4d90eb0` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-7](../../../docs/advanced/missions.md#L178) | mermaid | `bb6f6b28504d3acb217f376b5f16091121e38f8c9b9f5f01679915ed4ad51b2e` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-8](../../../docs/advanced/missions.md#L212) | csharp | `7464f004c9a8ca20c1893193275825e889707abe09198b89dc5b5501759037d5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/missions.md:fence-9](../../../docs/advanced/missions.md#L225) | text | `a88cd455dcef944cb8445c45a877f991b5504ecf69a9e7d2c949cb30fc76daac` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/observability.md:fence-1](../../../docs/advanced/observability.md#L9) | csharp | `580bf5eab70345ad556ffd28294e727760cc4b6bade60b040fd7cc7a491ac0b5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/observability.md:fence-2](../../../docs/advanced/observability.md#L19) | csharp | `3151e23b6f0031bcded6574b4f3da255f5341ca4391e780911527181a1030771` | External template: OpenTelemetry.Extensions.Hosting and Instrumentation.AspNetCore required; syntax checked, exporter not executed. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/observability.md:fence-3](../../../docs/advanced/observability.md#L56) | csharp | `798d0d42550fbd10cf49abf6ef6e8df5d093a11fc41972897fd8ae980628d0f5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/platform-attestation.md:fence-1](../../../docs/advanced/platform-attestation.md#L14) | csharp | `5f0a5359571fd1461426619bc4d32f13764043fc5e24ee4bc8f15217c827fae1` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/platform-attestation.md:fence-2](../../../docs/advanced/platform-attestation.md#L28) | csharp | `9b313bcd8558ce1251841ebbc6c6b2c2e37b4a3a03c5f019224544b9069fc86b` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/platform-attestation.md:fence-3](../../../docs/advanced/platform-attestation.md#L45) | csharp | `1dc43d75de0eb95c1f32b908f357d85a1d9ad32bfcf60c431d70dfabee7a8158` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/platform-attestation.md:fence-4](../../../docs/advanced/platform-attestation.md#L65) | csharp | `9232f368dc3371617c75a4b84ff7f4b80b99c009bb5453b17b9f60fa62792e98` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/advanced/platform-attestation.md:fence-5](../../../docs/advanced/platform-attestation.md#L87) | csharp | `2d5f0b4c92a5fe1c59331dce06dace510e5ca73a4a49b73403ba109f6be1cd8e` | Illustrative platform adapter: IWebAuthnService/DeviceCheck are host placeholders; IPlatformAttestor signature checked separately; no hardware or AP challenge/retry claim. | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-1](../../../docs/getting-started.md#L11) | bash | `ef50764cc25e3e18dd0b4c55c31a13f834f879894febe875678dac6074841afa` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-2](../../../docs/getting-started.md#L24) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-3](../../../docs/getting-started.md#L30) | bash | `e50a89f02b3bad70993b022f4c22f61a62dbe565d12e9bdc6b486b7583a2ea2c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-4](../../../docs/getting-started.md#L36) | csharp | `fdd60869af1dfb8ab381603e337611198f55a2506ad74889aebebed5316140bb` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-5](../../../docs/getting-started.md#L50) | csharp | `e39ae84ba1b8c3819aef5926b5d5ebd84a1e8fc6cf02948b611202ad115bd63d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-6](../../../docs/getting-started.md#L70) | csharp | `0ea3e6805ef7a90688ffc97b13131d560d567f310360c431021125756b9bcd9a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-7](../../../docs/getting-started.md#L76) | csharp | `5960157c66ffe688cc5ad122ad57230b892b68aa277b6bceefd3f6998ec211c3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-8](../../../docs/getting-started.md#L157) | mermaid | `baf95089d13daa4036817f12c4e67dcd863eaed958d2018e3844cfa0a96d4292` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-9](../../../docs/getting-started.md#L185) | | `eb01c7967541362e3afb1cecff31a8713c18e716466e0234012e6611606576fa` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-10](../../../docs/getting-started.md#L197) | | `48d6fb39e4dc579ef29f14e50612784f39408696587c2e23011298b2eb5b75d0` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-11](../../../docs/getting-started.md#L208) | | `1f4fbf16c1468961c423dbc74f9c2a8e024dd44802699999395281105cccd70b` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-12](../../../docs/getting-started.md#L244) | | `cd698a34a22c0b50bcb6803b9f9ed6b74ee8c3950951156c11904c9718e68b11` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-13](../../../docs/getting-started.md#L265) | csharp | `9a34bcbff8eb333aedc12cfec84bad279eb1944649999e0a51b417fe5e5efd4b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-14](../../../docs/getting-started.md#L300) | csharp | `bf7e6c927c5099e70d863fdb3abf0d8a59d72cc60487699572fbf4fd5943a8fe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-15](../../../docs/getting-started.md#L353) | csharp | `815116ab3b876deda6d446d52e32cb017148a92a72e054b51c020e336cb07f99` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-16](../../../docs/getting-started.md#L386) | csharp | `c7e55b35db9cc239045a5b55c3a6ba5da77a3293007945e7db7cbc5edfa733f2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-17](../../../docs/getting-started.md#L410) | csharp | `5670e98a75b023849a96ab6182395ac705086046f4e89586bf76a998d818015e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-18](../../../docs/getting-started.md#L437) | csharp | `842dfef2e85d1763e1042a9e57be29e8782732e70cc0854bc919efc70de631d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-19](../../../docs/getting-started.md#L454) | csharp | `9f60ec93e3b0c797ead5e2aebeb7555457724493f97a3e481fa93976e04dadc5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-20](../../../docs/getting-started.md#L475) | csharp | `3e472b560545dca1df07338fb1f26d953846633f898e4ff6d3b962ec09e0e7b6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-21](../../../docs/getting-started.md#L485) | csharp | `83299b5e1a81413e1fb64034d4014ed4bb1e6253c6357322d97dee95bdc0494f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/getting-started.md:fence-22](../../../docs/getting-started.md#L497) | csharp | `8835ac263e42b64cc7f701f5265ee0463426e334e5b00393517d9c8f578daa12` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-1](../../../docs/reference/dependency-injection.md#L14) | mermaid | `455bbf63be35823e1a78e6fc393f6639a8ed375c5a8ea02a271cf2e97f926cf9` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-2](../../../docs/reference/dependency-injection.md#L35) | csharp | `20ca3d8586178c959b0dfaa8577c654676c9b22af197367cc7a2e007287af1cf` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-3](../../../docs/reference/dependency-injection.md#L49) | csharp | `021e28bc6431dfd94d6ffc078e3ba0aa2a18f598dde147c3f37daf8e4cb1413e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-4](../../../docs/reference/dependency-injection.md#L76) | csharp | `acd465c404a3d1660089ae581ad10210e7cbb876b7f26feeb05b4e4ce42be95f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-5](../../../docs/reference/dependency-injection.md#L95) | csharp | `5e07151f9755899dfd4af7ae0d58236949936302782ed06192ad9f094dcfbd8e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-6](../../../docs/reference/dependency-injection.md#L108) | csharp | `3c963124d1ac2f531900c8d6ffc59d7695d461cbf3c70ff482dcdb4c442cd866` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-7](../../../docs/reference/dependency-injection.md#L130) | csharp | `5b292a527f744ebd5e5e39deef44498b77e8f26bb0be8458da52bce48410c59d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-8](../../../docs/reference/dependency-injection.md#L145) | csharp | `3d5b8de139324bd96efd8fc1411093a91c52f2fd9a338d33015c11754621baa5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-9](../../../docs/reference/dependency-injection.md#L174) | csharp | `c4f1d3b698fdfc0cc22983a873836946e0df9f3c4caf72d85a8185aff5d06964` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-10](../../../docs/reference/dependency-injection.md#L195) | csharp | `198b6467ce8bcac52f8b8e719ab21ec65ebb0b11a3163a9f4522d5fad45fc73f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-11](../../../docs/reference/dependency-injection.md#L210) | csharp | `4cc78410ae269781a904c5b0dedc95ffa3992dcd54d10e559a95b1d86f65b635` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-12](../../../docs/reference/dependency-injection.md#L240) | csharp | `dd6961c7c02d11eb158877fc28438f3788f50c3976913ff05bd99f149f292bfb` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-13](../../../docs/reference/dependency-injection.md#L254) | csharp | `7679f84ae0484423e6390b189bc90d7446c697bcc12a9c29c2bc944dacca3bf0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-14](../../../docs/reference/dependency-injection.md#L272) | csharp | `39b84a4388bc01120f6e8d2442038dcfbb9b22b84580cca14793d55235e403f1` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-15](../../../docs/reference/dependency-injection.md#L293) | csharp | `a9031441b0d87d0387f6ae57a86edb03d0ec44950e712814f75c5026a3368c09` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-16](../../../docs/reference/dependency-injection.md#L390) | csharp | `96ba19a19570f52f6c4aacef087ea698418df8cfd4c12ea3acfe64c16abe18f0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-17](../../../docs/reference/dependency-injection.md#L428) | csharp | `b587ff35a648f396515a0d3176d4873dc0dcd01aa4c0b403903dc43081aa07c6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-18](../../../docs/reference/dependency-injection.md#L439) | csharp | `36332bd1f0cb2b64c873f3fa4fcdcc10a9525dee3af912e4d298384193de2d62` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-19](../../../docs/reference/dependency-injection.md#L460) | csharp | `ec41bcb8faccf47f73ad64a763c4feeaca99f8392c9e0ce9c418b541ff7c87a0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-20](../../../docs/reference/dependency-injection.md#L473) | csharp | `0edad43d25137f2fcf8b06fd5e1b2f6fdc68ace037840a6ec6dfd55fc8af295b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/reference/dependency-injection.md:fence-21](../../../docs/reference/dependency-injection.md#L487) | csharp | `667116e1927a7a50ab35c729e4ad3b29a29b96769c22f97d7c55cc24cd8d8d6c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/server/authn-authz.md:fence-1](../../../docs/server/authn-authz.md#L32) | mermaid | `d197919ce3abea990d4f9c2ca62e5650d7ea77d0e878be657f0a1ca2d0241bab` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/server/authn-authz.md:fence-2](../../../docs/server/authn-authz.md#L55) | csharp | `665003ca713693042ec5ee74eecbb69f7a6c25bcb34785fd27bd41fe3eca9d8f` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/server/authn-authz.md:fence-3](../../../docs/server/authn-authz.md#L93) | csharp | `eb6fcaf141e4f97505db349dea6c2c0113db2b1ea167f7009646392f1a48c8c5` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | @@ -433,162 +429,162 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [docs/server/authn-authz.md:fence-7](../../../docs/server/authn-authz.md#L206) | csharp | `591e07eb234b1154a5130aa3ca111af3e492b3cf6a233be66ecf063d8345f512` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/server/authn-authz.md:fence-8](../../../docs/server/authn-authz.md#L238) | csharp | `54842442ab19383c32a3f9f0763f4fc4a1af8f3b9799a370b1f8ec7be2e52ac4` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/server/authn-authz.md:fence-9](../../../docs/server/authn-authz.md#L245) | csharp | `219d3274d5f0f2a3d01ce75584efe09b8eb4b6b1ab4ca806c54f82589f14316b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-1](../../../docs/server/authorization-policies.md#L14) | csharp | `7663a483fc0213bff88f5f3e7fc7839d2c5d09f3deb588b05ee5b6e301cd7a9d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-2](../../../docs/server/authorization-policies.md#L34) | csharp | `638fab5b8fedda1ee1e0153d94b0483ba3e02a26f1ac019db46930c860c81ca7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-3](../../../docs/server/authorization-policies.md#L56) | csharp | `a1f44e6cd873f214de2fa964908a5d2547c3489c869deb059da16d06b0cd8204` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-4](../../../docs/server/authorization-policies.md#L84) | csharp | `e9803d626789b8d500301dea49ee10028d17304ce4e2263e71ec1e025408b280` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-5](../../../docs/server/authorization-policies.md#L142) | csharp | `a1cff431aedc9143e6d9d84bf89239e006bae88660776f58e2d4c2b2efe4386b` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/authorization-policies.md:fence-6](../../../docs/server/authorization-policies.md#L153) | csharp | `73454522e0ab731852e4e7cfedded41fbbee1d041d4939e496be64fac5f3d140` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-1](../../../docs/server/challenge-middleware.md#L16) | csharp | `6ea866ac9653edb655037e303327fb96ee7c335d657f86e3d09e1da7b47eee2a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-2](../../../docs/server/challenge-middleware.md#L30) | csharp | `f2d22827c75ed8cb2f37754e4aa5effce462208f93df75da22b35fbfc7c2d5f7` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-3](../../../docs/server/challenge-middleware.md#L55) | csharp | `80f04460ba16f20bf24e2c879e887543f0f51285e8771bc09a7c6c01e8ef5354` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-4](../../../docs/server/challenge-middleware.md#L94) | csharp | `b587b797a69d5de904c65a7076ba83928fcc60b29d40f851bb0184d20734efad` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-5](../../../docs/server/challenge-middleware.md#L115) | csharp | `ac0ae94ae6020651775673b522ddf06423a66c62845b86b7b3a4796f41d71334` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/challenge-middleware.md:fence-6](../../../docs/server/challenge-middleware.md#L143) | csharp | `374f914711d4156f59d55a15838c451a2cac9d93ca2d716a5ccd5a07af08d180` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-1](../../../docs/server/mission-governance.md#L30) | csharp | `0929174b6bf458f1d0db73f113cd005e00a5ce93407c5d69a738909adc120e34` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-2](../../../docs/server/mission-governance.md#L47) | csharp | `5131a0bb4be7be8a0943270ca94380fcaf1759c76f9fbb8eeb899d9430444b4c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-3](../../../docs/server/mission-governance.md#L73) | csharp | `a8404246de3f1e7822cc33ef206f7512eafcca57fd8531c9327cdc86d5aea309` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-4](../../../docs/server/mission-governance.md#L86) | csharp | `9c86ca8d5c857a77c5cda8a00a537e824485323c8dfbe18b82eb2930ef48299d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-5](../../../docs/server/mission-governance.md#L116) | csharp | `b8a2a6597f9e5b1036f489f9789a64bd126e916c998a367d717ab88a7156975e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-6](../../../docs/server/mission-governance.md#L160) | csharp | `a6ea4f6a22e08c569d0242def7f2b4c27ba515b520f1d3c41d032eb7b4f4753c` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-7](../../../docs/server/mission-governance.md#L181) | csharp | `c07bb779564ca8617323b705a5b425a664594800298692180b3a87f6c21c061f` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-8](../../../docs/server/mission-governance.md#L208) | csharp | `105b916146711aced92d7d80074212c2b7537948bed94bd7c106df8c0279b7c6` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-9](../../../docs/server/mission-governance.md#L228) | csharp | `9c75e9a011c4db9a6dd94d236cd363d8aff69be32afc9b8c55f128583cada718` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-10](../../../docs/server/mission-governance.md#L263) | csharp | `aa496876fc86c03c72b81be03ff89b086cf7d15b5af38662d8ceeb2176db1961` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/mission-governance.md:fence-11](../../../docs/server/mission-governance.md#L289) | csharp | `b584235697e60b1b3fca32784df25213d98741749597c9b2b0547080bc9c17bd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-1](../../../docs/server/multi-scheme-verification.md#L17) | csharp | `c8198134084a2928380f0eb5a1c663418b1e3c93829d0aff961eea12ad939364` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-2](../../../docs/server/multi-scheme-verification.md#L38) | csharp | `ca3f5c03e1ec3d98c6a1f128c471d82ad87538c95075e47f70942cdebff0d8c7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-3](../../../docs/server/multi-scheme-verification.md#L53) | csharp | `a7f5ea3495c9500375afbcbf6f18850b068169ae8316c5b5ea240eae9b1a6810` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-4](../../../docs/server/multi-scheme-verification.md#L90) | csharp | `c549c42e392eb77b21a9be7d12cbc026feaec39e50330af3d90f732fb7d24a7d` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-5](../../../docs/server/multi-scheme-verification.md#L108) | csharp | `7d202a69a2d4ae3f57f1d82f50ab0d8dede89a8338a96be1986739126aed3803` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/multi-scheme-verification.md:fence-6](../../../docs/server/multi-scheme-verification.md#L148) | csharp | `5e3ba2110e896250941db72a0628d360f15168554b96d61cfaedd35a5281675a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-1](../../../docs/server/replay-detection.md#L31) | csharp | `7906ea10bd162e2cd9b6ba7aecaa14237b976cefae4d2a23447c912262531e0f` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-2](../../../docs/server/replay-detection.md#L63) | csharp | `09fc840faab6a4f6c6d86016024907f0fc9a0c084f2da2f296932de402854ae3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-3](../../../docs/server/replay-detection.md#L77) | csharp | `2eae1d7ccfa3ba21366c8958bec052401e1e0d57f8352842eea7f2ac14ad2a0e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-4](../../../docs/server/replay-detection.md#L114) | csharp | `dff4245cb513c99103ae6f0fa1c9f0a3067af014d06dad0ec61b5d147cf9f2fe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-5](../../../docs/server/replay-detection.md#L132) | http | `e9a76494a170b39b4c79dcdad4d735e9f6f2c71bb55dc5016f5ee5cdec6f97ef` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-6](../../../docs/server/replay-detection.md#L151) | csharp | `f2318a774c641db9b082226e4b972d3f2fe2157ec065da122caf7e89878259cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/replay-detection.md:fence-7](../../../docs/server/replay-detection.md#L160) | csharp | `e1fad49da567283c748fa7cb216b0bc5e6b0c652761bf8c8f26795c0b125531a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/resource-metadata.md:fence-1](../../../docs/server/resource-metadata.md#L14) | csharp | `b74987e1b9562d30ee1aac6ed9efe8086c4ea3ea3792ca3cc14b30db6a1ef1b6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/resource-metadata.md:fence-2](../../../docs/server/resource-metadata.md#L42) | csharp | `7ad0a361707dde9befc515b80271276fc6f08620e4837f81d95fe6c41d7f913a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/resource-metadata.md:fence-3](../../../docs/server/resource-metadata.md#L86) | json | `36f2513211f295424fc0771a2f1724e520b53cb05671f84be5ad008c4a3e42da` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/resource-metadata.md:fence-4](../../../docs/server/resource-metadata.md#L113) | csharp | `286a4f0f82b594d89f9f203a706a1df50a2c78bebd5b419c572f16ac5cb34065` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-1](../../../docs/server/token-issuance.md#L21) | csharp | `5ee6f1797d65f4934e4e6a8ddf6a34db7096440c4d6295508c8e66ed76254954` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-2](../../../docs/server/token-issuance.md#L60) | csharp | `a0c1030ffcacce406cbcac8e016261112a06ca0a365911219a1ba651e001b9cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-3](../../../docs/server/token-issuance.md#L120) | csharp | `64a76f617b1a61a7d6f805cca548d7281b75007c36b1b2cc7687a0044fea445d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-4](../../../docs/server/token-issuance.md#L134) | csharp | `f81a882adb8080f42d823a7d1c8e5adda6265538a9b11af5b09060709f22d9cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-5](../../../docs/server/token-issuance.md#L151) | csharp | `cf8cb848cfeff5a230ec0c7cac9e8e7c26635a482ecb63837c57020fa8a07c18` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-6](../../../docs/server/token-issuance.md#L181) | csharp | `f4a672ed46e1845f1155a662aa54250aef47a96320234b01e1982e9a074557ec` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-7](../../../docs/server/token-issuance.md#L197) | csharp | `7db70e896db2d2ab9e431fa2ed60f7c575c5659a0d976c9f975a455e0bd738a2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-8](../../../docs/server/token-issuance.md#L231) | csharp | `188bc37ad492480035a393e9b43a44a9dcac7064d6674b3ead130f08d4d90eb0` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-9](../../../docs/server/token-issuance.md#L273) | csharp | `04272c70de15d4d2e358b3114e063958a3b75f59660ff072608e49c7cf6c1488` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/token-issuance.md:fence-10](../../../docs/server/token-issuance.md#L319) | csharp | `f9993e59c9e46eadb1304b38b7510e9399e60c2676f435769496be0c2fe3262a` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-1](../../../docs/server/verification-middleware.md#L21) | csharp | `811bd05d8f46c0f8f3c7353b9bb590bab57ba6824a6a9ba691873b1fe67bb9d4` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-2](../../../docs/server/verification-middleware.md#L53) | csharp | `bf48d39171c3517d63fb5fefc0262dab0382da5d87bbfbf3a3a328f058b48c07` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-3](../../../docs/server/verification-middleware.md#L116) | csharp | `b90687d59f3fc252b59e9b809dd20f079177b144be1d3563e5ba44e7b5ad2a06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-4](../../../docs/server/verification-middleware.md#L158) | csharp | `bb54e64b7d69d8b0190bd5f2199beae6e0828520fca46a64d17e542af1565f8c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-5](../../../docs/server/verification-middleware.md#L187) | csharp | `f804c31cf494662dd8616620587dbf622c204a37ff8e664aa39b80e5be12a64d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/server/verification-middleware.md:fence-6](../../../docs/server/verification-middleware.md#L237) | csharp | `de99d439b8a52fed34cb7938ae66aace64e7fca81d3b7ef0de47bb76c38e2fd9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/agent-identity-jwks-uri.md:fence-1](../../../docs/signing-modes/agent-identity-jwks-uri.md#L24) | csharp | `815be2f926d465df3c70739c11446e52e34205d3e9be31c75910a394442ae6b3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/agent-identity-jwks-uri.md:fence-2](../../../docs/signing-modes/agent-identity-jwks-uri.md#L41) | csharp | `4223b631dde6d175810b763d8b01e83f1a81268025fa8a12a2892cadf53bd2d3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/agent-identity-jwks-uri.md:fence-3](../../../docs/signing-modes/agent-identity-jwks-uri.md#L62) | csharp | `2423c11fd2a7c46cd13b035042c59fce66571e89f7399b1421778112ead257e8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/agent-identity-jwks-uri.md:fence-4](../../../docs/signing-modes/agent-identity-jwks-uri.md#L85) | csharp | `abf057745fe363090532bc47768818aab2bdaff66b83278b8867e056dfc64d59` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-1](../../../docs/server/authorization-policies.md#L11) | csharp | `7663a483fc0213bff88f5f3e7fc7839d2c5d09f3deb588b05ee5b6e301cd7a9d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-2](../../../docs/server/authorization-policies.md#L31) | csharp | `638fab5b8fedda1ee1e0153d94b0483ba3e02a26f1ac019db46930c860c81ca7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-3](../../../docs/server/authorization-policies.md#L53) | csharp | `a1f44e6cd873f214de2fa964908a5d2547c3489c869deb059da16d06b0cd8204` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-4](../../../docs/server/authorization-policies.md#L81) | csharp | `e9803d626789b8d500301dea49ee10028d17304ce4e2263e71ec1e025408b280` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-5](../../../docs/server/authorization-policies.md#L139) | csharp | `a1cff431aedc9143e6d9d84bf89239e006bae88660776f58e2d4c2b2efe4386b` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/authorization-policies.md:fence-6](../../../docs/server/authorization-policies.md#L150) | csharp | `73454522e0ab731852e4e7cfedded41fbbee1d041d4939e496be64fac5f3d140` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-1](../../../docs/server/challenge-middleware.md#L13) | csharp | `6ea866ac9653edb655037e303327fb96ee7c335d657f86e3d09e1da7b47eee2a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-2](../../../docs/server/challenge-middleware.md#L27) | csharp | `f2d22827c75ed8cb2f37754e4aa5effce462208f93df75da22b35fbfc7c2d5f7` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-3](../../../docs/server/challenge-middleware.md#L52) | csharp | `80f04460ba16f20bf24e2c879e887543f0f51285e8771bc09a7c6c01e8ef5354` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-4](../../../docs/server/challenge-middleware.md#L91) | csharp | `b587b797a69d5de904c65a7076ba83928fcc60b29d40f851bb0184d20734efad` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-5](../../../docs/server/challenge-middleware.md#L112) | csharp | `ac0ae94ae6020651775673b522ddf06423a66c62845b86b7b3a4796f41d71334` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/challenge-middleware.md:fence-6](../../../docs/server/challenge-middleware.md#L140) | csharp | `374f914711d4156f59d55a15838c451a2cac9d93ca2d716a5ccd5a07af08d180` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-1](../../../docs/server/mission-governance.md#L27) | csharp | `0929174b6bf458f1d0db73f113cd005e00a5ce93407c5d69a738909adc120e34` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-2](../../../docs/server/mission-governance.md#L44) | csharp | `5131a0bb4be7be8a0943270ca94380fcaf1759c76f9fbb8eeb899d9430444b4c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-3](../../../docs/server/mission-governance.md#L70) | csharp | `a8404246de3f1e7822cc33ef206f7512eafcca57fd8531c9327cdc86d5aea309` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-4](../../../docs/server/mission-governance.md#L83) | csharp | `9c86ca8d5c857a77c5cda8a00a537e824485323c8dfbe18b82eb2930ef48299d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-5](../../../docs/server/mission-governance.md#L113) | csharp | `b8a2a6597f9e5b1036f489f9789a64bd126e916c998a367d717ab88a7156975e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-6](../../../docs/server/mission-governance.md#L157) | csharp | `a6ea4f6a22e08c569d0242def7f2b4c27ba515b520f1d3c41d032eb7b4f4753c` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-7](../../../docs/server/mission-governance.md#L178) | csharp | `c07bb779564ca8617323b705a5b425a664594800298692180b3a87f6c21c061f` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-8](../../../docs/server/mission-governance.md#L205) | csharp | `105b916146711aced92d7d80074212c2b7537948bed94bd7c106df8c0279b7c6` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-9](../../../docs/server/mission-governance.md#L225) | csharp | `9c75e9a011c4db9a6dd94d236cd363d8aff69be32afc9b8c55f128583cada718` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-10](../../../docs/server/mission-governance.md#L260) | csharp | `aa496876fc86c03c72b81be03ff89b086cf7d15b5af38662d8ceeb2176db1961` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/mission-governance.md:fence-11](../../../docs/server/mission-governance.md#L286) | csharp | `b584235697e60b1b3fca32784df25213d98741749597c9b2b0547080bc9c17bd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-1](../../../docs/server/multi-scheme-verification.md#L14) | csharp | `c8198134084a2928380f0eb5a1c663418b1e3c93829d0aff961eea12ad939364` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-2](../../../docs/server/multi-scheme-verification.md#L35) | csharp | `ca3f5c03e1ec3d98c6a1f128c471d82ad87538c95075e47f70942cdebff0d8c7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-3](../../../docs/server/multi-scheme-verification.md#L50) | csharp | `a7f5ea3495c9500375afbcbf6f18850b068169ae8316c5b5ea240eae9b1a6810` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-4](../../../docs/server/multi-scheme-verification.md#L87) | csharp | `c549c42e392eb77b21a9be7d12cbc026feaec39e50330af3d90f732fb7d24a7d` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-5](../../../docs/server/multi-scheme-verification.md#L105) | csharp | `7d202a69a2d4ae3f57f1d82f50ab0d8dede89a8338a96be1986739126aed3803` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/multi-scheme-verification.md:fence-6](../../../docs/server/multi-scheme-verification.md#L145) | csharp | `5e3ba2110e896250941db72a0628d360f15168554b96d61cfaedd35a5281675a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-1](../../../docs/server/replay-detection.md#L28) | csharp | `7906ea10bd162e2cd9b6ba7aecaa14237b976cefae4d2a23447c912262531e0f` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-2](../../../docs/server/replay-detection.md#L60) | csharp | `09fc840faab6a4f6c6d86016024907f0fc9a0c084f2da2f296932de402854ae3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-3](../../../docs/server/replay-detection.md#L74) | csharp | `2eae1d7ccfa3ba21366c8958bec052401e1e0d57f8352842eea7f2ac14ad2a0e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-4](../../../docs/server/replay-detection.md#L111) | csharp | `dff4245cb513c99103ae6f0fa1c9f0a3067af014d06dad0ec61b5d147cf9f2fe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-5](../../../docs/server/replay-detection.md#L129) | http | `e9a76494a170b39b4c79dcdad4d735e9f6f2c71bb55dc5016f5ee5cdec6f97ef` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-6](../../../docs/server/replay-detection.md#L148) | csharp | `f2318a774c641db9b082226e4b972d3f2fe2157ec065da122caf7e89878259cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/replay-detection.md:fence-7](../../../docs/server/replay-detection.md#L157) | csharp | `e1fad49da567283c748fa7cb216b0bc5e6b0c652761bf8c8f26795c0b125531a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/resource-metadata.md:fence-1](../../../docs/server/resource-metadata.md#L11) | csharp | `b74987e1b9562d30ee1aac6ed9efe8086c4ea3ea3792ca3cc14b30db6a1ef1b6` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/resource-metadata.md:fence-2](../../../docs/server/resource-metadata.md#L39) | csharp | `7ad0a361707dde9befc515b80271276fc6f08620e4837f81d95fe6c41d7f913a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/resource-metadata.md:fence-3](../../../docs/server/resource-metadata.md#L83) | json | `36f2513211f295424fc0771a2f1724e520b53cb05671f84be5ad008c4a3e42da` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/resource-metadata.md:fence-4](../../../docs/server/resource-metadata.md#L110) | csharp | `286a4f0f82b594d89f9f203a706a1df50a2c78bebd5b419c572f16ac5cb34065` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-1](../../../docs/server/token-issuance.md#L18) | csharp | `5ee6f1797d65f4934e4e6a8ddf6a34db7096440c4d6295508c8e66ed76254954` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-2](../../../docs/server/token-issuance.md#L57) | csharp | `a0c1030ffcacce406cbcac8e016261112a06ca0a365911219a1ba651e001b9cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-3](../../../docs/server/token-issuance.md#L117) | csharp | `64a76f617b1a61a7d6f805cca548d7281b75007c36b1b2cc7687a0044fea445d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-4](../../../docs/server/token-issuance.md#L131) | csharp | `f81a882adb8080f42d823a7d1c8e5adda6265538a9b11af5b09060709f22d9cc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-5](../../../docs/server/token-issuance.md#L148) | csharp | `cf8cb848cfeff5a230ec0c7cac9e8e7c26635a482ecb63837c57020fa8a07c18` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-6](../../../docs/server/token-issuance.md#L178) | csharp | `f4a672ed46e1845f1155a662aa54250aef47a96320234b01e1982e9a074557ec` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-7](../../../docs/server/token-issuance.md#L194) | csharp | `7db70e896db2d2ab9e431fa2ed60f7c575c5659a0d976c9f975a455e0bd738a2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-8](../../../docs/server/token-issuance.md#L228) | csharp | `188bc37ad492480035a393e9b43a44a9dcac7064d6674b3ead130f08d4d90eb0` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-9](../../../docs/server/token-issuance.md#L270) | csharp | `04272c70de15d4d2e358b3114e063958a3b75f59660ff072608e49c7cf6c1488` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/token-issuance.md:fence-10](../../../docs/server/token-issuance.md#L316) | csharp | `f9993e59c9e46eadb1304b38b7510e9399e60c2676f435769496be0c2fe3262a` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-1](../../../docs/server/verification-middleware.md#L17) | csharp | `811bd05d8f46c0f8f3c7353b9bb590bab57ba6824a6a9ba691873b1fe67bb9d4` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-2](../../../docs/server/verification-middleware.md#L49) | csharp | `bf48d39171c3517d63fb5fefc0262dab0382da5d87bbfbf3a3a328f058b48c07` | API excerpt: source member/type/sealed checks; not executable | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-3](../../../docs/server/verification-middleware.md#L112) | csharp | `b90687d59f3fc252b59e9b809dd20f079177b144be1d3563e5ba44e7b5ad2a06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-4](../../../docs/server/verification-middleware.md#L154) | csharp | `bb54e64b7d69d8b0190bd5f2199beae6e0828520fca46a64d17e542af1565f8c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-5](../../../docs/server/verification-middleware.md#L183) | csharp | `f804c31cf494662dd8616620587dbf622c204a37ff8e664aa39b80e5be12a64d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/server/verification-middleware.md:fence-6](../../../docs/server/verification-middleware.md#L233) | csharp | `de99d439b8a52fed34cb7938ae66aace64e7fca81d3b7ef0de47bb76c38e2fd9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/agent-identity-jwks-uri.md:fence-1](../../../docs/signing-modes/agent-identity-jwks-uri.md#L20) | csharp | `815be2f926d465df3c70739c11446e52e34205d3e9be31c75910a394442ae6b3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/agent-identity-jwks-uri.md:fence-2](../../../docs/signing-modes/agent-identity-jwks-uri.md#L37) | csharp | `4223b631dde6d175810b763d8b01e83f1a81268025fa8a12a2892cadf53bd2d3` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/agent-identity-jwks-uri.md:fence-3](../../../docs/signing-modes/agent-identity-jwks-uri.md#L58) | csharp | `2423c11fd2a7c46cd13b035042c59fce66571e89f7399b1421778112ead257e8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/agent-identity-jwks-uri.md:fence-4](../../../docs/signing-modes/agent-identity-jwks-uri.md#L81) | csharp | `abf057745fe363090532bc47768818aab2bdaff66b83278b8867e056dfc64d59` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/signing-modes/agent-token-jwt.md:fence-1](../../../docs/signing-modes/agent-token-jwt.md#L23) | csharp | `c10eb026f7c8df657a6bfc2a458e7e401d496357bcd27c091320a2d55cbe4314` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/signing-modes/agent-token-jwt.md:fence-2](../../../docs/signing-modes/agent-token-jwt.md#L45) | csharp | `ae17918215c333e7a440f06327198843c86315e901a9d76b1ca67413fb9f25de` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/signing-modes/agent-token-jwt.md:fence-3](../../../docs/signing-modes/agent-token-jwt.md#L67) | csharp | `3dbaf7b7f5375054d5406f64fa3dd6c03554a44e7039fe30fcdea1720a583e3c` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/signing-modes/agent-token-jwt.md:fence-4](../../../docs/signing-modes/agent-token-jwt.md#L88) | csharp | `0a331c0810abc35952583bb5ed56637e84018a542f19daac534fd4e0518c23bb` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-1](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L40) | csharp | `788d31694a5054e3c79cca67532f176ff1b854c07d312c282d65d150c772ca16` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-2](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L60) | csharp | `549174c1c8b63db85c5f0a70258538b4a282acf9155e4707c73f7e1499c02bfd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-3](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L73) | text | `16a09af4ae9cb0eea1e74ecf411de5e7a22ff9600f0327b2ebb59b12e52ad43d` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/overview.md:fence-1](../../../docs/signing-modes/overview.md#L53) | csharp | `179e6ae8b6bce76ecc625f3c1732bb75f178fb11792201908a13efcd48b42bad` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/overview.md:fence-2](../../../docs/signing-modes/overview.md#L79) | csharp | `64e3652eaacea006782d833eb2f6458169f3cad19aba15e8743c61fcca1d9e06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/overview.md:fence-3](../../../docs/signing-modes/overview.md#L140) | | `c51bb14941dfd2a974e72632c58335e69b75b8f7612c11645caa6015050ab34f` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/overview.md:fence-4](../../../docs/signing-modes/overview.md#L160) | csharp | `d5239710aeaa3c3476f0953da689708d2d5f881fb9971ff8336b5350cabad81f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/pseudonymous-hwk.md:fence-1](../../../docs/signing-modes/pseudonymous-hwk.md#L22) | csharp | `80e97e819c897b4eb2baf4919deea3d7d9f41d1df50a48ef27029c875ea5a487` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/signing-modes/pseudonymous-hwk.md:fence-2](../../../docs/signing-modes/pseudonymous-hwk.md#L38) | csharp | `203c9c44c59ca678641d08c94633b6acaa10666898c10ac8c65117f776bd0acc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-1](../../../docs/workflows/bootstrap-enrollment.md#L17) | mermaid | `8fb4b02275077260579d2028c2cda955a4fe48bdb8f45bb5e95e1b7b19ee2990` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-2](../../../docs/workflows/bootstrap-enrollment.md#L47) | mermaid | `7142634eed351a62e930ee0485ed027fce72b482014c378ed77fc25a5ca3bf07` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-3](../../../docs/workflows/bootstrap-enrollment.md#L72) | csharp | `38008f85054b932a20cc36b398dd11f20f8bb3a2bb1615a63af2270b04153d4f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-4](../../../docs/workflows/bootstrap-enrollment.md#L99) | csharp | `54499e9034430e599dd493f6c52bea0f2d28c8c2e398bdecb7dab6ee70f31cac` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-5](../../../docs/workflows/bootstrap-enrollment.md#L122) | csharp | `5208ecc5a173baab18e0a0d4ffd6582d011b2b77e31f02c7b5683162cb24d871` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-6](../../../docs/workflows/bootstrap-enrollment.md#L185) | mermaid | `95dfdccdd8cda2b23fcfefc9af509cdbe2eb62bf680bb01d44e49ffe25f42241` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-7](../../../docs/workflows/bootstrap-enrollment.md#L195) | csharp | `22b03aa23061769b68bae6209ccd5f258d4065492e454f5b88a79a0949582c8b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-8](../../../docs/workflows/bootstrap-enrollment.md#L213) | mermaid | `fc8f19771e35b4161d35675af383be5516ca2bb2be5e3623f8ed735a653bbbef` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-9](../../../docs/workflows/bootstrap-enrollment.md#L227) | csharp | `7928feaaa791cb35ad327ec776bf8d470d765f34fbee67fa352b70ae77a060e0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-10](../../../docs/workflows/bootstrap-enrollment.md#L246) | csharp | `3f213f776a663b92ef688d0503ba8cf46cd4f9a5ab59155cbc45587b5f9c2f1a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-11](../../../docs/workflows/bootstrap-enrollment.md#L275) | mermaid | `3fe7545f5cd256a4702adac9235d14b20209444fcef6f729fab593f851153b2e` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-12](../../../docs/workflows/bootstrap-enrollment.md#L290) | mermaid | `3e0e987681d6988fedd5040fd0097b24becfbaf40b5b9554818d4caac13b8364` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/bootstrap-enrollment.md:fence-13](../../../docs/workflows/bootstrap-enrollment.md#L312) | csharp | `3e4b4fd76315e664050db12f58b3a7077fca7debe8ab150ac056280e3f5b7b26` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-1](../../../docs/workflows/call-chaining.md#L10) | mermaid | `22ebbac9866d7c568778374c8ae42031882be2797f5d28cc9d30f57e55be7fd5` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-2](../../../docs/workflows/call-chaining.md#L43) | bash | `f826b23722d400413cdbf16e7703e572d9e318bd1554c6e09394ab98ef3568da` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-3](../../../docs/workflows/call-chaining.md#L56) | csharp | `ea36172635296ab1100daeb233ce2523039d482cbeb55a6743326e80e0d6e732` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-4](../../../docs/workflows/call-chaining.md#L86) | csharp | `e5b0863ba0d4fed112e65856490c32388de3b01148fe4f6d7c8587a398931d09` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-5](../../../docs/workflows/call-chaining.md#L127) | csharp | `0c03ae8db1a615b9ca7126571e1cafa9b3a498a6896f02d662ef9beeff129c33` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-6](../../../docs/workflows/call-chaining.md#L179) | csharp | `38afbc7c432079021ef070ea021709c13cc1fb18af96f3616890d3035c75bf5d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-7](../../../docs/workflows/call-chaining.md#L195) | csharp | `a9c7fd1056e709fe2077f525be36ed8c7cb08df9d531551f9a8c2c2dd28f814b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-8](../../../docs/workflows/call-chaining.md#L212) | json | `bc01c5b9ac9a17f33add28d34f8ad7ad6bcf06beaf5b13492f9f9ae6c642a2a7` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-9](../../../docs/workflows/call-chaining.md#L226) | csharp | `7b2441ef9afb687565857c1d86744a62767a9fc10cd8c0d0116c31f901cfe0cd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-10](../../../docs/workflows/call-chaining.md#L246) | bash | `584c7ab06338eba6c7c88794909d17a2f2dbc4fca04948a7eb4a17c45f5c5b1d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-11](../../../docs/workflows/call-chaining.md#L254) | bash | `35620666721b67e7a7edbce46bfc3b8451b13f68f922020b71826907b6890d95` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-12](../../../docs/workflows/call-chaining.md#L288) | csharp | `c12b529f5d687be4c3a3ef335cc09e9e2bbfb751093720f48f7a8d4a30bc8650` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-13](../../../docs/workflows/call-chaining.md#L337) | csharp | `71bdeefea8e06b13985f80db8aa7bf7698bca6a6dc857e5f817a866b4071c203` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-14](../../../docs/workflows/call-chaining.md#L359) | csharp | `8bc9a094e364c7b31a5bb7269101f74c8d788ffe250b74a168e69e4b2e4c38b7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/call-chaining.md:fence-15](../../../docs/workflows/call-chaining.md#L378) | csharp | `af1d3381558c359f7ca14c6a8521f87ba273ae9c3632e57593b5fdd590afdfbe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/catalog-gateway.md:fence-1](../../../docs/workflows/catalog-gateway.md#L25) | mermaid | `93e9494ee56b324894bdfe8b38163b8d1ae7b103eb663e65fde68c104ff637da` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Catalog session](../../../samples/CapabilitySupport/CatalogDemoSession.cs), [both-app Catalog wrapper](../../../tests/e2e/helpers/catalog.ts), R3VocabularyTests | -| [docs/workflows/deferred-consent.md:fence-1](../../../docs/workflows/deferred-consent.md#L10) | mermaid | `00ec51bc7eda2b689cf9d6ba10c8a245ba87ca7ec6f47ce0ca3de6030b60e8e2` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/deferred-consent.md:fence-2](../../../docs/workflows/deferred-consent.md#L34) | csharp | `05c136c822cf29da2118c74d299a50fcbf4545c7cda0202611e30b883a9a7fc0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/deferred-consent.md:fence-3](../../../docs/workflows/deferred-consent.md#L76) | csharp | `9fcacb93e19c2aefd99ec6682439a71950be5b0fbf6a347b4016d88565509b94` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/deferred-consent.md:fence-4](../../../docs/workflows/deferred-consent.md#L105) | csharp | `143dbe2ccfb70e7b818bd784121225da829dedced8a1666bdaf556b104be766e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/deferred-consent.md:fence-5](../../../docs/workflows/deferred-consent.md#L127) | csharp | `c624bc304e7f322d7cfef00b96931dc2a0688e7d3ef3cdd5d6c2e61e503f8c06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/deferred-consent.md:fence-6](../../../docs/workflows/deferred-consent.md#L147) | csharp | `5c2ee3be607b48185f0de9fe039978f3744467f5eda3a785d1f0572172655e03` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/events.md:fence-1](../../../docs/workflows/events.md#L35) | csharp | `24516b52da00ebf5ae52f350ead1bdd68e3a6d8332563d41630b4b502d92a763` | Exact C# compiled with typed prior-step/host inputs | [Event session](../../../samples/EventSupport/EventDemoSession.cs), [both-app Events wrapper](../../../tests/e2e/helpers/events.ts), EventHttpTests / EventPersistenceTests | -| [docs/workflows/federated-access.md:fence-1](../../../docs/workflows/federated-access.md#L10) | mermaid | `40bacbd2d2c391154a0cc973b2f4ce5ec6f5dd3edbb403a94da48efdc76701f8` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-2](../../../docs/workflows/federated-access.md#L30) | csharp | `a430f214b52bdef6f5d2d25fdd17fcbe6754c0e3e3dd23560e4fa392b6f6c2ba` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-3](../../../docs/workflows/federated-access.md#L53) | csharp | `8a5588f2698de1f2d6293dca30bfa027c22e96d3de0a9521189a3beb495cbbc9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-4](../../../docs/workflows/federated-access.md#L85) | csharp | `05da51c274240d914fc0fea8ce81167c6b7cb2fa2df1ae9ba71a797998794102` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-5](../../../docs/workflows/federated-access.md#L116) | csharp | `0e727da75ac8fa33743121b86e7809d7036d9493197c2edb2041b4bd2c3784fa` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-6](../../../docs/workflows/federated-access.md#L183) | mermaid | `3b7dd95436d621a2fa78f413ce835a07119771b1305e9fa2e642eea142d41eb2` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-7](../../../docs/workflows/federated-access.md#L233) | http | `e7a206e7b6b89d176c215e09e22b2a7964859e131dba06dd6be2a2b2b8fe5208` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/federated-access.md:fence-8](../../../docs/workflows/federated-access.md#L248) | csharp | `b5b17657c2f21500c04a7fbf0d21658ad07b915672cc02b297ad097e998ab36f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/identity-based-access.md:fence-1](../../../docs/workflows/identity-based-access.md#L15) | mermaid | `05705880d5a1938205c0a95e3241250182cf0102c13c3b66bd9715d351e16984` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/identity-based-access.md:fence-2](../../../docs/workflows/identity-based-access.md#L31) | csharp | `b7347af7fa4d88284f1da087b9960f252ae9c246d2ae11395f63b4c944784986` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/identity-based-access.md:fence-3](../../../docs/workflows/identity-based-access.md#L49) | csharp | `1677d4a34da1385bc723d166277e91448b495349c8e148713b673a3a39715f35` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/identity-based-access.md:fence-4](../../../docs/workflows/identity-based-access.md#L59) | csharp | `5b06eb779ffae1b138e57b21603e470cf44f1d04d2428ba6a9b6e1efd231a786` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/identity-based-access.md:fence-5](../../../docs/workflows/identity-based-access.md#L75) | csharp | `8b1be0d45c4e50710d7dae451f297c4110a38d2c6271239bc0daf62e5ff24a70` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-1](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L37) | csharp | `788d31694a5054e3c79cca67532f176ff1b854c07d312c282d65d150c772ca16` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-2](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L57) | csharp | `549174c1c8b63db85c5f0a70258538b4a282acf9155e4707c73f7e1499c02bfd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/key-rotation-jkt-jwt.md:fence-3](../../../docs/signing-modes/key-rotation-jkt-jwt.md#L70) | text | `16a09af4ae9cb0eea1e74ecf411de5e7a22ff9600f0327b2ebb59b12e52ad43d` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/overview.md:fence-1](../../../docs/signing-modes/overview.md#L49) | csharp | `179e6ae8b6bce76ecc625f3c1732bb75f178fb11792201908a13efcd48b42bad` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/overview.md:fence-2](../../../docs/signing-modes/overview.md#L75) | csharp | `64e3652eaacea006782d833eb2f6458169f3cad19aba15e8743c61fcca1d9e06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/overview.md:fence-3](../../../docs/signing-modes/overview.md#L136) | | `c51bb14941dfd2a974e72632c58335e69b75b8f7612c11645caa6015050ab34f` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/overview.md:fence-4](../../../docs/signing-modes/overview.md#L156) | csharp | `d5239710aeaa3c3476f0953da689708d2d5f881fb9971ff8336b5350cabad81f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/pseudonymous-hwk.md:fence-1](../../../docs/signing-modes/pseudonymous-hwk.md#L18) | csharp | `80e97e819c897b4eb2baf4919deea3d7d9f41d1df50a48ef27029c875ea5a487` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/signing-modes/pseudonymous-hwk.md:fence-2](../../../docs/signing-modes/pseudonymous-hwk.md#L34) | csharp | `203c9c44c59ca678641d08c94633b6acaa10666898c10ac8c65117f776bd0acc` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-1](../../../docs/workflows/bootstrap-enrollment.md#L14) | mermaid | `8fb4b02275077260579d2028c2cda955a4fe48bdb8f45bb5e95e1b7b19ee2990` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-2](../../../docs/workflows/bootstrap-enrollment.md#L44) | mermaid | `7142634eed351a62e930ee0485ed027fce72b482014c378ed77fc25a5ca3bf07` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-3](../../../docs/workflows/bootstrap-enrollment.md#L69) | csharp | `38008f85054b932a20cc36b398dd11f20f8bb3a2bb1615a63af2270b04153d4f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-4](../../../docs/workflows/bootstrap-enrollment.md#L96) | csharp | `54499e9034430e599dd493f6c52bea0f2d28c8c2e398bdecb7dab6ee70f31cac` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-5](../../../docs/workflows/bootstrap-enrollment.md#L119) | csharp | `5208ecc5a173baab18e0a0d4ffd6582d011b2b77e31f02c7b5683162cb24d871` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-6](../../../docs/workflows/bootstrap-enrollment.md#L182) | mermaid | `95dfdccdd8cda2b23fcfefc9af509cdbe2eb62bf680bb01d44e49ffe25f42241` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-7](../../../docs/workflows/bootstrap-enrollment.md#L192) | csharp | `22b03aa23061769b68bae6209ccd5f258d4065492e454f5b88a79a0949582c8b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-8](../../../docs/workflows/bootstrap-enrollment.md#L210) | mermaid | `fc8f19771e35b4161d35675af383be5516ca2bb2be5e3623f8ed735a653bbbef` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-9](../../../docs/workflows/bootstrap-enrollment.md#L224) | csharp | `7928feaaa791cb35ad327ec776bf8d470d765f34fbee67fa352b70ae77a060e0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-10](../../../docs/workflows/bootstrap-enrollment.md#L243) | csharp | `3f213f776a663b92ef688d0503ba8cf46cd4f9a5ab59155cbc45587b5f9c2f1a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-11](../../../docs/workflows/bootstrap-enrollment.md#L272) | mermaid | `3fe7545f5cd256a4702adac9235d14b20209444fcef6f729fab593f851153b2e` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-12](../../../docs/workflows/bootstrap-enrollment.md#L287) | mermaid | `3e0e987681d6988fedd5040fd0097b24becfbaf40b5b9554818d4caac13b8364` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/bootstrap-enrollment.md:fence-13](../../../docs/workflows/bootstrap-enrollment.md#L309) | csharp | `3e4b4fd76315e664050db12f58b3a7077fca7debe8ab150ac056280e3f5b7b26` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-1](../../../docs/workflows/call-chaining.md#L7) | mermaid | `22ebbac9866d7c568778374c8ae42031882be2797f5d28cc9d30f57e55be7fd5` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-2](../../../docs/workflows/call-chaining.md#L40) | bash | `f826b23722d400413cdbf16e7703e572d9e318bd1554c6e09394ab98ef3568da` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-3](../../../docs/workflows/call-chaining.md#L53) | csharp | `ea36172635296ab1100daeb233ce2523039d482cbeb55a6743326e80e0d6e732` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-4](../../../docs/workflows/call-chaining.md#L83) | csharp | `e5b0863ba0d4fed112e65856490c32388de3b01148fe4f6d7c8587a398931d09` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-5](../../../docs/workflows/call-chaining.md#L124) | csharp | `0c03ae8db1a615b9ca7126571e1cafa9b3a498a6896f02d662ef9beeff129c33` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-6](../../../docs/workflows/call-chaining.md#L176) | csharp | `38afbc7c432079021ef070ea021709c13cc1fb18af96f3616890d3035c75bf5d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-7](../../../docs/workflows/call-chaining.md#L192) | csharp | `a9c7fd1056e709fe2077f525be36ed8c7cb08df9d531551f9a8c2c2dd28f814b` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-8](../../../docs/workflows/call-chaining.md#L209) | json | `bc01c5b9ac9a17f33add28d34f8ad7ad6bcf06beaf5b13492f9f9ae6c642a2a7` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-9](../../../docs/workflows/call-chaining.md#L223) | csharp | `7b2441ef9afb687565857c1d86744a62767a9fc10cd8c0d0116c31f901cfe0cd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-10](../../../docs/workflows/call-chaining.md#L243) | bash | `584c7ab06338eba6c7c88794909d17a2f2dbc4fca04948a7eb4a17c45f5c5b1d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-11](../../../docs/workflows/call-chaining.md#L251) | bash | `35620666721b67e7a7edbce46bfc3b8451b13f68f922020b71826907b6890d95` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-12](../../../docs/workflows/call-chaining.md#L285) | csharp | `c12b529f5d687be4c3a3ef335cc09e9e2bbfb751093720f48f7a8d4a30bc8650` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-13](../../../docs/workflows/call-chaining.md#L334) | csharp | `71bdeefea8e06b13985f80db8aa7bf7698bca6a6dc857e5f817a866b4071c203` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-14](../../../docs/workflows/call-chaining.md#L356) | csharp | `8bc9a094e364c7b31a5bb7269101f74c8d788ffe250b74a168e69e4b2e4c38b7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/call-chaining.md:fence-15](../../../docs/workflows/call-chaining.md#L375) | csharp | `af1d3381558c359f7ca14c6a8521f87ba273ae9c3632e57593b5fdd590afdfbe` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/catalog-gateway.md:fence-1](../../../docs/workflows/catalog-gateway.md#L22) | mermaid | `93e9494ee56b324894bdfe8b38163b8d1ae7b103eb663e65fde68c104ff637da` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Catalog session](../../../samples/CapabilitySupport/CatalogDemoSession.cs), [both-app Catalog wrapper](../../../tests/e2e/helpers/catalog.ts), R3VocabularyTests | +| [docs/workflows/deferred-consent.md:fence-1](../../../docs/workflows/deferred-consent.md#L7) | mermaid | `00ec51bc7eda2b689cf9d6ba10c8a245ba87ca7ec6f47ce0ca3de6030b60e8e2` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/deferred-consent.md:fence-2](../../../docs/workflows/deferred-consent.md#L31) | csharp | `05c136c822cf29da2118c74d299a50fcbf4545c7cda0202611e30b883a9a7fc0` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/deferred-consent.md:fence-3](../../../docs/workflows/deferred-consent.md#L73) | csharp | `9fcacb93e19c2aefd99ec6682439a71950be5b0fbf6a347b4016d88565509b94` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/deferred-consent.md:fence-4](../../../docs/workflows/deferred-consent.md#L102) | csharp | `143dbe2ccfb70e7b818bd784121225da829dedced8a1666bdaf556b104be766e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/deferred-consent.md:fence-5](../../../docs/workflows/deferred-consent.md#L124) | csharp | `c624bc304e7f322d7cfef00b96931dc2a0688e7d3ef3cdd5d6c2e61e503f8c06` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/deferred-consent.md:fence-6](../../../docs/workflows/deferred-consent.md#L144) | csharp | `5c2ee3be607b48185f0de9fe039978f3744467f5eda3a785d1f0572172655e03` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/events.md:fence-1](../../../docs/workflows/events.md#L32) | csharp | `24516b52da00ebf5ae52f350ead1bdd68e3a6d8332563d41630b4b502d92a763` | Exact C# compiled with typed prior-step/host inputs | [Event session](../../../samples/EventSupport/EventDemoSession.cs), [both-app Events wrapper](../../../tests/e2e/helpers/events.ts), EventHttpTests / EventPersistenceTests | +| [docs/workflows/federated-access.md:fence-1](../../../docs/workflows/federated-access.md#L7) | mermaid | `40bacbd2d2c391154a0cc973b2f4ce5ec6f5dd3edbb403a94da48efdc76701f8` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-2](../../../docs/workflows/federated-access.md#L27) | csharp | `a430f214b52bdef6f5d2d25fdd17fcbe6754c0e3e3dd23560e4fa392b6f6c2ba` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-3](../../../docs/workflows/federated-access.md#L50) | csharp | `8a5588f2698de1f2d6293dca30bfa027c22e96d3de0a9521189a3beb495cbbc9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-4](../../../docs/workflows/federated-access.md#L82) | csharp | `05da51c274240d914fc0fea8ce81167c6b7cb2fa2df1ae9ba71a797998794102` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-5](../../../docs/workflows/federated-access.md#L113) | csharp | `0e727da75ac8fa33743121b86e7809d7036d9493197c2edb2041b4bd2c3784fa` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-6](../../../docs/workflows/federated-access.md#L180) | mermaid | `3b7dd95436d621a2fa78f413ce835a07119771b1305e9fa2e642eea142d41eb2` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-7](../../../docs/workflows/federated-access.md#L230) | http | `e7a206e7b6b89d176c215e09e22b2a7964859e131dba06dd6be2a2b2b8fe5208` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/federated-access.md:fence-8](../../../docs/workflows/federated-access.md#L245) | csharp | `b5b17657c2f21500c04a7fbf0d21658ad07b915672cc02b297ad097e998ab36f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/identity-based-access.md:fence-1](../../../docs/workflows/identity-based-access.md#L11) | mermaid | `05705880d5a1938205c0a95e3241250182cf0102c13c3b66bd9715d351e16984` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/identity-based-access.md:fence-2](../../../docs/workflows/identity-based-access.md#L27) | csharp | `b7347af7fa4d88284f1da087b9960f252ae9c246d2ae11395f63b4c944784986` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/identity-based-access.md:fence-3](../../../docs/workflows/identity-based-access.md#L45) | csharp | `1677d4a34da1385bc723d166277e91448b495349c8e148713b673a3a39715f35` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/identity-based-access.md:fence-4](../../../docs/workflows/identity-based-access.md#L55) | csharp | `5b06eb779ffae1b138e57b21603e470cf44f1d04d2428ba6a9b6e1efd231a786` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/identity-based-access.md:fence-5](../../../docs/workflows/identity-based-access.md#L71) | csharp | `8b1be0d45c4e50710d7dae451f297c4110a38d2c6271239bc0daf62e5ff24a70` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-1](../../../docs/workflows/mission-governed-access.md#L24) | mermaid | `e15828d3d09005f9c0acaf2064845d67943fe51619e4b86493640766e03218a5` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-2](../../../docs/workflows/mission-governed-access.md#L54) | csharp | `23c1049e9c9015053481a7e9ec77f311809af5c3c62dee01ad82913df7253696` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-3](../../../docs/workflows/mission-governed-access.md#L77) | csharp | `9d291ad87e6b265b09b8b7eaeb22fb1794da1b5d335d255cde0164214033ca99` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-4](../../../docs/workflows/mission-governed-access.md#L102) | csharp | `fdb23e1761ef3725b5548438abaf64038290d25c97e1c22148b413f0e40817fd` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-5](../../../docs/workflows/mission-governed-access.md#L122) | csharp | `028bd539ef3847cb7f3254967acf57da1229a2b561f0ed696803e1eec9c641d9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/mission-governed-access.md:fence-6](../../../docs/workflows/mission-governed-access.md#L134) | csharp | `2ad504c204f703dc94c79261fecb7b28df99e162bd38dcd18c414851efa6293e` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/ps-asserted-access.md:fence-1](../../../docs/workflows/ps-asserted-access.md#L14) | mermaid | `0de7cda615daa6deaefe4aef90b4178a2a612dd2b6028dce864f816bc3d36063` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/ps-asserted-access.md:fence-2](../../../docs/workflows/ps-asserted-access.md#L31) | csharp | `d774708bc98b634f92b9dac74eaa4a762df3458c81fbc4cc233bb13c6e986aa9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/ps-asserted-access.md:fence-3](../../../docs/workflows/ps-asserted-access.md#L56) | csharp | `d6cd0f5518385b5fa0262d252fd2d5b7697e3b81000b6d20598c67e376810885` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/ps-asserted-access.md:fence-4](../../../docs/workflows/ps-asserted-access.md#L83) | csharp | `763868a684ff734431d382b531111534c79ac806b00c184a6cf2020f5e600fd8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/ps-asserted-access.md:fence-5](../../../docs/workflows/ps-asserted-access.md#L123) | csharp | `a1de2b2acea0ed0e09cb4a31a9ff5fed901ce0f4de5510dc4353f5df9886f98a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/ps-asserted-access.md:fence-1](../../../docs/workflows/ps-asserted-access.md#L11) | mermaid | `0de7cda615daa6deaefe4aef90b4178a2a612dd2b6028dce864f816bc3d36063` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/ps-asserted-access.md:fence-2](../../../docs/workflows/ps-asserted-access.md#L28) | csharp | `d774708bc98b634f92b9dac74eaa4a762df3458c81fbc4cc233bb13c6e986aa9` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/ps-asserted-access.md:fence-3](../../../docs/workflows/ps-asserted-access.md#L53) | csharp | `d6cd0f5518385b5fa0262d252fd2d5b7697e3b81000b6d20598c67e376810885` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/ps-asserted-access.md:fence-4](../../../docs/workflows/ps-asserted-access.md#L80) | csharp | `763868a684ff734431d382b531111534c79ac806b00c184a6cf2020f5e600fd8` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/ps-asserted-access.md:fence-5](../../../docs/workflows/ps-asserted-access.md#L120) | csharp | `a1de2b2acea0ed0e09cb4a31a9ff5fed901ce0f4de5510dc4353f5df9886f98a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-1](../../../docs/workflows/resource-managed-access.md#L27) | mermaid | `1311bab4aa561ca9d5768b46a1c97291c01197f7e90c1d3cdfa0cb3053faa15f` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-2](../../../docs/workflows/resource-managed-access.md#L48) | csharp | `2d7a6fc2eb5fef0151546bb47ec1e47141df47c2c6d2b61043ddbb566b97a40f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-3](../../../docs/workflows/resource-managed-access.md#L89) | csharp | `79d83d9bd840df120fe577c149300c190209f1370d06f856b0684b96dcd2480a` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-4](../../../docs/workflows/resource-managed-access.md#L108) | csharp | `8f0ef7322541d3caac15b0017cd91d3fb559223f7a0e4c193bd41d32b749783d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-5](../../../docs/workflows/resource-managed-access.md#L150) | csharp | `dc05f23d5fb9884f58a1b2b0731bd2c0062be3d575848fb45d6e64b17f51acc7` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [docs/workflows/resource-managed-access.md:fence-6](../../../docs/workflows/resource-managed-access.md#L168) | csharp | `f971b43a3443158cbc7f668bcb5fd3454f51697267078ed0515c95fa54b44c20` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/rich-resource-requests.md:fence-1](../../../docs/workflows/rich-resource-requests.md#L18) | mermaid | `d78e1da528f3365ebe6b5c2be1ae1bb421897b772d308820e1b027e34de3fad8` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/rich-resource-requests.md:fence-2](../../../docs/workflows/rich-resource-requests.md#L118) | csharp | `b9cf6ff9ba63ac09f6ff7729d2d54a5b26258d777327ca5953610386e045294d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/rich-resource-requests.md:fence-3](../../../docs/workflows/rich-resource-requests.md#L157) | bash | `5816e2b6cfa2efce01d8b78f1ca2d84a83a16ee8faf044f01f941977d846e722` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [docs/workflows/wallet-protocol.md:fence-1](../../../docs/workflows/wallet-protocol.md#L35) | mermaid | `14d41ad83d3d0b1823a9f8d4c01d1028aca1e04d8ad5fbf0a56d92903c1f4a67` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | -| [docs/workflows/wallet-protocol.md:fence-2](../../../docs/workflows/wallet-protocol.md#L67) | mermaid | `87e5ca581de9f5506245a50579360ea12a1cce823e9344d953bda6bd6cab709b` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | -| [README.md:fence-1](../../../README.md#L56) | bash | `ef50764cc25e3e18dd0b4c55c31a13f834f879894febe875678dac6074841afa` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-2](../../../README.md#L90) | bash | `cf73836166aa56ef6ccc87b2f6e6fdb73f959c9b7c34b4a0b29e1063f00e1775` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-3](../../../README.md#L96) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-4](../../../README.md#L105) | csharp | `bac6e655a77d637c9087c68c5c7cb823821acb0c1f1df96c5c1d29ddfb4ca8d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-5](../../../README.md#L129) | mermaid | `69f4f272a1a5fb4943d6421d4eeb91c41329908b753b667c271c4cf7a4a94b42` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-6](../../../README.md#L148) | csharp | `cad90ccccaa7ba2d836d8905d329bca86fbff2095c472ce3b7de2e8abd352297` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-7](../../../README.md#L191) | csharp | `116b127647aa535fbe338389965f4e05c9ba21481c1fbe7c31181fe9702ec812` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-8](../../../README.md#L231) | csharp | `5c0bb6168131ecb088bb2e7167e821f8a2f12d497b723f7695886593fe946b30` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [README.md:fence-9](../../../README.md#L275) | bash | `be9b05c3b3e1ca81497243c1dd96e2bdecc5e5d6dbea5feecf5ed021abe834a0` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/AgentConsole/README.md:fence-1](../../../samples/AgentConsole/README.md#L25) | bash | `da6dcde217b6c8f0a2407ed7d9108862f287daee9657046af43413a46152c472` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/AgentConsole/README.md:fence-2](../../../samples/AgentConsole/README.md#L64) | bash | `d05e133ab359ba8ab93d947b4612eae422d4efb66d48d006d9a8630ecba7c533` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/AgentConsole/README.md:fence-3](../../../samples/AgentConsole/README.md#L110) | bash | `eaf7d044a746e16e1235bdde143fc734a158006b49ff1625372406396c57dbd1` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/rich-resource-requests.md:fence-1](../../../docs/workflows/rich-resource-requests.md#L15) | mermaid | `d78e1da528f3365ebe6b5c2be1ae1bb421897b772d308820e1b027e34de3fad8` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/rich-resource-requests.md:fence-2](../../../docs/workflows/rich-resource-requests.md#L115) | csharp | `b9cf6ff9ba63ac09f6ff7729d2d54a5b26258d777327ca5953610386e045294d` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/rich-resource-requests.md:fence-3](../../../docs/workflows/rich-resource-requests.md#L154) | bash | `5816e2b6cfa2efce01d8b78f1ca2d84a83a16ee8faf044f01f941977d846e722` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [docs/workflows/wallet-protocol.md:fence-1](../../../docs/workflows/wallet-protocol.md#L32) | mermaid | `14d41ad83d3d0b1823a9f8d4c01d1028aca1e04d8ad5fbf0a56d92903c1f4a67` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | +| [docs/workflows/wallet-protocol.md:fence-2](../../../docs/workflows/wallet-protocol.md#L64) | mermaid | `87e5ca581de9f5506245a50579360ea12a1cce823e9344d953bda6bd6cab709b` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | +| [README.md:fence-1](../../../README.md#L53) | bash | `ef50764cc25e3e18dd0b4c55c31a13f834f879894febe875678dac6074841afa` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-2](../../../README.md#L87) | bash | `cf73836166aa56ef6ccc87b2f6e6fdb73f959c9b7c34b4a0b29e1063f00e1775` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-3](../../../README.md#L93) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-4](../../../README.md#L102) | csharp | `bac6e655a77d637c9087c68c5c7cb823821acb0c1f1df96c5c1d29ddfb4ca8d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-5](../../../README.md#L126) | mermaid | `69f4f272a1a5fb4943d6421d4eeb91c41329908b753b667c271c4cf7a4a94b42` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-6](../../../README.md#L145) | csharp | `cad90ccccaa7ba2d836d8905d329bca86fbff2095c472ce3b7de2e8abd352297` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-7](../../../README.md#L188) | csharp | `116b127647aa535fbe338389965f4e05c9ba21481c1fbe7c31181fe9702ec812` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-8](../../../README.md#L228) | csharp | `5c0bb6168131ecb088bb2e7167e821f8a2f12d497b723f7695886593fe946b30` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [README.md:fence-9](../../../README.md#L272) | bash | `be9b05c3b3e1ca81497243c1dd96e2bdecc5e5d6dbea5feecf5ed021abe834a0` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/AgentConsole/README.md:fence-1](../../../samples/AgentConsole/README.md#L21) | bash | `da6dcde217b6c8f0a2407ed7d9108862f287daee9657046af43413a46152c472` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/AgentConsole/README.md:fence-2](../../../samples/AgentConsole/README.md#L60) | bash | `d05e133ab359ba8ab93d947b4612eae422d4efb66d48d006d9a8630ecba7c533` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/AgentConsole/README.md:fence-3](../../../samples/AgentConsole/README.md#L106) | bash | `eaf7d044a746e16e1235bdde143fc734a158006b49ff1625372406396c57dbd1` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/CapabilitySupport/CatalogWalkthrough.razor:pre-1](../../../samples/CapabilitySupport/CatalogWalkthrough.razor#L54) | dynamic | `960c568905bbed3a86d989457e909fd8f9964fc8d3f1dc24b1c22d430f521eda` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Catalog session](../../../samples/CapabilitySupport/CatalogDemoSession.cs), [both-app Catalog wrapper](../../../tests/e2e/helpers/catalog.ts), R3VocabularyTests | | [samples/CapabilitySupport/CatalogWalkthrough.razor:pre-2](../../../samples/CapabilitySupport/CatalogWalkthrough.razor#L63) | dynamic | `f6681b8cd4bf54cf386ff594c5b078bad752d3962ddaa6f7a7ba49c5783c4108` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Catalog session](../../../samples/CapabilitySupport/CatalogDemoSession.cs), [both-app Catalog wrapper](../../../tests/e2e/helpers/catalog.ts), R3VocabularyTests | | [samples/CapabilitySupport/CatalogWalkthrough.razor:pre-3](../../../samples/CapabilitySupport/CatalogWalkthrough.razor#L68) | dynamic | `4c53b6a936934792c2af6215e2db6b9e045011808ac175948963fbddaf0ce6a5` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Catalog session](../../../samples/CapabilitySupport/CatalogDemoSession.cs), [both-app Catalog wrapper](../../../tests/e2e/helpers/catalog.ts), R3VocabularyTests | @@ -610,11 +606,11 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/CapabilitySupport/WalletWalkthrough.razor:pre-2](../../../samples/CapabilitySupport/WalletWalkthrough.razor#L83) | dynamic | `f6681b8cd4bf54cf386ff594c5b078bad752d3962ddaa6f7a7ba49c5783c4108` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | | [samples/CapabilitySupport/WalletWalkthrough.razor:pre-3](../../../samples/CapabilitySupport/WalletWalkthrough.razor#L90) | dynamic | `4c53b6a936934792c2af6215e2db6b9e045011808ac175948963fbddaf0ce6a5` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | | [samples/CapabilitySupport/WalletWalkthrough.razor:pre-4](../../../samples/CapabilitySupport/WalletWalkthrough.razor#L95) | dynamic | `d8351c60920cb4b0703b309a35758b978d7662ccf01f6f7eca10183cbf9344d1` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | -| [samples/Concierge/README.md:fence-1](../../../samples/Concierge/README.md#L22) | mermaid | `ce36e8c963a10aa77577e26ab0ae692f6184c38392ccb6a2f2c6d62828013784` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/Concierge/README.md:fence-2](../../../samples/Concierge/README.md#L47) | json | `3fa8184a635d42f9f6aa1debcea6b4c9a6d066ba94fbed22041103f2bd1b6b62` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/Concierge/README.md:fence-3](../../../samples/Concierge/README.md#L63) | bash | `46f8207a3d5d546392406e73b274d1452d11ae3ba32335923e51aec841a493b3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/Concierge/README.md:fence-4](../../../samples/Concierge/README.md#L69) | bash | `a9d9984ea1a54ebd2e00a96a2fbf0b35b241a95ba3daf27b5dff57cef5193177` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/Concierge/README.md:fence-5](../../../samples/Concierge/README.md#L86) | bash | `959040f0ddf0c8885eecc319426933702020aa35b7c7317eb3ca803c8322bda3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/Concierge/README.md:fence-1](../../../samples/Concierge/README.md#L18) | mermaid | `ce36e8c963a10aa77577e26ab0ae692f6184c38392ccb6a2f2c6d62828013784` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/Concierge/README.md:fence-2](../../../samples/Concierge/README.md#L43) | json | `3fa8184a635d42f9f6aa1debcea6b4c9a6d066ba94fbed22041103f2bd1b6b62` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/Concierge/README.md:fence-3](../../../samples/Concierge/README.md#L59) | bash | `46f8207a3d5d546392406e73b274d1452d11ae3ba32335923e51aec841a493b3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/Concierge/README.md:fence-4](../../../samples/Concierge/README.md#L65) | bash | `a9d9984ea1a54ebd2e00a96a2fbf0b35b241a95ba3daf27b5dff57cef5193177` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/Concierge/README.md:fence-5](../../../samples/Concierge/README.md#L82) | bash | `959040f0ddf0c8885eecc319426933702020aa35b7c7317eb3ca803c8322bda3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/EventSupport/EventDemoCode.cs:Discover-1](../../../samples/EventSupport/EventDemoCode.cs#L6) | csharp | `4c08496c795da47ffeeef067ed604342297f2a1416eba5ac56594bedff961f75` | Exact C# compiled with typed prior-step/host inputs | [Event session](../../../samples/EventSupport/EventDemoSession.cs), [both-app Events wrapper](../../../tests/e2e/helpers/events.ts), EventHttpTests / EventPersistenceTests | | [samples/EventSupport/EventDemoCode.cs:SubscriptionUrl-2](../../../samples/EventSupport/EventDemoCode.cs#L20) | csharp | `fce4db2b5873fe22d33924fa7d3f0a89cc25f6ef877bbaa8dddc64d57a7681c7` | Exact C# compiled with typed prior-step/host inputs | [Event session](../../../samples/EventSupport/EventDemoSession.cs), [both-app Events wrapper](../../../tests/e2e/helpers/events.ts), EventHttpTests / EventPersistenceTests | | [samples/EventSupport/EventDemoCode.cs:SubscribeToken-3](../../../samples/EventSupport/EventDemoCode.cs#L42) | csharp | `92ac9b17715650b1987977f0bd39ee1be2a863d24d180d88d0b88176460f1b96` | Exact C# compiled with typed prior-step/host inputs | [Event session](../../../samples/EventSupport/EventDemoSession.cs), [both-app Events wrapper](../../../tests/e2e/helpers/events.ts), EventHttpTests / EventPersistenceTests | @@ -742,9 +738,9 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/GuidedTour/Components/TokenView.razor:pre-2](../../../samples/GuidedTour/Components/TokenView.razor#L16) | dynamic | `2a9cf719f0118d2ba42f093d45dd765b8b75b8c0e19578553b1d4e151706fbd6` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/GuidedTour/Components/TokenView.razor:pre-3](../../../samples/GuidedTour/Components/TokenView.razor#L24) | dynamic | `e211148e496440f8f241df3d0f9ac95252208e89ee216db3a968d0a8d3aa9868` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/GuidedTour/Components/TokenView.razor:pre-4](../../../samples/GuidedTour/Components/TokenView.razor#L32) | dynamic | `a4c1637eefc9eb85bcc4a14d77b9063bc5d5820fb8d67067d71adcc0eb523f00` | Dynamic Razor binding: build plus mapped scenario browser/captured-wire tests | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | -| [samples/GuidedTour/README.md:fence-1](../../../samples/GuidedTour/README.md#L82) | json | `b887277671e7f7911bc43eec0cbe331eab6dc1b9c064e9e110d10b34c0d6b89f` | JSON member fragment parsed inside an explicit object | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | -| [samples/GuidedTour/README.md:fence-2](../../../samples/GuidedTour/README.md#L227) | bash | `549ee4073d83ddc3114327176a7908e2a284a36b8fdd273b15c32ea6b359ee88` | Shell syntax checked; side-effect commands not executed | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | -| [samples/GuidedTour/README.md:fence-3](../../../samples/GuidedTour/README.md#L238) | bash | `7908132f61d44ec1923e38fe282539e64ab07af23700f19983e7ecdad08dbc69` | Shell syntax checked; side-effect commands not executed | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | +| [samples/GuidedTour/README.md:fence-1](../../../samples/GuidedTour/README.md#L79) | json | `b887277671e7f7911bc43eec0cbe331eab6dc1b9c064e9e110d10b34c0d6b89f` | JSON member fragment parsed inside an explicit object | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | +| [samples/GuidedTour/README.md:fence-2](../../../samples/GuidedTour/README.md#L224) | bash | `549ee4073d83ddc3114327176a7908e2a284a36b8fdd273b15c32ea6b359ee88` | Shell syntax checked; side-effect commands not executed | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | +| [samples/GuidedTour/README.md:fence-3](../../../samples/GuidedTour/README.md#L235) | bash | `7908132f61d44ec1923e38fe282539e64ab07af23700f19983e7ecdad08dbc69` | Shell syntax checked; side-effect commands not executed | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/GuidedTour/TourSession.cs:RunLiveWorkerStepAsync-1](../../../samples/GuidedTour/TourSession.cs#L1720) | csharp | `453115ac5193c053d5567b341afcdef1aefb2d6952f2c916c3d8a583cf6fee3c` | Exact C# compiled with typed prior-step/host inputs | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/GuidedTour/TourSession.cs:RunLiveWorkerStepAsync-2](../../../samples/GuidedTour/TourSession.cs#L1724) | csharp | `04b49a4d7dc5dbfff8937ede6e6d56930c86d999cc881b664c934c643687d9c9` | Exact C# compiled with typed prior-step/host inputs | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/GuidedTour/TourSession.cs:RunLiveWorkerStepAsync-3](../../../samples/GuidedTour/TourSession.cs#L1729) | csharp | `972cb4bc4c4c557900f500c044316848ebeb6265d9b827ca3e0696de15c6600e` | Exact C# compiled with typed prior-step/host inputs | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | @@ -764,50 +760,50 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/MockAccessServers/Federated/README.md:fence-1](../../../samples/MockAccessServers/Federated/README.md#L57) | bash | `32f77f60c1f6fc0cf6fa4bb1475f12e200abe5ff78c303c1d000148c91436309` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockAccessServers/Federated/README.md:fence-2](../../../samples/MockAccessServers/Federated/README.md#L102) | bash | `ef23884b8e86b32a20334a454f384e08564ead9deb5ecd297febd6a6b34b5400` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockAccessServers/Federated/README.md:fence-3](../../../samples/MockAccessServers/Federated/README.md#L108) | bash | `481ed1eda6a4d531693df0199810be3eaa64e4a006cdcf7a12a2b68cc47ceb5b` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockAccessServers/README.md:fence-1](../../../samples/MockAccessServers/README.md#L53) | bash | `84bc1a5edb19022f5b273a7dca7a5110fa0986a0083c40d53de78ec7d1483348` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockAgentProvider/README.md:fence-1](../../../samples/MockAgentProvider/README.md#L28) | bash | `016d1fa45df9833e0ba49e8da141e5bee17880475b58e33588eee4276e2a00d8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockAgentProvider/README.md:fence-2](../../../samples/MockAgentProvider/README.md#L36) | bash | `db82207af68a01be6c3d5a244232b509e1723c3af0e3697b2e9aaf0b55dd38bd` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockAgentProvider/README.md:fence-3](../../../samples/MockAgentProvider/README.md#L47) | json | `720b972c0fd1f4f7a5a82ba89556a3173dbe83aa8408ed64d96e91252eb11012` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockAccessServers/README.md:fence-1](../../../samples/MockAccessServers/README.md#L49) | bash | `84bc1a5edb19022f5b273a7dca7a5110fa0986a0083c40d53de78ec7d1483348` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockAgentProvider/README.md:fence-1](../../../samples/MockAgentProvider/README.md#L25) | bash | `016d1fa45df9833e0ba49e8da141e5bee17880475b58e33588eee4276e2a00d8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockAgentProvider/README.md:fence-2](../../../samples/MockAgentProvider/README.md#L33) | bash | `db82207af68a01be6c3d5a244232b509e1723c3af0e3697b2e9aaf0b55dd38bd` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockAgentProvider/README.md:fence-3](../../../samples/MockAgentProvider/README.md#L44) | json | `720b972c0fd1f4f7a5a82ba89556a3173dbe83aa8408ed64d96e91252eb11012` | JSON parsed; displayed identifiers/claims are illustrative | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockPersonServer/README.md:fence-1](../../../samples/MockPersonServer/README.md#L109) | bash | `b183ed4a8dfcaa44c29c99bc03fdfbd48a243beb13c4c5fa866387c24c5fd988` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockPersonServer/README.md:fence-2](../../../samples/MockPersonServer/README.md#L117) | bash | `07d9570f472918f18e9d0ce724b66b667dce93392f42cc8e6361efb29bd9a33a` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Bookings/README.md:fence-1](../../../samples/MockResourceServers/Bookings/README.md#L76) | bash | `e985208fee44b1458815a5da292860d021ea36083336c8ef45496787bda7e1a9` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Bookings/README.md:fence-1](../../../samples/MockResourceServers/Bookings/README.md#L73) | bash | `e985208fee44b1458815a5da292860d021ea36083336c8ef45496787bda7e1a9` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockResourceServers/Calendar/README.md:fence-1](../../../samples/MockResourceServers/Calendar/README.md#L32) | bash | `26cd5505c29422ddb1032d5c73126f4d17fd74dafedcc90f62ea708a60ef4748` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockResourceServers/Calendar/README.md:fence-2](../../../samples/MockResourceServers/Calendar/README.md#L38) | bash | `b796154a6bf6f11e544824eff3272f406c0d9201ec8c294ccafd658c6e4c0039` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Inbox/README.md:fence-1](../../../samples/MockResourceServers/Inbox/README.md#L47) | mermaid | `7a71808473223e00cb7c9984355f08a6b9606b1c89f49408f2b0b4e99c06aad3` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Inbox/README.md:fence-2](../../../samples/MockResourceServers/Inbox/README.md#L68) | bash | `c790576af4dcd14a1537ae6fa6674f2ab50661541b9fbdb9af096688ec51ba86` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Inbox/README.md:fence-3](../../../samples/MockResourceServers/Inbox/README.md#L74) | bash | `a2d7f1d07d36514b00f978956271682193f50122db6d7408a0f534f56ad8bb44` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Profile/README.md:fence-1](../../../samples/MockResourceServers/Profile/README.md#L44) | bash | `c2d4c4475e969b89e1c03350f8f072993a747c1e6d8eb829872baa69596ecca2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/Profile/README.md:fence-2](../../../samples/MockResourceServers/Profile/README.md#L53) | bash | `99b4b4891c12309a5d1cb10008a5be793de0af11699f30271ef428ad74f4b4a2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/README.md:fence-1](../../../samples/MockResourceServers/README.md#L80) | bash | `916b5235d2fe61a422594a603f3bb8044a31ce2e224831e131fb4939ff260ea8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/MockResourceServers/README.md:fence-2](../../../samples/MockResourceServers/README.md#L86) | bash | `721fe8dc2df254017febc2383bc5571d05b647334bcb9caf675f05984ec9b7b8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Inbox/README.md:fence-1](../../../samples/MockResourceServers/Inbox/README.md#L43) | mermaid | `7a71808473223e00cb7c9984355f08a6b9606b1c89f49408f2b0b4e99c06aad3` | Sequence/flow source checked; actors/order reviewed against mapped scenario | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Inbox/README.md:fence-2](../../../samples/MockResourceServers/Inbox/README.md#L64) | bash | `c790576af4dcd14a1537ae6fa6674f2ab50661541b9fbdb9af096688ec51ba86` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Inbox/README.md:fence-3](../../../samples/MockResourceServers/Inbox/README.md#L70) | bash | `a2d7f1d07d36514b00f978956271682193f50122db6d7408a0f534f56ad8bb44` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Profile/README.md:fence-1](../../../samples/MockResourceServers/Profile/README.md#L40) | bash | `c2d4c4475e969b89e1c03350f8f072993a747c1e6d8eb829872baa69596ecca2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/Profile/README.md:fence-2](../../../samples/MockResourceServers/Profile/README.md#L49) | bash | `99b4b4891c12309a5d1cb10008a5be793de0af11699f30271ef428ad74f4b4a2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/README.md:fence-1](../../../samples/MockResourceServers/README.md#L76) | bash | `916b5235d2fe61a422594a603f3bb8044a31ce2e224831e131fb4939ff260ea8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/MockResourceServers/README.md:fence-2](../../../samples/MockResourceServers/README.md#L82) | bash | `721fe8dc2df254017febc2383bc5571d05b647334bcb9caf675f05984ec9b7b8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockResourceServers/Trips/README.md:fence-1](../../../samples/MockResourceServers/Trips/README.md#L29) | bash | `8a22349beae27d0015ed2fcc8bbd9ee011ae7d305193b3ce3b02123596fb4ca0` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/MockResourceServers/Wallet/README.md:fence-1](../../../samples/MockResourceServers/Wallet/README.md#L29) | bash | `1ad360b8e2259599187dedb9b3fcf3cddef1d0affeab8b21d9f355dabd3ab059` | Shell syntax checked; side-effect commands not executed | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | | [samples/MockResourceServers/Wallet/README.md:fence-2](../../../samples/MockResourceServers/Wallet/README.md#L38) | bash | `1c9e9ac5481e479bb2dc17031eb320f334638bf434050b2ae7e5596db71364d6` | Shell syntax checked; side-effect commands not executed | [Wallet session](../../../samples/CapabilitySupport/WalletDemoSession.cs), [both-app Wallet wrapper](../../../tests/e2e/helpers/wallet-protocol.ts), DeferredFederationTests / RevocationLifecycleTests | -| [samples/README.md:fence-1](../../../samples/README.md#L63) | csharp | `2b712ecb3492998075ff420dbe306e24d9301a11115d40ec85698f19c7c05f8f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-2](../../../samples/README.md#L132) | bash | `549ee4073d83ddc3114327176a7908e2a284a36b8fdd273b15c32ea6b359ee88` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-3](../../../samples/README.md#L157) | bash | `6483e1a97b8691a784209ca40d7c0637d35249ea0b6efea72f8611406ff21604` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-4](../../../samples/README.md#L170) | bash | `4621bc905177f723f5e0ff904d1c513d983efbdbd51e2827ae6e63acfd896ff3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-5](../../../samples/README.md#L181) | bash | `c2d4c4475e969b89e1c03350f8f072993a747c1e6d8eb829872baa69596ecca2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-6](../../../samples/README.md#L195) | bash | `26cd5505c29422ddb1032d5c73126f4d17fd74dafedcc90f62ea708a60ef4748` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-7](../../../samples/README.md#L207) | bash | `8a22349beae27d0015ed2fcc8bbd9ee011ae7d305193b3ce3b02123596fb4ca0` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-8](../../../samples/README.md#L218) | bash | `1ad360b8e2259599187dedb9b3fcf3cddef1d0affeab8b21d9f355dabd3ab059` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-9](../../../samples/README.md#L229) | bash | `8b523bb4e46c0fdd3ada382ff8237f95c4118aae3abf9578b598ee9bec6b475c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-10](../../../samples/README.md#L248) | bash | `73a53d75067b1a3aa5eac127f6b0d7a625f83713fb06ee4e3bea1cdf9671abe5` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-11](../../../samples/README.md#L264) | bash | `cee4e3957fc6fb00091a113fa578f12d62cfe47afe312878af61b4c516d91fc7` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-12](../../../samples/README.md#L270) | bash | `e3ec86108ef1216233056686189a69f34847e9529f1a69ea1ac6435fae7d9e91` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-13](../../../samples/README.md#L277) | bash | `be7b50ef7791ff23eeacd6d1dad02cdcd6157b6e078b368c7b50f4f5473d3ee3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-14](../../../samples/README.md#L284) | bash | `548a4c130e36f0e540cea77d08cfe6f58c46fa9c9a59dcc0609d6cb13e608178` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-15](../../../samples/README.md#L291) | bash | `002a217633241d5cc6fc83782796cbcbb767589845ca154c25ad4b01c70bf80d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-16](../../../samples/README.md#L298) | bash | `12e0b452b94aa11c170fda876cc292cbaf09dae6d866a1a999cff725c83caf50` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-17](../../../samples/README.md#L305) | bash | `83238081ecaf4bd0cedbbba71f255837877b6616abfef5690d922265ca760f56` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-18](../../../samples/README.md#L312) | | `4fa6d0a7adc1bb365764f5c60d7460c05b98f51b78d02899472a84d9b514a55b` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-19](../../../samples/README.md#L318) | bash | `57d37b25e0c69f2937389103209b47d1afdd0921ded21c9ced1e56b125d0abb4` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-20](../../../samples/README.md#L337) | bash | `686dc78fa36af733b25698df0c76b97922036ec767388988bc60f99f2cc0c37d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-21](../../../samples/README.md#L345) | bash | `016d1fa45df9833e0ba49e8da141e5bee17880475b58e33588eee4276e2a00d8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-22](../../../samples/README.md#L353) | bash | `4478cd8fcf98e455297048a70cec99c07521e8e69d842c61bd638e0e8fe88bc7` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-23](../../../samples/README.md#L361) | bash | `a16fd99e6ab5da9ec0b66842bdc6152550bf7bd67ef6d1b4ca224e61c720dd9c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-24](../../../samples/README.md#L369) | bash | `5f98072a1cdb9576b409814e096a5af4ca63bbdfd249a81fc467957c5bbcf196` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [samples/README.md:fence-25](../../../samples/README.md#L383) | bash | `cd69c5ddb22b9d81b37e541e1a3ebfe113cb8fccf291f36e98db7247efd5788a` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-1](../../../samples/README.md#L59) | csharp | `2b712ecb3492998075ff420dbe306e24d9301a11115d40ec85698f19c7c05f8f` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-2](../../../samples/README.md#L128) | bash | `549ee4073d83ddc3114327176a7908e2a284a36b8fdd273b15c32ea6b359ee88` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-3](../../../samples/README.md#L153) | bash | `6483e1a97b8691a784209ca40d7c0637d35249ea0b6efea72f8611406ff21604` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-4](../../../samples/README.md#L166) | bash | `4621bc905177f723f5e0ff904d1c513d983efbdbd51e2827ae6e63acfd896ff3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-5](../../../samples/README.md#L177) | bash | `c2d4c4475e969b89e1c03350f8f072993a747c1e6d8eb829872baa69596ecca2` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-6](../../../samples/README.md#L191) | bash | `26cd5505c29422ddb1032d5c73126f4d17fd74dafedcc90f62ea708a60ef4748` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-7](../../../samples/README.md#L203) | bash | `8a22349beae27d0015ed2fcc8bbd9ee011ae7d305193b3ce3b02123596fb4ca0` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-8](../../../samples/README.md#L214) | bash | `1ad360b8e2259599187dedb9b3fcf3cddef1d0affeab8b21d9f355dabd3ab059` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-9](../../../samples/README.md#L225) | bash | `8b523bb4e46c0fdd3ada382ff8237f95c4118aae3abf9578b598ee9bec6b475c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-10](../../../samples/README.md#L244) | bash | `73a53d75067b1a3aa5eac127f6b0d7a625f83713fb06ee4e3bea1cdf9671abe5` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-11](../../../samples/README.md#L260) | bash | `cee4e3957fc6fb00091a113fa578f12d62cfe47afe312878af61b4c516d91fc7` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-12](../../../samples/README.md#L266) | bash | `e3ec86108ef1216233056686189a69f34847e9529f1a69ea1ac6435fae7d9e91` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-13](../../../samples/README.md#L273) | bash | `be7b50ef7791ff23eeacd6d1dad02cdcd6157b6e078b368c7b50f4f5473d3ee3` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-14](../../../samples/README.md#L280) | bash | `548a4c130e36f0e540cea77d08cfe6f58c46fa9c9a59dcc0609d6cb13e608178` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-15](../../../samples/README.md#L287) | bash | `002a217633241d5cc6fc83782796cbcbb767589845ca154c25ad4b01c70bf80d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-16](../../../samples/README.md#L294) | bash | `12e0b452b94aa11c170fda876cc292cbaf09dae6d866a1a999cff725c83caf50` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-17](../../../samples/README.md#L301) | bash | `83238081ecaf4bd0cedbbba71f255837877b6616abfef5690d922265ca760f56` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-18](../../../samples/README.md#L308) | | `4fa6d0a7adc1bb365764f5c60d7460c05b98f51b78d02899472a84d9b514a55b` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-19](../../../samples/README.md#L314) | bash | `57d37b25e0c69f2937389103209b47d1afdd0921ded21c9ced1e56b125d0abb4` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-20](../../../samples/README.md#L333) | bash | `686dc78fa36af733b25698df0c76b97922036ec767388988bc60f99f2cc0c37d` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-21](../../../samples/README.md#L341) | bash | `016d1fa45df9833e0ba49e8da141e5bee17880475b58e33588eee4276e2a00d8` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-22](../../../samples/README.md#L349) | bash | `4478cd8fcf98e455297048a70cec99c07521e8e69d842c61bd638e0e8fe88bc7` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-23](../../../samples/README.md#L357) | bash | `a16fd99e6ab5da9ec0b66842bdc6152550bf7bd67ef6d1b4ca224e61c720dd9c` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-24](../../../samples/README.md#L365) | bash | `5f98072a1cdb9576b409814e096a5af4ca63bbdfd249a81fc467957c5bbcf196` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [samples/README.md:fence-25](../../../samples/README.md#L379) | bash | `cd69c5ddb22b9d81b37e541e1a3ebfe113cb8fccf291f36e98db7247efd5788a` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | | [samples/SampleApp/Components/ConsentProgress.razor:pre-1](../../../samples/SampleApp/Components/ConsentProgress.razor#L8) | http | `72374f5d71f42a98695f51564e5a6fb30a604391b2a765e488a991b987bb4ea9` | Illustrative text/HTTP fragment: placeholder bytes, current contract check; not a signed request | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/SampleApp/Components/Pages/Bookings.razor:pre-1](../../../samples/SampleApp/Components/Pages/Bookings.razor#L48) | csharp | `8ae77b5c62afcbe653b1140aceacc54166dcf3c042ec5796336b52aec31dc5f5` | Exact C# compiled with typed prior-step/host inputs | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/SampleApp/Components/Pages/Bookings.razor:pre-2](../../../samples/SampleApp/Components/Pages/Bookings.razor#L87) | csharp | `d45775c948206c0a0cd7502f478ab12cdbfccbae31d08bc8c056b9aad5fd75f6` | Exact C# compiled with typed prior-step/host inputs | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | @@ -954,7 +950,7 @@ file even when it has zero snippets; a file hash detects prose/navigation change | [samples/SampleApp/Components/Pages/SubAgent.razor:inline-4](../../../samples/SampleApp/Components/Pages/SubAgent.razor#L168) | inline-code | `84e925d67edae8780e32bf145b35353d9aa74a63c3a6cbd96e75d468e11e3996` | Inline Razor label/expression: source inventory, build and scenario display checks; not a standalone program | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/SampleApp/Components/Pages/SubAgent.razor:inline-5](../../../samples/SampleApp/Components/Pages/SubAgent.razor#L176) | inline-code | `1744bb6c1da2e55193e9eb4afe485e275c8cc30a2b1d1b9c100170d36fe9e520` | Inline Razor label/expression: source inventory, build and scenario display checks; not a standalone program | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | | [samples/SampleApp/Components/Pages/SubAgent.razor:inline-6](../../../samples/SampleApp/Components/Pages/SubAgent.razor#L178) | inline-code | `82a9a4369a2190e4225be7f0bb6dd1963beb23980dafa403fbac425b8c411c30` | Inline Razor label/expression: source inventory, build and scenario display checks; not a standalone program | [capability-to-flow/spec map](capability-scenarios.md), [tour state](../../../samples/GuidedTour/TourSession.cs), [app specs](../../../samples/SampleApp/playwright-tests/), [tour specs](../../../samples/GuidedTour/playwright-tests/) | -| [src/AAuth.R3/README.md:fence-1](../../../src/AAuth.R3/README.md#L35) | csharp | `6f49b5e894779d64047132370d030587677e3702a1ea810369f0835a6de23a28` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [src/AAuth/README.md:fence-1](../../../src/AAuth/README.md#L12) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [src/AAuth/README.md:fence-2](../../../src/AAuth/README.md#L21) | csharp | `bac6e655a77d637c9087c68c5c7cb823821acb0c1f1df96c5c1d29ddfb4ca8d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | -| [src/AAuth/README.md:fence-3](../../../src/AAuth/README.md#L53) | csharp | `cad90ccccaa7ba2d836d8905d329bca86fbff2095c472ce3b7de2e8abd352297` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [src/AAuth.R3/README.md:fence-1](../../../src/AAuth.R3/README.md#L32) | csharp | `6f49b5e894779d64047132370d030587677e3702a1ea810369f0835a6de23a28` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [src/AAuth/README.md:fence-1](../../../src/AAuth/README.md#L9) | bash | `0cc8bf77419b3cf5842a01e5350d865905b39fbe124a4b0fc90be9e8e4336218` | Shell syntax checked; side-effect commands not executed | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [src/AAuth/README.md:fence-2](../../../src/AAuth/README.md#L18) | csharp | `bac6e655a77d637c9087c68c5c7cb823821acb0c1f1df96c5c1d29ddfb4ca8d2` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | +| [src/AAuth/README.md:fence-3](../../../src/AAuth/README.md#L50) | csharp | `cad90ccccaa7ba2d836d8905d329bca86fbff2095c472ce3b7de2e8abd352297` | Exact C# compiled with typed prior-step/host inputs | [API owning-source map](api-surface-map.md), [section-specific source/tests](conformance-ledger.md), [exact compiler](../../../tests/AAuth.Tests/Api/SnippetCompilationTests.cs) | diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-log.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-log.md index b345b591..b91459b7 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-log.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-log.md @@ -1,7 +1,3 @@ ---- -description: Decisions and validation results for the AAuth v10 migration. ---- - # Implementation Log - AAuth v10 migration ## Decisions Taken diff --git a/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-plan.md b/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-plan.md index 21c25084..f4191a65 100644 --- a/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-plan.md +++ b/.agent/plans/2026-09-08-aauth-v10-spec-migration/implementation-plan.md @@ -1,7 +1,3 @@ ---- -description: Phased implementation and verification of the AAuth v10 migration. ---- - # Implementation Plan - AAuth v10 repository migration Companion to [research.md](research.md), created 2026-09-08. This plan covers the diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 00000000..28f53acf --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,6 @@ +# Markdown Authoring + +* Do not add YAML frontmatter to regular Markdown documents. +* Begin each regular Markdown document with a single level-1 heading. +* Preserve frontmatter only where tools require it as machine-readable metadata, + such as `*.instructions.md`, `*.prompt.md`, `*.agent.md`, and `SKILL.md` files. \ No newline at end of file diff --git a/README.md b/README.md index 8eb2d508..93abd1b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth SDK for .NET -description: AAuth SDK for .NET, companion packages and runnable protocol demonstrations. ---- +# AAuth SDK for .NET [![CI](https://github.com/aauth-dev/dotnet-samples/actions/workflows/ci.yml/badge.svg)](https://github.com/aauth-dev/dotnet-samples/actions/workflows/ci.yml) [![NuGet](https://img.shields.io/nuget/vpre/AAuth)](https://www.nuget.org/packages/AAuth) diff --git a/docs/README.md b/docs/README.md index 422c6137..7638e660 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth .NET SDK Documentation -description: Agent signing, server verification, companion packages and runnable workflows. ---- +# AAuth .NET SDK Documentation The AAuth .NET SDK (`AAuth` NuGet package) supports agent-side JWT signing, server-side verification, six Signature-Key schemes and four resource access diff --git a/docs/advanced/clarification-chat.md b/docs/advanced/clarification-chat.md index 3a28c7aa..ce43ecfe 100644 --- a/docs/advanced/clarification-chat.md +++ b/docs/advanced/clarification-chat.md @@ -1,7 +1,4 @@ ---- -title: Clarification Chat -description: Answer, narrow or cancel authenticated PS and AS clarification requests. ---- +# Clarification Chat > [Clarification Chat](https://explorer.aauth.dev/missions/clarification) diff --git a/docs/advanced/error-handling.md b/docs/advanced/error-handling.md index afc6976f..7955056b 100644 --- a/docs/advanced/error-handling.md +++ b/docs/advanced/error-handling.md @@ -1,7 +1,4 @@ ---- -title: Error Handling -description: Handle AAuth problem details, signature errors, and deferred consent failures. ---- +# Error Handling > [Error Codes](https://explorer.aauth.dev/foundations/errors) diff --git a/docs/advanced/interaction-chaining.md b/docs/advanced/interaction-chaining.md index c7bea54a..c715a295 100644 --- a/docs/advanced/interaction-chaining.md +++ b/docs/advanced/interaction-chaining.md @@ -1,7 +1,4 @@ ---- -title: Interaction Chaining -description: Propagate deferred consent through intermediary resources. ---- +# Interaction Chaining When an intermediary resource calls a downstream resource and the downstream PS/AS requires user consent, the intermediary must propagate the interaction requirement back through the call chain to the original agent. diff --git a/docs/advanced/key-management.md b/docs/advanced/key-management.md index 77040da1..eb748cbd 100644 --- a/docs/advanced/key-management.md +++ b/docs/advanced/key-management.md @@ -1,7 +1,4 @@ ---- -title: Key Management -description: Software key persistence and explicit custom secure-key integration contracts. ---- +# Key Management > [Cryptographic Keys](https://explorer.aauth.dev/foundations/keys) diff --git a/docs/advanced/missions.md b/docs/advanced/missions.md index 58aa8b90..490223a2 100644 --- a/docs/advanced/missions.md +++ b/docs/advanced/missions.md @@ -1,7 +1,4 @@ ---- -title: Missions -description: Exact mission bytes, signed references and governed agent actions. ---- +# Missions > [Mission Lifecycle](https://explorer.aauth.dev/missions/lifecycle) | [Mission Comparison](https://explorer.aauth.dev/missions/compare) diff --git a/docs/advanced/observability.md b/docs/advanced/observability.md index 1e3d488b..5c0401f8 100644 --- a/docs/advanced/observability.md +++ b/docs/advanced/observability.md @@ -1,7 +1,4 @@ ---- -title: Observability -description: Subscribe to AAuth diagnostics without exposing token material. ---- +# Observability The AAuth SDK provides built-in OpenTelemetry-compatible tracing via `System.Diagnostics` — no external OTel package dependency required. diff --git a/docs/advanced/platform-attestation.md b/docs/advanced/platform-attestation.md index 1d2c4a07..a15cc030 100644 --- a/docs/advanced/platform-attestation.md +++ b/docs/advanced/platform-attestation.md @@ -1,7 +1,4 @@ ---- -title: Platform Attestation -description: Platform integration hooks and explicit limits of the software-key samples. ---- +# Platform Attestation > [Signing Modes](https://explorer.aauth.dev/foundations/schemes) diff --git a/docs/concepts.md b/docs/concepts.md index f08f29f9..8bbdafd0 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -1,7 +1,4 @@ ---- -title: Protocol Concepts -description: AAuth roles, access modes, governance, token purposes and supported companions. ---- +# Protocol Concepts AAuth is a protocol for autonomous agent authorization. This page maps protocol concepts to SDK types. For the full interactive protocol reference, see the [AAuth Explorer](https://explorer.aauth.dev/). diff --git a/docs/getting-started.md b/docs/getting-started.md index 952b7c75..c81eee8c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,7 +1,4 @@ ---- -title: Getting Started -description: Enroll an agent and make signed AAuth requests with the .NET SDK. ---- +# Getting Started ## Prerequisites diff --git a/docs/glossary.md b/docs/glossary.md index 019437fb..8a769625 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -1,7 +1,4 @@ ---- -title: Glossary and Acronyms -description: Current AAuth roles, token purposes, cryptography and sample terminology. ---- +# Glossary and Acronyms A single reference for the acronyms, abbreviations, and short protocol terms used across this repository (samples, SDK, docs). AAuth-specific and diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index d04b741f..005faa40 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -1,7 +1,4 @@ ---- -title: Configuration Reference -description: Configure AAuth verification, token issuance, and deferred exchanges. ---- +# Configuration Reference All configurable options across the AAuth .NET SDK, grouped by component. diff --git a/docs/reference/dependency-injection.md b/docs/reference/dependency-injection.md index 84fb8edf..51bebb9d 100644 --- a/docs/reference/dependency-injection.md +++ b/docs/reference/dependency-injection.md @@ -1,7 +1,4 @@ ---- -title: Dependency Injection -description: Register agent provisioning, verification and policy services with explicit ownership. ---- +# Dependency Injection Register AAuth services in ASP.NET Core and hosted applications using the built-in DI extensions. diff --git a/docs/server/authorization-policies.md b/docs/server/authorization-policies.md index ac32d2b6..bf16260e 100644 --- a/docs/server/authorization-policies.md +++ b/docs/server/authorization-policies.md @@ -1,7 +1,4 @@ ---- -title: Authorization Policies -description: Require verified AAuth scopes and roles in ASP.NET endpoints. ---- +# Authorization Policies The AAuth SDK integrates with ASP.NET Core's authorization system via `AAuthScopeRequirement`, `AAuthScopeHandler`, role claims, and a set of convenience policy registrations. diff --git a/docs/server/challenge-middleware.md b/docs/server/challenge-middleware.md index 63956663..3f9c72b6 100644 --- a/docs/server/challenge-middleware.md +++ b/docs/server/challenge-middleware.md @@ -1,7 +1,4 @@ ---- -title: Challenge Middleware -description: Issue resource-token challenges with explicit audience and mission context. ---- +# Challenge Middleware `AAuthChallengeMiddleware` automatically issues 401 challenges with resource tokens when an agent presents only an agent token but the resource requires an auth token. diff --git a/docs/server/mission-governance.md b/docs/server/mission-governance.md index 855b4fb1..7e198a5a 100644 --- a/docs/server/mission-governance.md +++ b/docs/server/mission-governance.md @@ -1,7 +1,4 @@ ---- -title: Mission Governance (Server) -description: Host authenticated mission approval, permission, audit and interaction endpoints. ---- +# Mission Governance (Server) > [Mission Lifecycle](https://explorer.aauth.dev/missions/lifecycle) diff --git a/docs/server/multi-scheme-verification.md b/docs/server/multi-scheme-verification.md index 80b3c411..e105ff1a 100644 --- a/docs/server/multi-scheme-verification.md +++ b/docs/server/multi-scheme-verification.md @@ -1,7 +1,4 @@ ---- -title: Multi-Scheme Verification -description: Resolve and verify supported Signature Keys carriers under explicit role policy. ---- +# Multi-Scheme Verification > [Signature-Key Schemes](https://explorer.aauth.dev/foundations/schemes) diff --git a/docs/server/replay-detection.md b/docs/server/replay-detection.md index 2262d673..fe95a32f 100644 --- a/docs/server/replay-detection.md +++ b/docs/server/replay-detection.md @@ -1,7 +1,4 @@ ---- -title: Replay Detection and Revocation -description: Independent request replay protection and issuer-qualified token revocation. ---- +# Replay Detection and Revocation > [Signature Security](https://explorer.aauth.dev/foundations/signatures) diff --git a/docs/server/resource-metadata.md b/docs/server/resource-metadata.md index 5a0ec48f..cc7efc57 100644 --- a/docs/server/resource-metadata.md +++ b/docs/server/resource-metadata.md @@ -1,7 +1,4 @@ ---- -title: Resource Metadata -description: Publish AAuth resource metadata and discover admitted issuer keys. ---- +# Resource Metadata > [Discovery](https://explorer.aauth.dev/foundations/discovery) diff --git a/docs/server/token-issuance.md b/docs/server/token-issuance.md index 78c8926a..8a5bc6d3 100644 --- a/docs/server/token-issuance.md +++ b/docs/server/token-issuance.md @@ -1,7 +1,4 @@ ---- -title: Token Issuance -description: Issue bounded AAuth resource, agent, and authorization tokens. ---- +# Token Issuance > [Token Types](https://explorer.aauth.dev/foundations/tokens) | [Token Lifecycle](https://explorer.aauth.dev/tokens/lifecycle) diff --git a/docs/server/verification-middleware.md b/docs/server/verification-middleware.md index 4e6db80f..10f4032b 100644 --- a/docs/server/verification-middleware.md +++ b/docs/server/verification-middleware.md @@ -1,7 +1,3 @@ ---- -description: Typed JWT trust, selected-label HTTP signatures, and endpoint policy. ---- - # Verification Middleware `AAuthVerificationMiddleware` performs HTTP signature verification (RFC 9421 PoP) and JWT issuer signature verification in a single pass. diff --git a/docs/signing-modes/agent-identity-jwks-uri.md b/docs/signing-modes/agent-identity-jwks-uri.md index 64900c3c..766c36dc 100644 --- a/docs/signing-modes/agent-identity-jwks-uri.md +++ b/docs/signing-modes/agent-identity-jwks-uri.md @@ -1,7 +1,3 @@ ---- -description: Metadata-based server key discovery and distinct direct JWKS signatures. ---- - # Server Identity (sig=jwks_uri) ## Overview diff --git a/docs/signing-modes/key-rotation-jkt-jwt.md b/docs/signing-modes/key-rotation-jkt-jwt.md index a75665d5..a3b3ea78 100644 --- a/docs/signing-modes/key-rotation-jkt-jwt.md +++ b/docs/signing-modes/key-rotation-jkt-jwt.md @@ -1,7 +1,4 @@ ---- -title: Key Rotation with jkt-jwt -description: Generic naming-JWT delegation and AP refresh with distinct durable and ephemeral keys. ---- +# Key Rotation with jkt-jwt ## Overview diff --git a/docs/signing-modes/overview.md b/docs/signing-modes/overview.md index 8abc8fab..67a359e5 100644 --- a/docs/signing-modes/overview.md +++ b/docs/signing-modes/overview.md @@ -1,7 +1,3 @@ ---- -description: AAuth JWT carriers and generic HTTP Signature Keys schemes. ---- - # Signing Modes Overview AAuth agents use `jwt` for every resource, PS and AS request. The SDK also diff --git a/docs/signing-modes/pseudonymous-hwk.md b/docs/signing-modes/pseudonymous-hwk.md index bf8ab2a6..79ddbb1b 100644 --- a/docs/signing-modes/pseudonymous-hwk.md +++ b/docs/signing-modes/pseudonymous-hwk.md @@ -1,7 +1,3 @@ ---- -description: Generic inline public-key signatures using the hwk scheme. ---- - # Pseudonymous Signatures (sig=hwk) ## Overview diff --git a/docs/workflows/bootstrap-enrollment.md b/docs/workflows/bootstrap-enrollment.md index 105fed29..3e2916f5 100644 --- a/docs/workflows/bootstrap-enrollment.md +++ b/docs/workflows/bootstrap-enrollment.md @@ -1,7 +1,4 @@ ---- -title: Bootstrap and Agent Enrollment -description: Provision durable agent keys with signed enrollment and provider-assigned identities. ---- +# Bootstrap and Agent Enrollment ## Overview diff --git a/docs/workflows/call-chaining.md b/docs/workflows/call-chaining.md index e6377487..6abe4dbe 100644 --- a/docs/workflows/call-chaining.md +++ b/docs/workflows/call-chaining.md @@ -1,7 +1,4 @@ ---- -title: Call Chaining -description: Preserve authorization context across multi-hop agent calls. ---- +# Call Chaining Call chaining enables multi-hop delegation where a resource acts as an agent to downstream resources, preserving the full authorization chain via nested `act` claims. diff --git a/docs/workflows/catalog-gateway.md b/docs/workflows/catalog-gateway.md index b4727ada..091e5caf 100644 --- a/docs/workflows/catalog-gateway.md +++ b/docs/workflows/catalog-gateway.md @@ -1,7 +1,4 @@ ---- -title: Catalog Gateway Authorization -description: Bind colliding OpenAPI operation IDs to their selected catalog service. ---- +# Catalog Gateway Authorization ## Run the Catalog diff --git a/docs/workflows/deferred-consent.md b/docs/workflows/deferred-consent.md index 511eac86..d26e9899 100644 --- a/docs/workflows/deferred-consent.md +++ b/docs/workflows/deferred-consent.md @@ -1,7 +1,4 @@ ---- -title: Deferred Consent (User Approval) -description: Drive authenticated consent, pending polling and terminal outcomes. ---- +# Deferred Consent (User Approval) > [PS-Asserted Demo](https://explorer.aauth.dev/access/ps-asserted) diff --git a/docs/workflows/document-release.md b/docs/workflows/document-release.md index 00d6684d..b07c8011 100644 --- a/docs/workflows/document-release.md +++ b/docs/workflows/document-release.md @@ -1,7 +1,4 @@ ---- -title: Document Release -description: Resource permission before Person Server consent, with signed authorization and download. ---- +# Document Release Both apps expose `/documents`: [GuidedTour](../../samples/GuidedTour/Components/Pages/Documents.razor) and [SampleApp](../../samples/SampleApp/Components/Pages/Documents.razor). diff --git a/docs/workflows/events.md b/docs/workflows/events.md index 0eca9b8b..d70b1230 100644 --- a/docs/workflows/events.md +++ b/docs/workflows/events.md @@ -1,7 +1,4 @@ ---- -title: Events Workflow -description: Run and integrate AAuth Events subscriptions, durable AP delivery and verified agent receipts. ---- +# Events Workflow ## Run the Demonstration diff --git a/docs/workflows/federated-access.md b/docs/workflows/federated-access.md index 5bec44cc..4992e456 100644 --- a/docs/workflows/federated-access.md +++ b/docs/workflows/federated-access.md @@ -1,7 +1,4 @@ ---- -title: Federated Access (Four-Party) -description: Obtain resource access through Person Server and Access Server federation. ---- +# Federated Access (Four-Party) > [Live demo](https://explorer.aauth.dev/access/federated) | [Access Mode Comparison](https://explorer.aauth.dev/access/compare) diff --git a/docs/workflows/identity-based-access.md b/docs/workflows/identity-based-access.md index 771e8e8f..061f4ef8 100644 --- a/docs/workflows/identity-based-access.md +++ b/docs/workflows/identity-based-access.md @@ -1,7 +1,3 @@ ---- -description: Agent-token authenticated identity-based AAuth resource access. ---- - # Identity-Based Access > [Live demo](https://explorer.aauth.dev/access/identity-based) | [Access Mode Comparison](https://explorer.aauth.dev/access/compare) diff --git a/docs/workflows/ps-asserted-access.md b/docs/workflows/ps-asserted-access.md index e96e4708..ab061957 100644 --- a/docs/workflows/ps-asserted-access.md +++ b/docs/workflows/ps-asserted-access.md @@ -1,7 +1,4 @@ ---- -title: PS-Asserted Access (Three-Party) -description: Exchange a verified resource challenge through the agent's Person Server. ---- +# PS-Asserted Access (Three-Party) > [Live demo](https://explorer.aauth.dev/access/ps-asserted) | [Access Mode Comparison](https://explorer.aauth.dev/access/compare) diff --git a/docs/workflows/rich-resource-requests.md b/docs/workflows/rich-resource-requests.md index 27130d8b..9d1b6275 100644 --- a/docs/workflows/rich-resource-requests.md +++ b/docs/workflows/rich-resource-requests.md @@ -1,7 +1,4 @@ ---- -title: Rich Resource Requests (R3) -description: Qualified operation grants, per-call approval, reader policy, and durable issuance audit. ---- +# Rich Resource Requests (R3) > Preview — R3 is an IETF Exploratory Draft (`draft-hardt-aauth-r3`). It ships in the > separate [`AAuth.R3`](../../src/AAuth.R3/) preview package, not the core `AAuth` package. diff --git a/docs/workflows/wallet-protocol.md b/docs/workflows/wallet-protocol.md index 9af5ef69..d2a099f2 100644 --- a/docs/workflows/wallet-protocol.md +++ b/docs/workflows/wallet-protocol.md @@ -1,7 +1,4 @@ ---- -title: Wallet Protocol Scenarios -description: Run AS clarification, direct-AS chaining and issuer-qualified revocation with the travel wallet. ---- +# Wallet Protocol Scenarios ## Run the Scenarios diff --git a/samples/AgentConsole/README.md b/samples/AgentConsole/README.md index 886e78f6..bde47328 100644 --- a/samples/AgentConsole/README.md +++ b/samples/AgentConsole/README.md @@ -1,7 +1,3 @@ ---- -description: Enrolled agent CLI with JWT authorization and explicit generic signing demonstrations. ---- - # Agent Console A command-line AAuth agent. It enrols with an Agent Provider, signs requests diff --git a/samples/Concierge/README.md b/samples/Concierge/README.md index 281340ef..7121ec55 100644 --- a/samples/Concierge/README.md +++ b/samples/Concierge/README.md @@ -1,7 +1,3 @@ ---- -description: Travel intermediary demonstrating authenticated downstream delegation and interaction chaining. ---- - # Concierge Multi-agent call-chaining sample. The **Concierge** is the service Aria asks to diff --git a/samples/EventAgent/README.md b/samples/EventAgent/README.md index 91538a39..97a56f16 100644 --- a/samples/EventAgent/README.md +++ b/samples/EventAgent/README.md @@ -1,7 +1,4 @@ ---- -title: EventAgent Sample -description: A single-shot AAuth Events console demonstration using the same client as both primary apps. ---- +# EventAgent Sample ## Run diff --git a/samples/GuidedTour/README.md b/samples/GuidedTour/README.md index 2eb13b39..2fe27fc4 100644 --- a/samples/GuidedTour/README.md +++ b/samples/GuidedTour/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth Guided Tour -description: Interactive walkthroughs of AAuth signing, enrollment, authorization and Events. ---- +# AAuth Guided Tour ## Overview diff --git a/samples/LiveWhoAmITest/LiveInteropValidation.cs b/samples/LiveWhoAmITest/LiveInteropValidation.cs new file mode 100644 index 00000000..a10a2c5d --- /dev/null +++ b/samples/LiveWhoAmITest/LiveInteropValidation.cs @@ -0,0 +1,69 @@ +using System.Net; +using System.Text.Json.Nodes; +using AAuth.Headers; +using Microsoft.IdentityModel.Tokens; +using StructuredFieldValues; + +namespace LiveWhoAmITest; + +public static class LiveInteropValidation +{ + public static bool IsSignatureChallenge(HttpStatusCode status, IEnumerable acceptSignatureValues) + => status == HttpStatusCode.Unauthorized + && acceptSignatureValues.Any(HasRequiredSignatureComponents); + + public static bool IsAgentIdentityResponse(HttpStatusCode status, string body, + string expectedIssuer, string expectedSubject, string expectedPersonServer) + => status == HttpStatusCode.OK + && ParseObject(body) is { } json + && StringValue(json, "iss") == expectedIssuer + && StringValue(json, "sub") == expectedSubject + && StringValue(json, "ps") == expectedPersonServer; + + public static bool IsAuthTokenChallenge(HttpStatusCode status, + AAuthRequirementHeader.ParsedRequirement? requirement) + => status == HttpStatusCode.Unauthorized + && requirement?.Requirement == AAuthRequirementHeader.AuthTokenRequirement + && IsCompactJws(requirement.ResourceToken); + + public static bool IsAuthorizedIdentityResponse(HttpStatusCode status, string body) + => status == HttpStatusCode.OK + && ParseObject(body) is { } json + && !string.IsNullOrWhiteSpace(StringValue(json, "iss")) + && !string.IsNullOrWhiteSpace(StringValue(json, "sub")); + + private static bool IsCompactJws(string? value) + { + if (string.IsNullOrWhiteSpace(value)) return false; + var segments = value.Split('.'); + if (segments.Length != 3 || segments.Any(segment => segment.Length == 0 + || segment.Any(character => !char.IsAsciiLetterOrDigit(character) && character is not ('-' or '_')))) + return false; + try { return segments.All(segment => Base64UrlEncoder.DecodeBytes(segment).Length > 0); } + catch (FormatException) { return false; } + } + + private static bool HasRequiredSignatureComponents(string value) + { + if (SfvParser.ParseDictionary(value, out var dictionary) is not null) return false; + foreach (var member in dictionary.Values) + { + if (member.Value is not IReadOnlyList items + || member.Parameters.Count != 0 + || items.Any(item => item.Value is not string || item.Parameters.Count != 0)) + continue; + var components = items.Select(item => (string)item.Value).ToHashSet(StringComparer.Ordinal); + if (components.IsSupersetOf(["@method", "@authority", "@path", "signature-key"])) return true; + } + return false; + } + + private static JsonObject? ParseObject(string body) + { + try { return JsonNode.Parse(body) as JsonObject; } + catch (System.Text.Json.JsonException) { return null; } + } + + private static string? StringValue(JsonObject json, string name) + => json[name] is JsonValue value && value.TryGetValue(out var text) ? text : null; +} diff --git a/samples/LiveWhoAmITest/Program.cs b/samples/LiveWhoAmITest/Program.cs index 7909d749..684a198d 100644 --- a/samples/LiveWhoAmITest/Program.cs +++ b/samples/LiveWhoAmITest/Program.cs @@ -29,6 +29,7 @@ using AAuth; using AAuth.Crypto; using AAuth.Errors; +using AAuth.Headers; using AAuth.HttpSig; using AAuth.Server; using AAuth.Server.Authorization; @@ -36,6 +37,7 @@ using AAuth.Server.Challenge; using AAuth.Server.Metadata; using AAuth.Server.Verification; +using LiveWhoAmITest; const string WhoAmIUrl = "https://whoami.aauth.dev/"; const string PersonServer = "https://person.hello.coop"; @@ -155,7 +157,12 @@ var rawBody = await rawResp.Content.ReadAsStringAsync(); Console.WriteLine($" Body: {rawBody}"); Console.WriteLine(); -Console.WriteLine(" → Resource tells the agent: sign with these components, use JWT key scheme."); +var mode1Passed = LiveInteropValidation.IsSignatureChallenge(rawResp.StatusCode, + rawResp.Headers.TryGetValues("Accept-Signature", out var mode1SignatureValues) ? mode1SignatureValues : []); +if (mode1Passed) + Console.WriteLine(" → Resource tells the agent: sign with these components, use JWT key scheme."); +else + Console.WriteLine(" ✗ Expected a usable 401 Accept-Signature challenge with the required components."); // ═══════════════════════════════════════════════════════════════════════════════ // MODE 2a: aa-agent+jwt (no scope) — agent identity returned directly @@ -177,7 +184,9 @@ Console.WriteLine($" Status: {(int)mode2aResp.StatusCode} {mode2aResp.ReasonPhrase}"); var mode2aBody = await mode2aResp.Content.ReadAsStringAsync(); -if (mode2aResp.IsSuccessStatusCode) +var mode2aPassed = LiveInteropValidation.IsAgentIdentityResponse(mode2aResp.StatusCode, + mode2aBody, tunnelUrl!, Subject, PersonServer); +if (mode2aPassed) { Console.WriteLine($" Body: {mode2aBody}"); Console.WriteLine(); @@ -188,7 +197,7 @@ { Console.WriteLine($" Body: {mode2aBody}"); Console.WriteLine(); - Console.WriteLine($" ⚠ Expected 200 but got {(int)mode2aResp.StatusCode}."); + Console.WriteLine($" ✗ Expected 200 with the exact agent issuer, subject, and Person Server claims; got {(int)mode2aResp.StatusCode}."); } // ═══════════════════════════════════════════════════════════════════════════════ @@ -210,17 +219,38 @@ var mode2bResp = await mode2bClient.SendAsync(new HttpRequestMessage(HttpMethod.Get, $"{WhoAmIUrl}?scope=email")); Console.WriteLine($" Status: {(int)mode2bResp.StatusCode} {mode2bResp.ReasonPhrase}"); +AAuthRequirementHeader.ParsedRequirement? mode2bRequirement = null; if (mode2bResp.Headers.TryGetValues("AAuth-Requirement", out var reqValues)) { var reqHeader = string.Join(", ", reqValues); Console.WriteLine($" AAuth-Requirement: {(reqHeader.Length > 100 ? reqHeader[..100] + "..." : reqHeader)}"); + foreach (var value in reqValues) + { + try + { + mode2bRequirement = AAuthRequirementHeader.Parse(value); + break; + } + catch (FormatException) { } + } } var mode2bBody = await mode2bResp.Content.ReadAsStringAsync(); Console.WriteLine($" Body: {mode2bBody}"); Console.WriteLine(); -Console.WriteLine(" → Resource verified our agent token via our tunneled JWKS,"); -Console.WriteLine(" read the 'ps' claim (person.hello.coop), and minted a resource_token"); -Console.WriteLine(" audienced to the PS. Agent takes this to the PS to get an auth_token."); +var mode2bPassed = LiveInteropValidation.IsAuthTokenChallenge(mode2bResp.StatusCode, mode2bRequirement); +if (mode2bPassed) +{ + Console.WriteLine(" → Resource verified our agent token via our tunneled JWKS,"); + Console.WriteLine(" read the 'ps' claim (person.hello.coop), and minted a resource_token"); + Console.WriteLine(" audienced to the PS. Agent takes this to the PS to get an auth_token."); +} +else +{ + Console.WriteLine(" ✗ Draft-10 scoped challenge was not returned."); + Console.WriteLine(" Expected: requirement=auth-token; resource-token=\"\""); + Console.WriteLine($" Received: requirement={mode2bRequirement?.Requirement ?? "(missing or malformed)"}"); + Console.WriteLine(" The client leaves this unsupported requirement unsatisfied and does not contact the PS."); +} // ═══════════════════════════════════════════════════════════════════════════════ // MODE 3: Full 3-party flow — WithChallengeHandling does it automatically @@ -266,7 +296,12 @@ .Build(); HttpResponseMessage? mode3Resp = null; -try +string? mode3Body = null; +if (!mode2bPassed) +{ + Console.WriteLine(" SKIPPED: The resource did not issue the draft-10 resource token required for PS exchange."); +} +else try { mode3Resp = await mode3Client.SendAsync(new HttpRequestMessage(HttpMethod.Get, $"{WhoAmIUrl}?scope=email")); } @@ -307,8 +342,8 @@ { Console.WriteLine(); Console.WriteLine($" Status: {(int)mode3Resp.StatusCode} {mode3Resp.ReasonPhrase}"); - var mode3Body = await mode3Resp.Content.ReadAsStringAsync(); - if (mode3Resp.IsSuccessStatusCode) + mode3Body = await mode3Resp.Content.ReadAsStringAsync(); + if (LiveInteropValidation.IsAuthorizedIdentityResponse(mode3Resp.StatusCode, mode3Body)) { Console.WriteLine(" Identity claims returned by whoami.aauth.dev:"); try @@ -337,8 +372,19 @@ // ── Cleanup ───────────────────────────────────────────────────────────────── Console.WriteLine(); Console.WriteLine("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"); -Console.WriteLine("Done. Shutting down..."); -return 0; +var mode3Passed = mode3Resp is not null + && LiveInteropValidation.IsAuthorizedIdentityResponse(mode3Resp.StatusCode, mode3Body ?? string.Empty); +if (mode1Passed && mode2aPassed && mode2bPassed && mode3Passed) +{ + Console.WriteLine("All live interoperability modes passed. Shutting down..."); + return 0; +} +Console.WriteLine("Live interoperability is incomplete. Shutting down..."); +Console.WriteLine($" Mode 1: {(mode1Passed ? "PASS" : "FAIL")}"); +Console.WriteLine($" Mode 2a: {(mode2aPassed ? "PASS" : "FAIL")}"); +Console.WriteLine($" Mode 2b: {(mode2bPassed ? "PASS" : "FAIL")}"); +Console.WriteLine($" Mode 3: {(mode3Passed ? "PASS" : mode2bPassed ? "FAIL" : "SKIPPED")}"); +return 2; } finally diff --git a/samples/MockAccessServers/README.md b/samples/MockAccessServers/README.md index 720bb53d..51de6e4e 100644 --- a/samples/MockAccessServers/README.md +++ b/samples/MockAccessServers/README.md @@ -1,7 +1,3 @@ ---- -description: Federated and R3 access-server samples with explicit policy and consent. ---- - # Mock Access Servers The **Access Server (AS)** is the fourth party in AAuth's four-party (federated) diff --git a/samples/MockAgentProvider/README.md b/samples/MockAgentProvider/README.md index 1149c054..34acaa8f 100644 --- a/samples/MockAgentProvider/README.md +++ b/samples/MockAgentProvider/README.md @@ -1,7 +1,4 @@ ---- -title: MockAgentProvider -description: Development Agent Provider with signed enrollment and durable key ownership. ---- +# MockAgentProvider ## Overview diff --git a/samples/MockResourceServers/Bookings/README.md b/samples/MockResourceServers/Bookings/README.md index ee8d0180..1526b4ed 100644 --- a/samples/MockResourceServers/Bookings/README.md +++ b/samples/MockResourceServers/Bookings/README.md @@ -1,7 +1,4 @@ ---- -title: Bookings Rich Resource Requests sample -description: OpenAPI-scoped reservations with per-call approval and account binding. ---- +# Bookings Rich Resource Requests sample Aria's external **reservations provider** for dining & experiences (reserve a table, book a tour). Bookings demonstrates [Rich Resource Requests](../../../docs/workflows/rich-resource-requests.md): diff --git a/samples/MockResourceServers/Catalog/README.md b/samples/MockResourceServers/Catalog/README.md index ad9a18f5..d1168dc0 100644 --- a/samples/MockResourceServers/Catalog/README.md +++ b/samples/MockResourceServers/Catalog/README.md @@ -1,7 +1,3 @@ ---- -description: Single-purpose travel catalog resource demonstrating service-qualified R3 authorization. ---- - # Catalog Resource Catalog reads destination and experience catalogs on port 5006. Both service diff --git a/samples/MockResourceServers/Documents/README.md b/samples/MockResourceServers/Documents/README.md index 907b68f5..45981057 100644 --- a/samples/MockResourceServers/Documents/README.md +++ b/samples/MockResourceServers/Documents/README.md @@ -1,7 +1,4 @@ ---- -title: Documents Resource -description: Local travel-document release permission chained before PS consent. ---- +# Documents Resource Documents listens on . It serves one work-account travel document and demonstrates resource-initiated interaction, separately from diff --git a/samples/MockResourceServers/Inbox/README.md b/samples/MockResourceServers/Inbox/README.md index db157397..1be0ee16 100644 --- a/samples/MockResourceServers/Inbox/README.md +++ b/samples/MockResourceServers/Inbox/README.md @@ -1,7 +1,3 @@ ---- -description: Agent-JWT resource-managed Inbox consent and key-bound opaque credentials. ---- - # Inbox — Resource-Managed (Two-Party) Resource Server Aria's email service, on **`:5004`**. The **Inbox** demonstrates the diff --git a/samples/MockResourceServers/Profile/README.md b/samples/MockResourceServers/Profile/README.md index de00e25f..46364235 100644 --- a/samples/MockResourceServers/Profile/README.md +++ b/samples/MockResourceServers/Profile/README.md @@ -1,7 +1,3 @@ ---- -description: Agent-JWT identity access and explicitly generic Signature Keys demonstrations. ---- - # Profile Identity Resource Aria's identity service has no Person Server or authorization scope. Its diff --git a/samples/MockResourceServers/README.md b/samples/MockResourceServers/README.md index 54516bb8..157adff7 100644 --- a/samples/MockResourceServers/README.md +++ b/samples/MockResourceServers/README.md @@ -1,7 +1,3 @@ ---- -description: Eight focused travel resources demonstrating AAuth access and explicit generic signing. ---- - # Mock Resource Servers Eight small ASP.NET Core resource servers demonstrate the four AAuth access diff --git a/samples/README.md b/samples/README.md index c97a8575..9b52de71 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,7 +1,3 @@ ---- -description: Runnable AAuth samples and their explicit local development setup. ---- - # Samples Sample applications demonstrate AAuth flows end-to-end. The eight Aria diff --git a/samples/SampleApp/README.md b/samples/SampleApp/README.md index ec6faac1..529d0c72 100644 --- a/samples/SampleApp/README.md +++ b/samples/SampleApp/README.md @@ -1,7 +1,3 @@ ---- -description: Runnable AAuth application with inspected protocol flows and shared capability scenarios. ---- - # SampleApp Start the full stack from the repository root with `make demo`, then open diff --git a/src/AAuth.Events/README.md b/src/AAuth.Events/README.md index 4bb7952e..322dc2c1 100644 --- a/src/AAuth.Events/README.md +++ b/src/AAuth.Events/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth Events -description: Events companion package, verification boundaries and durable provider contracts. ---- +# AAuth Events ## Scope diff --git a/src/AAuth.R3/README.md b/src/AAuth.R3/README.md index 6f7c0a3b..df3d364c 100644 --- a/src/AAuth.R3/README.md +++ b/src/AAuth.R3/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth.R3 preview -description: Vocabulary-based R3 authorization, enforcement, reader policy, and audit contracts. ---- +# AAuth.R3 preview Experimental helpers for **AAuth Rich Resource Requests (R3)** — resource-declared, vocabulary-based authorization layered on the [AAuth](https://www.nuget.org/packages/AAuth) diff --git a/src/AAuth/README.md b/src/AAuth/README.md index 2c9333c3..afdbef05 100644 --- a/src/AAuth/README.md +++ b/src/AAuth/README.md @@ -1,7 +1,4 @@ ---- -title: AAuth SDK for .NET -description: Proof-of-possession agent authorization, token verification and server integration. ---- +# AAuth SDK for .NET The [AAuth protocol](https://aauth.dev) SDK for .NET — agent-to-resource authorization with cryptographic proof-of-possession. Every HTTP request carries an RFC 9421 signature; there are no bearer tokens. diff --git a/tests/AAuth.Tests/AAuth.Tests.csproj b/tests/AAuth.Tests/AAuth.Tests.csproj index 9c17f79b..7f73eec0 100644 --- a/tests/AAuth.Tests/AAuth.Tests.csproj +++ b/tests/AAuth.Tests/AAuth.Tests.csproj @@ -13,6 +13,7 @@ +