chore(web): stop tracking Next build output and enforce repo hygiene - #865
Merged
pancacake merged 6 commits intoAug 16, 2026
Merged
Conversation
20 tasks
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.
Description
Stops tracking the generated
web/.next-deeptutortree and adds guardrails that keep regenerated artifacts out of Git.mainordev.CONTRIBUTING.md.mainunless explicitly allowed.This also removes the repository-wide pre-commit blocker reported on #728: formatting hooks currently attempt to rewrite tracked Next build files, so contributors cannot run
pre-commit run --all-filessuccessfully.Related Issues
Module(s) Affected
agentsapiconfigcoreknowledgeloggingservicestoolsutilsweb(Frontend)docs(Documentation)scripts(Scripts)tests(Tests)...Checklist
pre-commit run --all-filesand fixed any issues.Validation
python scripts/check_repo_hygiene.py: PASSpython scripts/check_workspace_hygiene.py: PASSpython -m pytest tests/scripts/test_branch_policy.py tests/scripts/test_workspace_hygiene.py: 6 passedpython -m ruff checkchanged Python scripts/tests: PASSpython -m ruff format --checkchanged Python scripts/tests: PASS.github/workflows/repository-hygiene.ymlYAML parse: PASSgit diff --check: PASSnpm run test:node: 412 passed, 1 pre-existing failure (ordinary users can edit only their owner-scoped Codex reasoning overrides), reproduced on unmodifiedorigin/devnpm run lint: PASS, 56 pre-existing warningsnpm run build: PASSgit status --shortafter build: clean