Commit Graph

14 Commits

Author SHA1 Message Date
James b93a33d577 chore: auto-commit uncommitted changes 2026-03-24 18:02:41 -04:00
James 7c7cfa7a4a chore: auto-commit uncommitted changes 2026-03-24 12:01:47 -04:00
James 4e909e6967 chore: auto-commit uncommitted changes 2026-03-24 06:02:53 -04:00
James 238f72dcae docs: revise integration research — focus on OpenClaw/1Password mechanics (C-009) 2026-03-24 05:48:04 -04:00
James 9b33ed212b docs: add integration research and proposal for CLI (C-009) 2026-03-24 05:32:07 -04:00
James 09b749876d rebrand: rebuild clavitor-web binary with correct startup message 2026-03-24 03:24:04 -04:00
James db489c0dd1 chore: auto-commit uncommitted changes 2026-03-23 06:01:43 -04:00
James 6d79638ef3 Fix TASK-009: Bind dev server to localhost only (127.0.0.1)
Security fix: Changed from 0.0.0.0 (all interfaces) to 127.0.0.1 (localhost only)

Files modified:
- design-system/server.go
- design-system/server-temp.go

Before: http.ListenAndServe(0.0.0.0:8888, ...) - exposed on LAN/WAN
After:  http.ListenAndServe(127.0.0.1:8888, ...) - localhost only

Note: server-temp.go has 60-minute auto-shutdown. Dev server was not running
at time of fix (likely auto-shut or manually killed).
2026-03-23 00:30:53 -04:00
James 20d6a745c9 chore: auto-commit uncommitted changes 2026-03-23 00:01:23 -04:00
James f24d7e288a chore: auto-commit uncommitted changes 2026-03-22 18:01:23 -04:00
James f5e9b54767 chore: auto-commit uncommitted changes 2026-03-22 12:01:42 -04:00
James c52195ef06 chore: auto-commit uncommitted changes 2026-03-22 06:01:23 -04:00
James 4e5f8dd734 Rename: vault1984 → clavitor throughout (dirs, binaries, web assets, CSS) 2026-03-22 05:43:40 -04:00
James 5597bbc6b5 Initial commit: clavitor project structure (migrated from vault1984) 2026-03-22 05:32:24 -04:00