Port Stage 4 progress logging to work-authorship flow - #25
Merged
Merged
Conversation
TimMCBen
force-pushed
the
feat/stage4-progress-log-migration
branch
from
May 22, 2026 10:10
7c5773d to
0faaa0c
Compare
The stale remote branch had useful progress logging, but its implementation was tied to the deprecated author-name lookup path. This ports the observable progress behavior onto the current OpenAlex work-authorship and author-id flow, keeps the aggregate runner's runtime log mode aligned with its stage log mode, and fixes the CI blockers surfaced by the PR checks. Constraint: Stage 4 must continue to avoid OpenAlex/DBLP name search fallbacks Constraint: CI may expose API_KEY as an empty string when no live LLM secret is configured Constraint: Markdown lint should guard maintained repo docs, not imported coursework/vendor-style documents Rejected: Merge origin/feat/stage4-progress-log directly | it conflicts with current main and reintroduces the old author lookup design Rejected: Force-merge with failing checks | repository-checks and OSV were reporting actionable blockers Rejected: Reformat all imported markdown | large unrelated churn for third-party/coursework artifacts Confidence: high Scope-risk: moderate Directive: Do not move Stage 4 progress back to name-based author lookup without revisiting the work-authorship identity contract Tested: python scripts/test_agent/runtime_logging_contract.py Tested: python scripts/test_agent/stage4.py Tested: python scripts/test_agent/run_contract.py Tested: python scripts/test_agent/run.py Tested: CI=true API_KEY= python scripts/test_agent/stage7.py Tested: CI=true API_KEY= python scripts/test_agent/run.py Tested: npx --yes markdownlint-cli2 maintained markdown globs Tested: python -m compileall packages scripts Co-authored-by: OmX <omx@oh-my-codex.dev>
TimMCBen
force-pushed
the
feat/stage4-progress-log-migration
branch
from
May 22, 2026 10:23
0faaa0c to
02c17bb
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
Tests