docs: record PR #180-#182, add P-007/P-008, open TASK-20260910-006 - #183
Merged
Conversation
CHANGELOG.md gains the three PRs that were not yet recorded (#180 changelog PR, #181 PROBLEMS.md, #182 the task close-out), so the [2026-09-10] section matches what actually merged. PROBLEMS.md gains two entries: - P-007 OPEN — new-crystalcastle CI: five workflows run 'pip install -r requirements.txt' but the repo has no root requirements.txt (only scripts/errorlog-generator/requirements.txt). Evidenced by run 34471137096. Separately caused from P-002/the bad-SHA issue, so fixing SHAs alone will not turn that repo green. - P-008 RESOLVED — TASK-20260910-004 had been stored in a file named example-task.md; renamed in PR #182. New task TASK-20260910-006 owns P-007. It is blocked deliberately: whether the right fix is a new root requirements.txt or repointing each workflow at the real path depends on the intended project layout, and the two workflows may want different files. Guessing would make CI pass while being wrong. Tracker tests: 20 passed. No workflow file touched.
fig-ai-agent Bot
added a commit
that referenced
this pull request
Sep 10, 2026
Co-authored-by: Fig Agent <agent@fig.local>
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.
What
Catch-up documentation after closing out the task tracker:
CHANGELOG.md— records the three PRs that merged but were not yet listed: docs: record PR #178 and #179 in the changelog #180 (changelog), docs: add PROBLEMS.md as the companion to CHANGELOG.md #181 (PROBLEMS.md), chore(tasks): close TASK-20260910-005 and correct the open task records #182 (task close-out). The[2026-09-10]section now matches what actually landed.PROBLEMS.md— two new entries.TASK-20260910-006owning the new problem.P-007 — OPEN
new-crystalcastleCI: five workflows runpip install -r requirements.txt, but the repo has no rootrequirements.txt— onlyscripts/errorlog-generator/requirements.txt.Affected:
FastAPI_CI.yaml,Python-CI.yml,crystalcastle-coderabbit-test.yml,errorlog-generator.yml,test.yml. Evidenced by run34471137096.This is a separate cause from the bad-SHA issue (
TASK-20260910-003); fixing SHAs alone will not turn that repo green.P-008 — RESOLVED
TASK-20260910-004had been stored in a file namedexample-task.md; renamed in PR #182.TASK-20260910-006 — deliberately blocked
Whether the correct fix is a new root
requirements.txtor repointing each workflow at the real path depends on the intended layout — anderrorlog-generator.ymlmay legitimately want a different file fromtest.yml. Guessing would make CI pass while being wrong, so the task records the decision needed instead of inventing one.Verification
No workflow file touched.