v0.7.8 — performance budget + state model + engineering hardening#3
Closed
2002yy wants to merge 2 commits into
Closed
v0.7.8 — performance budget + state model + engineering hardening#32002yy wants to merge 2 commits into
2002yy wants to merge 2 commits into
Conversation
…ing hardening - Performance budget: new src/performance_budget.py, all LLM calls bounded by performance mode (fast/standard/deep) with tiered max_tokens - Locked deps: migrated to pip-tools workflow (requirements.in → .txt) - State model: docs/STATE_MODEL.md defines truth hierarchy, migration guide - CI hardening: detect-secrets changed to hard gate (no continue-on-error) - Bug fix: entry page news phase now renders before group is started - Bug fix: news discussion syncs wechat join state to interactive_group - README overhaul: showcase-oriented with architecture diagram + roadmap - .gitignore: exclude config/runtime_state.yaml, memory/ - 140 tests (+28 new), Ruff clean Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- PROJECT_PLAN/FUTURE/COMPREHENSIVE_PROJECT/USER_GUIDE: version, module descriptions, document references updated to v0.7.8 - changelog/README_v0_7_7.md: bilingual title, wechat.py ~100 line facade correction - constants.py: MODEL_LABELS/PERF_LABELS → Chinese-dominant - status_bar.py: stats/perf lines → Chinese labels - chat_panel.py: _DISPLAY_LABELS → Chinese-dominant Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
src/performance_budget.py— all LLM calls bounded by fast/standard/deep mode with tiered max_tokensdocs/STATE_MODEL.mddefining truth hierarchy, migration guide, cleanup checklistinteractive_group.gitignorecleanup: Excludeconfig/runtime_state.yaml,memory/Test plan
pytest— 140 passedruff check .— cleanChanges
22 files changed, 1379 insertions(+), 217 deletions(-)
🤖 Generated with Claude Code