8 Commits

Author SHA1 Message Date
Timmy Time
d084a8e8a1 feat(ops): add weekly wizard performance report for issue #828 2026-04-05 21:21:08 +00:00
Timmy Time
8ce143308c fix(comms): repair redaction artifacts in Nostur bridge files
Fixes corrupted lines in bridge_mvp.py and nostr_gitea_bridge.py that
would cause runtime failures due to security scanner redaction:

- bridge_mvp.py: _GITEA_TOKEN init/assignment, load_gitea_token() calls,
  event.author() method chains
- nostr_gitea_bridge.py: os.getenv() calls, AUTHORIZED_KEYS init,
  authorization check

Issue: #186
2026-04-05 20:38:48 +00:00
Timmy Time
8d0be8e80a feat(comms): update Gitea URL from IP to forge.alexanderwhitestone.com domain 2026-04-05 20:17:33 +00:00
Timmy Time
6021947aad [GUARD] Add model size guard script for >5GB policy enforcement (#188) 2026-04-05 19:56:02 +00:00
Timmy Time
8bbcbba0ff [BRIDGE-MVP] Fix 7 redaction artifacts in dm_bridge_mvp.py
Fixes corruption that would cause runtime failures:
- Lines 26, 40: _GITEA_TOKEN initialization and assignment
- Lines 59, 69, 302: load_gitea_token() function calls
- Lines 195, 196: event.author() method chains

Bridge service restarted and operational.
Issue: #181
2026-04-05 10:56:29 +00:00
Timmy Time
a8a65dc89f [BRIDGE-MVP] Nostur→Gitea ingress bridge v0.1
Implements #181 MVP:
- nostr_gitea_bridge.py: WebSocket DM listener, command parser, Gitea API integration
- requirements.txt: websocket-client dependency
- timmy-nostur-bridge.service: systemd unit for deployment

Commands: STATUS, CREATE <title>, COMMENT #<n> <text>, HELP
Gitea remains execution truth. Authorized sovereign keys only for mutations.

Ready for deployment to VPS.
2026-04-05 05:33:26 +00:00
Timmy Time
243f8f1d76 [#181] Nostur→Gitea bridge MVP - service deployment ready 2026-04-05 03:03:29 +00:00
Timmy Time
bfebe4de31 checkpoint: 20:01 auto-commit 2026-03-31 20:02:01 +00:00