|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to SentinelCloud are documented here. |
| 4 | +The format is loosely based on Keep a Changelog and the project follows |
| 5 | +semantic versioning. |
| 6 | + |
| 7 | +## v1.0.0 — 2026-05-03 |
| 8 | + |
| 9 | +First public release. |
| 10 | + |
| 11 | +### Architecture |
| 12 | +- Three-layer brain: perception, reasoning, actuation. Source paths cited |
| 13 | + in `docs/ARCHITECTURE.md`. |
| 14 | +- Six-agent state machine with a contractually pinned Devil's Advocate. |
| 15 | +- Twelve gap-fix modules covering tool-call validation, blast radius, |
| 16 | + semantic policy, episodic memory, calibrated confidence, deterministic |
| 17 | + scenarios, multimodal ingestion, FinOps cost-risk tradeoffs, WAF |
| 18 | + synthesis, and a process reward model. |
| 19 | + |
| 20 | +### Reasoning |
| 21 | +- Gemini 2.5 Pro on Vertex AI as the default reasoner. |
| 22 | +- Anthropic Claude as an optional second opinion. |
| 23 | +- Deterministic scenario-aware stub as the always-on fallback. |
| 24 | +- Provider and model surfaced on every agent turn so the demo never lies |
| 25 | + about who wrote the line. |
| 26 | + |
| 27 | +### Scenarios |
| 28 | +- Seven seeded fixtures: memory leak, database pool exhaustion, zero-day |
| 29 | + CVE, FinOps right-size, configuration drift, cascading failure, |
| 30 | + layer-7 anomaly. Each fixture is byte-stable. |
| 31 | + |
| 32 | +### Deployment |
| 33 | +- Cloud Run, asia-east1, project dmjone, min-instances 0. |
| 34 | +- Production domain mapping for sentinelcloud.dmj.one (DNS pending). |
| 35 | +- GitHub Actions CI for typecheck, build, and security scan. |
| 36 | +- Zero open Dependabot alerts at release. |
| 37 | +- npm overrides pinning postcss >= 8.5.10, uuid >= 14, and |
| 38 | + @tootallnate/once >= 3.0.1 to close known transitive CVEs. |
| 39 | + |
| 40 | +### Documentation |
| 41 | +- README (409 lines) for the public face. |
| 42 | +- CAPSTONE_REPORT (1345 lines) for the examination committee. |
| 43 | +- ARCHITECTURE, GAP_MATRIX, LITERATURE_REVIEW, DEPLOY, RUNBOOK, SECURITY. |
| 44 | + |
| 45 | +### Author |
| 46 | +Rohit Kumar (GF202220522), BTech CSE Cloud Computing, |
| 47 | +School of Computing Science and Engineering, Galgotias University. |
| 48 | +Mentor and build partner: Divya Mohan, dmj.one. |
0 commit comments