Commit Graph

4 Commits

Author SHA1 Message Date
Jarvis
b42762d7f4 fix: address code and security review findings from Phase 2A
- Remove committed __pycache__ artifacts; add to .gitignore
- Wrap config JSON parse in try/except to prevent CLI crash on malformed config
- Add SSRF mitigation to webhook_adapter: reject non-http(s) schemes,
  refuse auth_token over cleartext to non-localhost, block private IPs
- Add _sanitize() to discord_formatter: strip ANSI/control chars,
  neutralize @everyone/@here Discord mentions
2026-03-27 21:12:04 -05:00
Jarvis
63c30b564d feat: add MACP event bridge — watcher, webhook, Discord formatter 2026-03-27 21:06:22 -05:00
28392914a7 feat: MACP Phase 1 — Core Protocol Implementation (#9) 2026-03-28 01:39:26 +00:00
a8e580e1a3 feat: rename rails/ to tools/ and add service tool suites (#4)
Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
2026-02-22 17:52:23 +00:00