Add requirements tracking option#1744
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #1743
Working session summaryImplemented and pushed the fix to PR 1744: #1744 What changed:
Verification:
CI is green on the current head PR is open, marked ready, merge state is clean, and the local working tree is clean. Earlier CI failures were fixed by adding the changeset and updating the translated configuration docs. References used during issue research: GitHub issue-linking docs https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue, ISO/IEC/IEEE 29148:2018 https://www.iso.org/cms/%20render/live/en/sites/isoorg/contents/data/standard/07/20/72089.html, NIST SP 500-204 https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication500-204.pdf. This summary was automatically extracted from the AI working session output. |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (548.0K + 20.4M cached) input tokens, 43.0K output tokens, $27.862431 cost 🤖 Models used:
📎 Log file uploaded as Repository (65200KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
This reverts commit 4e02441.
Summary
--requirements-tracking, disabled by default, with documentation indocs/CONFIGURATION.mdand translated configuration docs.docs/requirements/*.mdchanged when requirements tracking is enabled and auto-restarts once with focused feedback if not.docs/requirements/README.md, the issue 1743 case study underdocs/case-studies/issue-1743/, and a minor Changesets entry.Tests
node tests/test-requirements-tracking-1743.mjsnode tests/test-docs-options-sync.mjsnpm run lintnode tests/docs-validation.mjsGITHUB_EVENT_NAME=pull_request GITHUB_BASE_SHA=$(git merge-base HEAD origin/main) GITHUB_HEAD_SHA=$(git rev-parse HEAD) node tests/test-docs-language-sync.mjsGITHUB_BASE_REF=main GITHUB_BASE_SHA=$(git merge-base HEAD origin/main) GITHUB_HEAD_SHA=$(git rev-parse HEAD) node scripts/validate-changeset.mjsnpx prettier --check ...on touched filesnpm testReferences
docs/requirements/README.mddocs/case-studies/issue-1743/README.mdFixes #1743