refactor: rewrite commit-extract + commit-semantic to JSONL pipeline#9
Open
feng-y wants to merge 1 commit into
Open
refactor: rewrite commit-extract + commit-semantic to JSONL pipeline#9feng-y wants to merge 1 commit into
feng-y wants to merge 1 commit into
Conversation
commit-extract: replace heuristic with Team Agent orchestrator pattern - Adaptive batching by patch weight (budget 3000, max 15/batch) - Workers use docs/generate_commit.md prompt via Task tool - Output: YYYY-MM.jsonl (not YAML), resume via SHA scanning - Delete old heuristic, prompts/generate_commit_log.md commit-semantic: simplify 5-stage to 4-stage JSONL consumer - ingest: expand sections/items into semantic units - aggregate: group by theme, compute op/importance distributions - distill: score patterns, rank canonical demands - export: summary.json with stats - Remove keyword classification, scoring heuristics, ExportSummary io_utils: add append_jsonl(); git_utils: add no_merges param Tests: 756 passed (52 new, 9 updated for JSONL format)
0d55ec0 to
7b101b0
Compare
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
docs/generate_commit.mdprompt, output YYYY-MM.jsonlappend_jsonl(); git_utils: Addno_mergesparamTest Plan
Design Spec
docs/superpowers/specs/2026-03-22-commit-extract-rewrite-design.mdDO NOT MERGE — pending E2E validation