Skip to content

Setup did web#151

Open
mirceanis wants to merge 7 commits intouport-project:mainfrom
veramolabs:setup-did-web
Open

Setup did web#151
mirceanis wants to merge 7 commits intouport-project:mainfrom
veramolabs:setup-did-web

Conversation

@mirceanis
Copy link
Contributor

did:web:veramo.io

Copilot AI review requested due to automatic review settings February 11, 2026 13:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the website/API documentation and CI configuration, including regenerated API docs and new credential provider API surfaces.

Changes:

  • Regenerated many API reference markdown files (notably switching from markdown tables to HTML tables).
  • Added new credential provider API docs/types (W3C/LD/EIP712) and removed legacy issuer-specific docs in some areas.
  • Hardened the website build workflow (explicit permissions + pinned GitHub Actions versions, updated Node/pnpm setup).

Reviewed changes

Copilot reviewed 299 out of 756 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
docs/api/data-store-json.didstorejson.listdids.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.didstorejson.importdid.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.didstorejson.getdid.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.didstorejson.deletedid.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.didstorejson.constructor.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.schema.md Regenerated schema docs; adds proofValue field and adjusts schema shape.
docs/api/data-store-json.datastorejson.datastoresaveverifiablepresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoresaveverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoresavemessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablepresentationscount.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablepresentations.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablecredentialscount.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablecredentialsbyclaimscount.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablecredentialsbyclaims.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetverifiablecredentials.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetmessagescount.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetmessages.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetidentifierscount.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoreormgetidentifiers.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoregetverifiablepresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoregetverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoregetmessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoredeleteverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.datastoredeletemessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.datastorejson.constructor.md Regenerated API doc formatting (parameters table as HTML).
docs/api/data-store-json.browserlocalstoragestore.fromlocalstorage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/credential-w3c.w3cmessagehandler.md Regenerated API doc formatting (methods table as HTML).
docs/api/credential-w3c.w3cmessagehandler.handle.md Regenerated API doc formatting (parameters table as HTML).
docs/api/credential-w3c.tentativeverificationquery.md Adds new generated type doc for tentative verification checks.
docs/api/credential-w3c.proofformatquery.md Adds new generated type doc for proof format queries.
docs/api/credential-w3c.icredentialprovider.getproofformatssupportedforkey.md Adds new provider method doc for supported proof formats per key.
docs/api/credential-w3c.icredentialprovider.canverifydocumenttype.md Adds new provider method doc to gate verification attempts.
docs/api/credential-w3c.icredentialprovider.canissueproofformat.md Adds new provider method doc to gate issuance by proof format.
docs/api/credential-w3c.credentialplugin.verifypresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/credential-w3c.credentialplugin.verifycredential.md Updates method summary + regenerates parameters table as HTML.
docs/api/credential-w3c.credentialplugin.schema.md Regenerated schema docs; adds proofValue and adjusts schema shape.
docs/api/credential-w3c.credentialplugin.matchkeyforjwt.md Removes generated doc for matchKeyForJWT (deleted file).
docs/api/credential-w3c.credentialplugin.listusableproofformats.md Adds/updates method description and regenerates parameters table.
docs/api/credential-w3c.credentialplugin.createverifiablepresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/credential-w3c.credentialplugin.constructor.md Updates constructor signature and documents providers parameter.
docs/api/credential-status.md Regenerated class listing table as HTML; updates prose formatting.
docs/api/credential-status.credentialstatusplugin.constructor.md Regenerated API doc formatting (parameters table as HTML).
docs/api/credential-ld.lddefaultcontexts.md Updates reference from CredentialIssuerLD to CredentialProviderLD.
docs/api/credential-ld.iverifypresentationldargs.presentation.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.iverifypresentationldargs.fetchremotecontexts.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.iverifypresentationldargs.domain.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.iverifypresentationldargs.challenge.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.iverifycredentialldargs.md Removes legacy generated interface doc (deleted file).
docs/api/credential-ld.iverifycredentialldargs.fetchremotecontexts.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.iverifycredentialldargs.credential.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.irequiredcontext.md Removes legacy generated type doc (deleted file).
docs/api/credential-ld.icredentialissuerld.verifypresentationld.md Removes legacy issuer method doc (deleted file).
docs/api/credential-ld.icredentialissuerld.verifycredentialld.md Removes legacy issuer method doc (deleted file).
docs/api/credential-ld.icredentialissuerld.md Removes legacy issuer interface doc (deleted file).
docs/api/credential-ld.icredentialissuerld.createverifiablepresentationld.md Removes legacy issuer method doc (deleted file).
docs/api/credential-ld.icredentialissuerld.createverifiablecredentialld.md Removes legacy issuer method doc (deleted file).
docs/api/credential-ld.icreateverifiablepresentationldargs.presentation.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablepresentationldargs.keyref.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablepresentationldargs.fetchremotecontexts.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablepresentationldargs.domain.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablepresentationldargs.challenge.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablecredentialldargs.keyref.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablecredentialldargs.fetchremotecontexts.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.icreateverifiablecredentialldargs.credential.md Removes legacy generated property doc (deleted file).
docs/api/credential-ld.credentialproviderld.verifypresentation.md Adds new provider verifyPresentation method doc.
docs/api/credential-ld.credentialproviderld.verifycredential.md Adds new provider verifyCredential method doc.
docs/api/credential-ld.credentialproviderld.getproofformatssupportedforkey.md Adds provider supported proof formats method doc.
docs/api/credential-ld.credentialproviderld.createverifiablepresentation.md Adds provider createVerifiablePresentation method doc.
docs/api/credential-ld.credentialproviderld.createverifiablecredential.md Adds provider createVerifiableCredential method doc.
docs/api/credential-ld.credentialproviderld.canverifydocumenttype.md Adds provider canVerifyDocumentType method doc.
docs/api/credential-ld.credentialproviderld.canissueproofformat.md Adds provider canIssueProofFormat method doc.
docs/api/credential-ld.credentialproviderld.constructor.md Adds provider constructor doc.
docs/api/credential-ld.credentialissuerld.verifypresentationld.md Removes legacy class method doc (deleted file).
docs/api/credential-ld.credentialissuerld.verifycredentialld.md Removes legacy class method doc (deleted file).
docs/api/credential-ld.credentialissuerld.methods.md Removes legacy property doc (deleted file).
docs/api/credential-ld.credentialissuerld.createverifiablepresentationld.md Removes legacy class method doc (deleted file).
docs/api/credential-ld.credentialissuerld.createverifiablecredentialld.md Removes legacy class method doc (deleted file).
docs/api/credential-ld.credentialissuerld.constructor.md Removes legacy constructor doc (deleted file).
docs/api/credential-eip712.iverifypresentationeip712args.presentation.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.iverifypresentationeip712args.md Removes legacy generated interface doc (deleted file).
docs/api/credential-eip712.iverifycredentialeip712args.md Removes legacy generated interface doc (deleted file).
docs/api/credential-eip712.iverifycredentialeip712args.credential.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.irequiredcontext.md Removes legacy generated type doc (deleted file).
docs/api/credential-eip712.icredentialissuereip712.verifypresentationeip712.md Removes legacy issuer method doc (deleted file).
docs/api/credential-eip712.icredentialissuereip712.verifycredentialeip712.md Removes legacy issuer method doc (deleted file).
docs/api/credential-eip712.icredentialissuereip712.md Removes legacy issuer interface doc (deleted file).
docs/api/credential-eip712.icredentialissuereip712.createverifiablepresentationeip712.md Removes legacy issuer method doc (deleted file).
docs/api/credential-eip712.icredentialissuereip712.createverifiablecredentialeip712.md Removes legacy issuer method doc (deleted file).
docs/api/credential-eip712.icreateverifiablepresentationeip712args.presentation.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.icreateverifiablepresentationeip712args.md Removes legacy generated interface doc (deleted file).
docs/api/credential-eip712.icreateverifiablepresentationeip712args.keyref.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.icreateverifiablecredentialeip712args.md Removes legacy generated interface doc (deleted file).
docs/api/credential-eip712.icreateverifiablecredentialeip712args.keyref.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.icreateverifiablecredentialeip712args.credential.md Removes legacy generated property doc (deleted file).
docs/api/credential-eip712.credentialprovidereip712.verifypresentation.md Adds provider verifyPresentation method doc.
docs/api/credential-eip712.credentialprovidereip712.verifycredential.md Adds provider verifyCredential method doc.
docs/api/credential-eip712.credentialprovidereip712.getproofformatssupportedforkey.md Adds provider supported proof formats method doc.
docs/api/credential-eip712.credentialprovidereip712.createverifiablepresentation.md Adds provider createVerifiablePresentation method doc.
docs/api/credential-eip712.credentialprovidereip712.createverifiablecredential.md Adds provider createVerifiableCredential method doc.
docs/api/credential-eip712.credentialprovidereip712.canverifydocumenttype.md Adds provider canVerifyDocumentType method doc.
docs/api/credential-eip712.credentialprovidereip712.canissueproofformat.md Adds provider canIssueProofFormat method doc.
docs/api/credential-eip712.credentialissuereip712.createverifiablepresentationeip712.md Removes legacy class method doc (deleted file).
docs/api/credential-eip712.credentialissuereip712.createverifiablecredentialeip712.md Removes legacy class method doc (deleted file).
docs/api/credential-eip712.credentialissuereip712.constructor.md Removes legacy constructor doc (deleted file).
docs/api/core.validationerror.constructor.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core.createagent.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core.agent.execute.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core.agent.emit.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core.agent.constructor.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.w3cverifiablecredential.md Updates W3C link for proof formats section.
docs/api/core-types.usingresolutionoptions.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.uniqueverifiablepresentation.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.uniqueverifiablecredential.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.tpresentationcolumns.md Updates signature to reference ALLOWED_COLUMNS constant.
docs/api/core-types.tmessagecolumns.md Updates signature to reference ALLOWED_COLUMNS constant.
docs/api/core-types.tkeytype.md Expands union and makes it extensible via (string & {}).
docs/api/core-types.tidentifierscolumns.md Updates signature to reference ALLOWED_COLUMNS constant.
docs/api/core-types.tcredentialcolumns.md Updates signature to reference ALLOWED_COLUMNS constant.
docs/api/core-types.tclaimscolumns.md Updates signature to reference ALLOWED_COLUMNS constant.
docs/api/core-types.talg.md Makes alg union extensible via (string & {}).
docs/api/core-types.resolvedidargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.requireonly.md Minor grammar fix in type description.
docs/api/core-types.prooftype.proofvalue.md Fixes an incorrectly generated doc page to be ProofType.proofValue.
docs/api/core-types.prooftype.md Adds proofValue? and regenerates properties table.
docs/api/core-types.proofformat.md Updates definition to be extensible and updates description.
docs/api/core-types.order.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.keymetadata.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.iverifyresult.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.iverifycredentialargs.fetchremotecontexts.md Minor wording update (application startup).
docs/api/core-types.iverifycredentialargs.credential.md Adds W3C link for JWT representation.
docs/api/core-types.issueragentcontext.md Minor wording/grammar improvements.
docs/api/core-types.iresolver.md Regenerated API doc formatting (methods table as HTML).
docs/api/core-types.imetadata.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.imessagehandler.md Regenerated API doc formatting (methods table as HTML).
docs/api/core-types.imessagehandler.handlemessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanagersignjwtargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ikeymanagersignethtxargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ikeymanagergetargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ikeymanagerdeleteargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ikeymanagerdecryptjweargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ikeymanagercreateargs.kid.md Adds new generated property doc for optional kid.
docs/api/core-types.ikeymanager.keymanagersignjwt.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagersignethtx.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagersign.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagersharedsecret.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagerimport.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagerget.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagerencryptjwe.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagerdelete.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagerdecryptjwe.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ikeymanager.keymanagercreate.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ieventlistener.onevent.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ieventlistener.md Regenerated API doc formatting (properties/methods tables as HTML).
docs/api/core-types.ierror.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagerupdateargs.options.md Adds localOnly?: boolean to options doc.
docs/api/core-types.ididmanagersetaliasargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagerremoveserviceargs.options.md Refines options shape and wording.
docs/api/core-types.ididmanagerremovekeyargs.options.md Refines options shape and wording.
docs/api/core-types.ididmanagergetorcreateargs.options.md Minor wording update (Identifier-provider).
docs/api/core-types.ididmanagergetbyaliasargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagergetargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagerfindargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagerdeleteargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.ididmanagercreateargs.options.md Minor wording update (Identifier-provider).
docs/api/core-types.ididmanageraddserviceargs.options.md Refines options shape and wording.
docs/api/core-types.ididmanageraddkeyargs.options.md Refines options shape and wording.
docs/api/core-types.ididmanager.didmanagersetalias.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanagerremoveservice.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanagerremovekey.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanagerimport.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanagergetbyalias.md Regenerated API doc formatting + updates example provider string.
docs/api/core-types.ididmanager.didmanagerget.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanagerfind.md Regenerated API doc formatting + updates example provider string/variable.
docs/api/core-types.ididmanager.didmanagerdelete.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanageraddservice.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.ididmanager.didmanageraddkey.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastoresaveverifiablepresentationargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoresaveverifiablecredentialargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoresavemessageargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoreorm.datastoreormgetverifiablepresentationscount.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetverifiablepresentations.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetverifiablecredentialscount.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetverifiablecredentialsbyclaimscount.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetverifiablecredentialsbyclaims.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetverifiablecredentials.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetmessagescount.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetmessages.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetidentifierscount.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoreorm.datastoreormgetidentifiers.md Regenerated formatting; clarifies context description without HTML-in-markdown.
docs/api/core-types.idatastoregetverifiablepresentationargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoregetverifiablecredentialargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoregetmessageargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoredeleteverifiablecredentialargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastoredeletemessageargs.md Regenerated API doc formatting (properties table as HTML).
docs/api/core-types.idatastore.datastoresaveverifiablepresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoresaveverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoresavemessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoregetverifiablepresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoregetverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoregetmessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoredeleteverifiablecredential.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.idatastore.datastoredeletemessage.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.icredentialverifier.verifypresentation.md Regenerated API doc formatting (parameters table as HTML).
docs/api/core-types.icredentialverifier.verifycredential.md Updates method summary + regenerates parameters table as HTML.
docs/api/core-types.icredentialverifier.md Regenerated methods table + updated verifyCredential summary.
docs/api/core-types.icredentialstatusverifier.md Regenerated methods table as HTML.
docs/api/core-types.icredentialstatusverifier.checkcredentialstatus.md Regenerated parameters table as HTML.
docs/api/core-types.icredentialstatusmanager.credentialstatusupdate.md Regenerated parameters table as HTML.
docs/api/core-types.icredentialstatusmanager.credentialstatusgenerate.md Regenerated parameters table as HTML.
docs/api/core-types.icredentialissuer.md Regenerated methods table as HTML and refreshed copy.
docs/api/core-types.icredentialissuer.createverifiablepresentation.md Regenerated parameters table as HTML.
docs/api/core-types.icredentialissuer.createverifiablecredential.md Minor copy edit + regenerated parameters table as HTML.
docs/api/core-types.icreateverifiablepresentationargs.proofformat.md Updates copy to remove “only JWT supported” claim.
docs/api/core-types.icreateverifiablepresentationargs.fetchremotecontexts.md Minor punctuation/copy improvement.
docs/api/core-types.icreateverifiablecredentialargs.fetchremotecontexts.md Minor punctuation/copy improvement.
docs/api/core-types.icheckcredentialstatusargs.md Regenerated properties table as HTML.
docs/api/core-types.iagentpluginschema.md Regenerated properties table as HTML.
docs/api/core-types.iagentplugin.md Regenerated properties table as HTML.
docs/api/core-types.iagentcontext.md Regenerated properties table as HTML.
docs/api/core-types.iagentbase.md Regenerated properties table as HTML.
docs/api/core-types.iagent.md Regenerated properties table as HTML.
docs/api/core-types.credentialstatusupdateargs.md Regenerated properties table as HTML.
docs/api/core-types.credentialstatusreference.md Minor grammar improvement.
docs/api/core-types.credentialstatusgenerateargs.md Regenerated properties table as HTML.
docs/api/core-types.credentialstatus.md Minor wording tweak (method-specific).
docs/api/core-types.authorizeddidcontext.md Regenerated properties table as HTML.
blog/2021-07-14-veramo-2.0-release.md Updates GitHub org links for releases/issues/discussions.
blog/2021-04-27-new-release.md Updates GitHub org links; fixes one “abut” typo.
.github/workflows/main.yml Adds explicit permissions + pins actions + updates pnpm/node setup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


