@bananapus/address-registry-v6 0.0.29 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  `@bananapus/address-registry-v6` is a permissionless registry that records deployer provenance for contracts when callers provide matching `create` or `create2` deployment inputs. It is meant to make deployer provenance visible on-chain, especially for hooks and helper contracts that users may need to trust before interacting with them.
4
4
 
5
- Architecture: [ARCHITECTURE.md](./ARCHITECTURE.md)
6
- User journeys: [USER_JOURNEYS.md](./USER_JOURNEYS.md)
7
- Skills: [SKILLS.md](./SKILLS.md)
8
- Risks: [RISKS.md](./RISKS.md)
9
- Administration: [ADMINISTRATION.md](./ADMINISTRATION.md)
10
- Audit instructions: [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md)
5
+ ## Documentation
6
+
7
+ - [INVARIANTS.md](./INVARIANTS.md) — guarantees, operator powers, per-contract operation inventory, and cross-cutting invariants.
8
+ - [ARCHITECTURE.md](./ARCHITECTURE.md) — system overview, modules, trust boundaries, and critical flows.
9
+ - [ADMINISTRATION.md](./ADMINISTRATION.md) — control posture (none), roles, and recovery model.
10
+ - [RISKS.md](./RISKS.md) — risk register, with provenance-vs-safety as the P1 misuse risk.
11
+ - [USER_JOURNEYS.md](./USER_JOURNEYS.md) — registration and lookup flows for deployers, integrators, and auditors.
12
+ - [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md) — scope, critical invariants, and attack surfaces for auditors.
13
+ - [SKILLS.md](./SKILLS.md) — orientation map for AI agents working in this repo.
14
+ - [STYLE_GUIDE.md](./STYLE_GUIDE.md) — Solidity and repo conventions for the V6 ecosystem.
15
+ - [CHANGELOG.md](./CHANGELOG.md) — verified deltas from v5 to v6.
11
16
 
12
17
  ## Overview
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/address-registry-v6",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",