chore(repo): remove internal process docs and dead code from the tree#45
Merged
aykhan019 merged 1 commit intoMay 31, 2026
Merged
Conversation
These internal coordination artifacts do not belong in the project source, and one of them encoded commit-attribution and tooling-disclosure rules that should not govern the repository. - Remove HANDOFF.md, CHECKLIST.md, MERGE_PLAN.md (session/planning notes). - Remove scripts/commit-as.sh and scripts/.authors (the per-commit author rotation wrapper) and every reference to it. - Remove the empty CLAUDE.md. - Remove the dead integration/ tree: a one-time visual drop already merged into apps/web, sitting outside the pnpm workspace yet still linted by CI. - Rewrite CONTRIBUTING.md, the PR template, and CODEOWNERS to drop the commit-as.sh / HANDOFF / CHECKLIST workflow. - Fix ADR-0001's TanStack Query claim (not installed; the web app uses a fetch-based api-client) and drop commit-as.sh mentions from ADR-0001/0002 and the design explorations note. - Gitignore the two course handout PDFs so they are not accidentally committed.
|
@fateh-mammadli is attempting to deploy a commit to the Aykhan's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Why
Several internal coordination artifacts were committed into the project tree. They are not part of the application, and one of them (
HANDOFF.md+scripts/commit-as.sh) encoded commit-attribution and tooling-disclosure rules that should not govern the repository or a graded submission.What changed
Removed
HANDOFF.md,CHECKLIST.md,MERGE_PLAN.md— session/planning notes.scripts/commit-as.shandscripts/.authors— the per-commit author-rotation wrapper.CLAUDE.md— empty (0 bytes).integration/— a one-time visual drop already merged intoapps/web; it sat outside the pnpm workspace globs yet was still linted/formatted by CI.Updated to drop references to the above
CONTRIBUTING.md— removed thecommit-as.shmandate, theHANDOFF/CHECKLISTworkflow, and the "no external tool/AI names" rule; kept branching, commit format, code standards, testing, security..github/pull_request_template.md,.github/CODEOWNERS.docs/adr/0001— also corrected the TanStack Query claim (it is not installed; the web app uses the fetch-basedapi-client), anddocs/adr/0002+docs/design/explorations.md.Other
.gitignorenow ignores the two course handout PDFs so they are not accidentally committed.No application code is touched;
apps/andpackages/are unchanged, so the build and tests are unaffected.