Merged
Conversation
Eliminates duplicate trait definitions in auths-core and auths-verifier. Both crates now re-export from auths-crypto. CLI renderer uses single import.
Declarative macro maps error codes to include_str! markdown explanations. 10 representative error docs across E2xxx (verifier), E3xxx (core), E5xxx (sdk).
Migrates AgentError (24 codes) and TrustError (7 codes) from AUTHS_SNAKE_CASE to AUTHS-E3xxx format. Adds AuthsErrorInfo impls to all remaining core error types: PairingError, CryptoError, WitnessError, StorageError, NetworkError, ResolutionError, PlatformError, SshAgentError, ConfigStoreError. 85 error codes now in registry with markdown docs.
…odes (fn-65.4) - Add AuthsErrorInfo impls to all auths-crypto error types (E1001-E1302) - Migrate auths-verifier AttestationError (E2001-E2018) and CommitVerificationError (E2101-E2109) to numeric codes - Create xtask gen-error-docs: scans AuthsErrorInfo impls from source, auto-generates docs/errors/*.md and registry.rs - Replace manually-maintained registry with fully automated generation - Add --check mode for CI gate validation
- Migrate SetupError (E5001-E5006), DeviceError (E5101-E5104) - Add AuthsErrorInfo for DeviceExtensionError (E5201-E5205), RotationError (E5301-E5306), RegistrationError (E5401-E5403), McpAuthError (E5501-E5504), OrgError (E5601-E5610), ApprovalError (E5701-E5706), SigningError (E5901-E5910) - Migrate AllowedSignersError (E5801-E5808) from AUTHS_SNAKE_CASE - Regenerate registry.rs and docs/errors/ via xtask (182 codes total)
- Add AuthsErrorInfo impls for 17 error types in the E4xxx range: FreezeError (E40xx), StorageError (E41xx), InitError (E42xx), AgentProvisioningError (E43xx), IdentityError (E44xx), ValidationError (E45xx), KelError (E46xx), RotationError (E47xx), ResolveError (E48xx), TenantIdError (E485x), RegistryError (E486x), InceptionError (E49xx), IncrementalError (E495x), AnchorError (E496x), WitnessIntegrationError (E497x), CacheError (E498x), HookError (E499x) - Regenerate registry.rs and docs/errors/ (290 codes total)
- Replace repetitive per-type downcast branches with try_downcast! macro - Add [AUTHS-EXXXX] code prefix to all text error output (yellow) - Add downcast support for DeviceExtensionError, RotationError, RegistrationError, McpAuthError, OrgError, ApprovalError, AllowedSignersError, SigningError - Both text and JSON modes now extract codes from all AuthsErrorInfo types
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Auths Commit Verification
Result: ❌ 0/9 commits verified How to fixCommit macOS: Then re-sign: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.