@bananapus/permission-ids-v6 0.0.27 → 0.0.29

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/permission-ids-v6` is the shared constant library for Juicebox V6 operator permissions. It gives every repo in the ecosystem the same numeric meaning for the same permission name.
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
+ - [ARCHITECTURE.md](./ARCHITECTURE.md) — how this library fits the V6 ecosystem
8
+ - [INVARIANTS.md](./INVARIANTS.md) — guarantees to integrators, per-symbol inventory, and the numbering-stability proof
9
+ - [USER_JOURNEYS.md](./USER_JOURNEYS.md) — how consumers (contracts, scripts, frontends) use the constants
10
+ - [RISKS.md](./RISKS.md) — coordination risks across downstream repos
11
+ - [ADMINISTRATION.md](./ADMINISTRATION.md) — release process and namespace governance
12
+ - [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md) — what to verify when auditing this repo
13
+ - [SKILLS.md](./SKILLS.md) — quick-reference index for AI agents
14
+ - [STYLE_GUIDE.md](./STYLE_GUIDE.md) — V6 ecosystem Solidity conventions
15
+ - [CHANGELOG.md](./CHANGELOG.md) — release-by-release diff from `nana-permission-ids-v5`
11
16
 
12
17
  ## Overview
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/permission-ids-v6",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",