Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.2.2 - 2026-02-14
===================

## Added
- New GitHub Pages demo UX:
- dark visual theme and improved stakeholder-facing narrative
- interactive scenario explorer with command/output/stats/insights tabs
- analyst refinement loop visualization driven by captured `--stats` snapshots
- codex-guided LLM demo with measured step-4 validation output
- New site branding assets:
- `site/precursor-mark.svg`
- `site/favicon.svg`
- refreshed README/site logo in `assets/logo/precursor-logo.svg`
- Demo data provenance docs:
- `site/data/README.md`

## Changed
- README header and project positioning now align with packet/log/binary pre-protocol triage workflows.
- Pages content now links directly to scenario corpora and captured demo artifacts for reproducibility.

## Notes
- Local Claude CLI demo output is not bundled in this release snapshot because the local CLI auth state was unauthenticated during capture; runtime status is documented in `site/data/llm_claude_status.json`.

0.2.1 - 2026-02-14
===================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "precursor"
build = "build.rs"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.86"
authors = ["Matt Lehman <obsecurus@users.noreply.github.com>"]
Expand Down