Budget tui smoke coverage#2
Merged
Merged
Conversation
- docs/PRIVACY.md: data & privacy policy (lacune 11) - docs/PROMPT_CHANGELOG.md: prompt versioning conventions + log (lacune 12) - docs/COMPARISON.md: competitive positioning matrix (lacune 17) - docs/BETA.md: add Primary Beta Audience / ICP section (lacune 16) - RELEASE.md: release checklist with evals, smoke tests, rollback (lacune 14) - .github/ISSUE_TEMPLATE/security_report.md: security report template (lacune 18) - .github/ISSUE_TEMPLATE/quality_report.md: generated project quality report template (lacune 18) - .github/workflows/ci.yml: add cargo audit + cargo deny jobs (lacune 24) - deny.toml: license and advisory policy for cargo-deny (lacune 24) - evals/run_campaign.sh: batch campaign runner with JSON report + evals/runs/ dir (lacune 3) - src/orchestrator.rs: write cortex.manifest.json on successful run (lacune 13) - src/orchestrator.rs: warn when output directory is non-empty before run (lacune 21) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add AppView enum (Running | ShowingSummary) and view switching - Implement WorkflowComplete handler that loads cortex.run.json - New CockpitPanel widget with 4 tabs (Summary, Files, Agents, Timeline) - Keyboard navigation: Tab/BackTab, 1-4, q/Esc exit, r refresh - PipelineWidget shows ALL COMPLETE line with duration - Add inline code (), links [text](url), ordered lists (1.), blockquotes (>) - Delete dead summary.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes # (issue number — required before review)
Changes
Testing
cargo fmt— cleancargo clippy -- -D warnings— zero warningscargo test— all tests passcargo run -- start "..." --workflow <name>Notes for reviewer