Compare commits

..

1 Commits

Author SHA1 Message Date
Shaun Arman
1db21ae3c1 fix(test): await async data in auditLog test to prevent race condition
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Successful in 1m7s
Test / frontend-typecheck (pull_request) Successful in 1m16s
Test / frontend-tests (pull_request) Successful in 1m48s
Test / rust-clippy (pull_request) Successful in 8m28s
Test / rust-tests (pull_request) Successful in 10m48s
2026-04-19 19:56:50 -05:00

View File

@ -2,22 +2,20 @@
All notable changes to TFTSR are documented here.
Commit types shown: feat, fix, perf, docs, refactor.
CI, chore, and build changes are excluded.
CI, chore, and build changes are excluded unless they affect developer workflow.
## [Unreleased]
### Bug Fixes
- Harden timeline event input validation and atomic writes
- **ci**: Switch PR review from Ollama to liteLLM (qwen2.5-72b)
### Documentation
- Update wiki for timeline events and incident response methodology
- Clarify changelog exclusion criteria
## [0.2.66] — 2026-04-20
### Features
- Add timeline_events table, model, and CRUD commands
- Populate RCA and postmortem docs with real timeline data
- Wire incident response methodology into AI and record triage events
- Integrate incident response methodology into all 17 domain prompts
- Add timeline_events table for UTC timestamp tracking during triage
- Populate RCA and postmortem documents with real timeline data
### Bug Fixes
- **ci**: Switch PR review from Ollama to liteLLM (qwen2.5-72b)
### Security
- Harden timeline event input validation and atomic writes
## [0.2.65] — 2026-04-15