From 4e5f8dd734f336804c0f08920f9816717f722f8b Mon Sep 17 00:00:00 2001 From: James Date: Sun, 22 Mar 2026 05:43:40 -0400 Subject: [PATCH] =?UTF-8?q?Rename:=20vault1984=20=E2=86=92=20clavitor=20th?= =?UTF-8?q?roughout=20(dirs,=20binaries,=20web=20assets,=20CSS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{vault1984-account => clavitor-account} | Bin commercial/website/README.md | 8 +- .../website/{vault1984-web => clavitor-web} | Bin .../website/{vault1984.css => clavitor.css} | 0 design-system/styleguide.html | 409 ++++++++++++++++++ oss/app/Makefile | 2 +- oss/app/cmd/{vault1984 => clavitor}/main.go | 0 .../templates/base.html | 4 +- .../templates/claude-code.html | 0 .../templates/codex.html | 0 .../templates/footer.html | 2 +- .../templates/geo-pops.html | 0 .../templates/hosted.html | 0 .../templates/index.html | 0 .../templates/install.html | 0 .../templates/landing.html | 0 .../templates/openclaw-cn.html | 0 .../templates/openclaw.html | 0 .../templates/pricing.html | 0 .../templates/privacy.html | 0 .../templates/sources.html | 0 .../templates/terms.html | 0 .../{vault1984 => clavitor}/web/agents.html | 18 +- .../web/clavitor-app.css} | 2 +- .../web/clavitor.css} | 0 .../cmd/{vault1984 => clavitor}/web/crypto.js | 8 +- .../web/design-system/styleguide.html | 409 ++++++++++++++++++ .../{vault1984 => clavitor}/web/favicon.svg | 0 .../web/homepage2.html | 6 +- .../{vault1984 => clavitor}/web/index.html | 60 +-- .../{vault1984 => clavitor}/web/jsqr.min.js | 0 .../{vault1984 => clavitor}/web/security.html | 12 +- .../web/test_crypto.js | 60 +-- .../{vault1984 => clavitor}/web/tokens.html | 2 +- .../cmd/{vault1984 => clavitor}/web/topbar.js | 0 .../cmd/{vault1984 => clavitor}/web/totp.js | 4 +- .../{vault1984 => clavitor}/web/webauthn.js | 8 +- .../{vault1984 => clavitor}/web/worldmap.svg | 0 oss/app/cmd/vault1984/web/design-system | 1 - oss/app/vault1984-rXJEfw | Bin 679936 -> 0 bytes oss/cli/{vault1984 => clavitor} | Bin oss/cli/{vault1984-cli => clavitor-cli} | Bin 42 files changed, 916 insertions(+), 99 deletions(-) rename commercial/account/{vault1984-account => clavitor-account} (100%) rename commercial/website/{vault1984-web => clavitor-web} (100%) rename commercial/website/{vault1984.css => clavitor.css} (100%) create mode 100644 design-system/styleguide.html rename oss/app/cmd/{vault1984 => clavitor}/main.go (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/base.html (94%) rename oss/app/cmd/{vault1984 => clavitor}/templates/claude-code.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/codex.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/footer.html (85%) rename oss/app/cmd/{vault1984 => clavitor}/templates/geo-pops.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/hosted.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/index.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/install.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/landing.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/openclaw-cn.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/openclaw.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/pricing.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/privacy.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/sources.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/templates/terms.html (100%) rename oss/app/cmd/{vault1984 => clavitor}/web/agents.html (95%) rename oss/app/cmd/{vault1984/web/vault1984-app.css => clavitor/web/clavitor-app.css} (99%) rename oss/app/cmd/{vault1984/web/vault1984.css => clavitor/web/clavitor.css} (100%) rename oss/app/cmd/{vault1984 => clavitor}/web/crypto.js (97%) create mode 100644 oss/app/cmd/clavitor/web/design-system/styleguide.html rename oss/app/cmd/{vault1984 => clavitor}/web/favicon.svg (100%) rename oss/app/cmd/{vault1984 => clavitor}/web/homepage2.html (98%) rename oss/app/cmd/{vault1984 => clavitor}/web/index.html (97%) rename oss/app/cmd/{vault1984 => clavitor}/web/jsqr.min.js (100%) rename oss/app/cmd/{vault1984 => clavitor}/web/security.html (96%) rename oss/app/cmd/{vault1984 => clavitor}/web/test_crypto.js (78%) rename oss/app/cmd/{vault1984 => clavitor}/web/tokens.html (99%) rename oss/app/cmd/{vault1984 => clavitor}/web/topbar.js (100%) rename oss/app/cmd/{vault1984 => clavitor}/web/totp.js (96%) rename oss/app/cmd/{vault1984 => clavitor}/web/webauthn.js (97%) rename oss/app/cmd/{vault1984 => clavitor}/web/worldmap.svg (100%) delete mode 120000 oss/app/cmd/vault1984/web/design-system delete mode 100644 oss/app/vault1984-rXJEfw rename oss/cli/{vault1984 => clavitor} (100%) rename oss/cli/{vault1984-cli => clavitor-cli} (100%) diff --git a/commercial/account/vault1984-account b/commercial/account/clavitor-account similarity index 100% rename from commercial/account/vault1984-account rename to commercial/account/clavitor-account diff --git a/commercial/website/README.md b/commercial/website/README.md index e877bd1..6d81f3a 100644 --- a/commercial/website/README.md +++ b/commercial/website/README.md @@ -1,17 +1,17 @@ ## Styleguide -**vault1984.css** is the single global stylesheet for all clavitor web surfaces — marketing site (`clavitor-web`) and the app UI (`clavitor`). +**clavitor.css** is the single global stylesheet for all clavitor web surfaces — marketing site (`clavitor-web`) and the app UI (`clavitor`). - Live: https://clavitor.com/styleguide.html -- Source: `clavitor-web/vault1984.css` +- Source: `clavitor-web/clavitor.css` ### Rules (no exceptions) -1. **One stylesheet.** `vault1984.css` only. No Tailwind, no inline styles, no ` + + +
+ + +
+
+
+
+

Clavitor

+

Design System v0.1

+
+
+

CLAVITOR

+

+ A black box vault for AI infrastructure. One file. No dependencies. + Copy the CSS variables and classes you need. +

+
+ + +
+
Brand Colors
+
+
Black Square
--brand-black
#0A0A0A
+
Accent
--brand-accent
#B45309
+
Accent Light
--brand-accent-light
#D97706
+
Accent Dark
--brand-accent-dark
#92400E
+
+
+ + +
+
Typography — Plus Jakarta Sans
+
+
wordmarkCLAVITOR
+
48pxHeading 48
+
36pxHeading 36
+
24pxHeading 24
+
18pxBody large 18
+
16pxBody 16 — The quick brown fox jumps
+
14pxSmall 14 — The quick brown fox jumps
+
12pxTiny 12 — The quick brown fox
+
+
+ + +
+
Spacing Scale (4px base)
+
+
4px
+
8px
+
16px
+
24px
+
32px
+
48px
+
64px
+
+
+ + +
+
Buttons
+

Variants

+
+ + + + + +
+

Sizes

+
+ + + +
+
+ + +
+
Inputs
+
+
+ + +
+
+ + + We'll never share your email. +
+
+ + + Please enter a valid email address. +
+
+ + +
+
+
+ + +
+
Cards
+
+
+
+
Credential Entry
+

Last modified 2 hours ago

+
+

Password for production database. Private fields encrypted with your biometric.

+
+ Private + Database +
+
+
+
+
API Key
+

Never expires

+
+

Production API key for CI/CD pipelines. Rotate every 90 days.

+
+ Active + API +
+
+
+
+ + +
+
Badges
+
+ Default + Primary + Accent + Success + Warning + Error +
+
+ + +
+
Alerts
+
+
+ Info: Your vault is end-to-end encrypted. We cannot access your data. +
+
+ Success: Credential rotated successfully. API key updated. +
+
+ Error: Failed to connect to vault. Check your network connection. +
+
+
+ + +
+
Tables
+ + + + + + + + + +
NameTypeStatusLast Used
Production DBPasswordActive2 min ago
AWS API KeyAPI KeyExpiring1 hour ago
GitHub SSHSSH KeyActive3 days ago
+
+ + +
+
Code / Terminal
+
+ $ clavitor search github
+ Found 3 credentials:
+ • github-personal (SSH key)
+ • github-work (Token)
+ • github-actions (API key) +
+

Inline code looks like --brand-accent or get_credential()

+
+ + +
+
Form Elements
+
+ + +
+
+
+
+ +
+ + \ No newline at end of file diff --git a/oss/app/Makefile b/oss/app/Makefile index 125622c..f1cf3ad 100644 --- a/oss/app/Makefile +++ b/oss/app/Makefile @@ -9,7 +9,7 @@ export GOFIPS140 := latest build: rm -f $(BINARY) /usr/local/go/bin/go clean -cache - GOFIPS140=latest /usr/local/go/bin/go build -o $(BINARY) ./cmd/vault1984 + GOFIPS140=latest /usr/local/go/bin/go build -o $(BINARY) ./cmd/clavitor deploy: build scp $(BINARY) $(REMOTE):/tmp/$(BINARY)-new diff --git a/oss/app/cmd/vault1984/main.go b/oss/app/cmd/clavitor/main.go similarity index 100% rename from oss/app/cmd/vault1984/main.go rename to oss/app/cmd/clavitor/main.go diff --git a/oss/app/cmd/vault1984/templates/base.html b/oss/app/cmd/clavitor/templates/base.html similarity index 94% rename from oss/app/cmd/vault1984/templates/base.html rename to oss/app/cmd/clavitor/templates/base.html index d5bec16..84ce999 100644 --- a/oss/app/cmd/vault1984/templates/base.html +++ b/oss/app/cmd/clavitor/templates/base.html @@ -9,7 +9,7 @@ - + {{if eq .Page "install"}}{{template "install-head"}}{{end}} @@ -17,7 +17,7 @@