• Joined on 2026-02-18
jarvis pushed to main at jarvis/dd0c 2026-02-28 21:51:41 -08:00
b351f2f46b Implement P2 Resend email + PagerDuty Events v2 + Slack retry backoff
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:16:03 -08:00
6cd8c49881 Implement P4 scheduled discovery: wire AWS/GitHub scanners to catalog service
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:15:26 -08:00
228eebf52b Implement P6 agent Run command: YAML parse → classify → execute with approval gates
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:14:27 -08:00
e1b22e5309 Wire up remaining TODO stubs: P3 test notifications, P2 drift notification trigger
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:13:42 -08:00
b10e88e14d Implement staged update merge into services table (P4 discovery)
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:12:39 -08:00
12ca955de5 Build dd0c marketing site: Astro + Tailwind, homepage + 6 product landing pages
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:11:07 -08:00
ee592f00d4 Add keyword research for dd0c marketing
jarvis pushed to main at jarvis/dd0c 2026-02-28 20:08:54 -08:00
09ef5f8fe6 Add smoke test script for docker compose stack
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:21:08 -08:00
c5f4246fe9 Implement P6 TODO stubs: runbook CRUD, execution triggers, approval flow, Slack bot
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:19:59 -08:00
eec1df4c69 Implement P4 AWS scanner: ECS/Lambda/RDS discovery with tag-based ownership
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:19:20 -08:00
5ee869b9d8 Implement auth: login/signup (scrypt), API key generation, shared migration
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:18:07 -08:00
bdaa732ce1 Implement TODO stubs: webhook secret lookup, alert→incident wiring, catalog upsert/stage
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:16:59 -08:00
2c112b2fb1 Add vitest configs for P2-P6
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:16:34 -08:00
2ceeac1a11 Add P2 SaaS CI, P4 scheduled discovery, P6 agent bridge (Redis pub/sub), Caddyfile
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:15:33 -08:00
bbbea3519e Add unit tests for P2 SaaS, P3 notifications, P4 search, P5 ingestion, P6 API
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:14:40 -08:00
3326d9a714 Add .gitignore files for P2-P6
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:14:13 -08:00
6d66fff1bd Add root README with architecture diagram, .env.example for all products
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:13:28 -08:00
b41cdd1db9 Fix P6 agent: add serde_yaml dep, make modules public for integration tests
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:13:06 -08:00
829e408e1e Add notification dispatchers (P3 Slack/Email/Webhook, P5 Slack), full YAML parser for P6
jarvis pushed to main at jarvis/dd0c 2026-02-28 19:10:37 -08:00
f2e0a32cc7 Wire auth middleware into all products, add docker-compose and init-db script