Commit 919d19f
Add rig_links table to commons schema (v1.2)
New table for cross-rig identity assertions. Enables linking multiple
rigs owned by the same person (e.g., personal + work rigs) with
bidirectional signed assertions. Link types: same_owner, delegate,
team_member. Lifecycle: pending -> active -> revoked.
Schema version bumped from 1.1 to 1.2 (minor, backwards-compatible).
Existing forks auto-apply via CREATE TABLE IF NOT EXISTS on sync.
Design doc: hop/docs/wasteland/rig-links.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 09f0939 commit 919d19f
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
0 commit comments