Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.39 KB

File metadata and controls

17 lines (13 loc) · 1.39 KB

Agent Guidelines

Reference materials (local paths)

Resource Path
EDV spec (local copy) /home/dmitri/code/Interop/edv-spec/index.html, terms.html
WAS spec https://github.com/w3c-ccg/wallet-attached-storage-spec/blob/main/spec.md
WAS client /home/dmitri/code/Interop/was-client
zCap Developer Guide /home/dmitri/code/Interop/zcap-developer-guide/README.md
ezcap fork (zcap client; its AGENTS.md also defines house TS style) /home/dmitri/code/Interop/ezcap
Current @interop zcap server-side verification pattern /home/dmitri/code/Interop/was-teaching-server/src/zcap.ts
EDV client fork /home/dmitri/code/Interop/edv-client

Conventions

Code style, refactoring, JSDoc, comment, and error-handling conventions live in @CONTRIBUTING.md -- follow them.