You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context. Only 4 of 10 Stellar crates ship a README: stealth-registry/README.md, stealth-sender/README.md, stealth-splitter/README.md, wraith-names/README.md. The other six (stealth-announcer, stealth-batch-sender, stealth-vault, wraith-asset-policy, wraith-metrics, contracts/governance) have no README, so contributors have to read the source to learn the API surface, error variants, event topics, and pause / admin / metrics posture. This becomes load-bearing for the third-party audit engagement (issue #4).
Scope.
Add a README.md to each of the six crates using a shared template: purpose, entrypoints table, error variants, event topics, storage layout, pause / admin / metrics posture, related docs.
Tier: S (1-2 days) | Type: docs
Context. Only 4 of 10 Stellar crates ship a README:
stealth-registry/README.md,stealth-sender/README.md,stealth-splitter/README.md,wraith-names/README.md. The other six (stealth-announcer,stealth-batch-sender,stealth-vault,wraith-asset-policy,wraith-metrics,contracts/governance) have no README, so contributors have to read the source to learn the API surface, error variants, event topics, and pause / admin / metrics posture. This becomes load-bearing for the third-party audit engagement (issue #4).Scope.
README.mdto each of the six crates using a shared template: purpose, entrypoints table, error variants, event topics, storage layout, pause / admin / metrics posture, related docs.stellar/PAUSE.md,stellar/MULTISIG.md,stellar/METRICS.md, andstellar/ONCALL.mdfrom issue Cross-chain announcement schema conformance audit #12.stellar/README.md's contracts table linking each new README.Acceptance.
stellar/contracts/*andstellar/*(exceptbench,bench-crossover,integration-tests,shared) has a READMEstellar/README.mdcontracts table links to every oneFiles.
stellar/stealth-announcer/README.md(new),stellar/stealth-batch-sender/README.md(new),stellar/stealth-vault/README.md(new),stellar/wraith-asset-policy/README.md(new),stellar/wraith-metrics/README.md(new),stellar/contracts/governance/README.md(new),stellar/README.md.