Commit Graph
8 Commits
Author SHA1 Message Date
mrhid6 5b25797d77 feat(license): add signing and the trusted key list 2026-07-24 14:57:52 +01:00
mrhid6 b1a932b765 feat(license): add the licence payload and tier seed table 2026-07-24 14:57:21 +01:00
mrhid6 788d98b0c1 chore(shared): add hyperboloide/lk for licence signing
Probed the library before building against it. Two corrections to plan 1:

- PublicKey.ToB32String() returns one value, not (string, error)
- The scheme is ECDSA P-384 with SHA-256, not ed25519 as the spec and plan
  claim. Design is unaffected; the prose needs fixing.
2026-07-24 14:53:26 +01:00
mrhid6 35b7bc1a63 refactor(shared): rename Org to Instance 2026-07-24 13:54:31 +01:00
mrhid6 59b0e63c2b feat(shared): add EnsureCoreIndexes 2026-07-24 13:39:46 +01:00
mrhid6 06cc878d2e feat(shared): add CreateOrg, RollbackOrg and CreateUser
Adopts sitesvc's retry-on-duplicate-key slug loop. The control plane
previously returned an error when it lost the slug race.
2026-07-24 13:39:20 +01:00
mrhid6 ea460d7408 feat(shared): add slug rules and shared document models 2026-07-24 13:38:52 +01:00
mrhid6 4da2e546b7 chore: scaffold shared module 2026-07-24 13:38:05 +01:00