As always, if there are any issues, [let us know abut them](https://github.com/uport-project/veramo/issues), and if
there are questions, please use the [discussions page](https://github.com/uport-project/veramo/discussions) to get them
As always, if there are any issues, [let us know abut them](https://github.com/decentralized-identity/veramo/issues), and if
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in link text: 'abut' should be 'about'.

Suggested change
As always, if there are any issues, [let us know abut them](https://github.com/decentralized-identity/veramo/issues), and if
As always, if there are any issues, [let us know about them](https://github.com/decentralized-identity/veramo/issues), and if

Copilot uses AI. Check for mistakes.

</td><td>

**_(BETA)_** This plugin implements the [ICredentialStatusVerifier](./core-types.icredentialstatusverifier.md) interface.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence “depend on whether the required by the credential is installed” is ungrammatical and unclear. Consider rewording to something like “depend on whether the required status method/plugin is installed” to make the dependency explicit.

Copilot uses AI. Check for mistakes.

This is used for the discovery of information about the current status of a verifiable credential, such as whether it is suspended or revoked. The precise contents of the credential status information is determined by the specific `credentialStatus` type definition.

The results provided by this plugin depend on whether the required by the credential is installed.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence “depend on whether the required by the credential is installed” is ungrammatical and unclear. Consider rewording to something like “depend on whether the required status method/plugin is installed” to make the dependency explicit.

Suggested change
The results provided by this plugin depend on whether the required by the credential is installed.
The results provided by this plugin depend on whether the required status plugin for the credential is installed.

Copilot uses AI. Check for mistakes.
const goerliIdentifiers = await agent.didManagerFind({
provider: 'did:ethr:goerli',
const sepoliaIdentifiers = await agent.didManagerFind({
provider: 'did:ethr',
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable name sepoliaIdentifiers suggests a network-specific provider, but the provider value is now just 'did:ethr' (no network). Either rename the variable to avoid implying Sepolia, or update the provider example to match the name.

Suggested change
provider: 'did:ethr',
provider: 'did:ethr:sepolia',

Copilot uses AI. Check for mistakes.

</td><td>

**_(BETA)_** _(Optional)_ Optional Error object for the but currently the machine readable errors are not expored from DID-JWT package to be imported here
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are typos/wording issues in this sentence (e.g., 'expored' → 'exported'; also “for the but” appears accidental). Consider revising for readability since this is part of the public API docs.

Suggested change
**_(BETA)_** _(Optional)_ Optional Error object for the but currently the machine readable errors are not expored from DID-JWT package to be imported here
**_(BETA)_** _(Optional)_ Optional error object; currently, machine readable errors are not exported from the `did-jwt` package to be imported here

Copilot uses AI. Check for mistakes.

</td><td>

**_(BETA)_** _(Optional)_ The code for the error being throw
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: “being throw” should be “being thrown” (both occurrences).

Copilot uses AI. Check for mistakes.

</td><td>

**_(BETA)_** _(Optional)_ The details of the error being throw or forwarded
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: “being throw” should be “being thrown” (both occurrences).

Copilot uses AI. Check for mistakes.

</td><td>

**_(BETA)_** _(Optional)_ The DID document of the issuer. This can be used in case the DID Document is already resolver, to avoid a potentially expensive DID resolution operation.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: “already resolver” should be “already resolved”.

Suggested change
**_(BETA)_** _(Optional)_ The DID document of the issuer. This can be used in case the DID Document is already resolver, to avoid a potentially expensive DID resolution operation.
**_(BETA)_** _(Optional)_ The DID document of the issuer. This can be used in case the DID Document is already resolved, to avoid a potentially expensive DID resolution operation.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants