chore: remove legacy quant-scholar artifacts and .gitai; rename logo - #135
Merged
Merged
Conversation
Remove the pre-pivot quant-scholar arxiv-list machinery and its cron
workflows, a stale pre-pivot doc, and the external .gitai commit-message
tool. Rename the active logo asset to drop editing-process cruft from its
name.
Deleted:
- wiki/ (index.md, embedding.md) — quant-scholar auto-generated output
- docs/papers.md, docs/quant-scholar.json — quant-scholar arxiv list + data
- .github/workflows/{quant_scholar,update_paper_links}.yml — the daily/weekly
crons that regenerate the above (they also referenced a quant_scholar.py that
is not tracked in this repo)
- docs/EMBEDDINGS.md — documents the removed pre-pivot EmbeddingBlock runtime
- docs/ENVIRONMENT_SETUP.md — orphan; env setup is covered by README + CONTRIBUTING
- .gitai/ — external AI commit/PR generator; it produced a non-English commit
message (dcf724b). Conventions belong in the quantmind-dev skill and, going
forward, an enforced commit-msg hook (#134).
Renamed:
- assets/quantmind-new-orange-shaved.png -> assets/quantmind-wordmark.png
(updated the README reference)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 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.
Summary
Remove pre-pivot quant-scholar machinery and other stale artifacts, and rename the active logo asset to drop editing-process cruft from its filename. This is repository housekeeping with no Python or public-behavior changes.
Deleted:
wiki/(index.md~1.5MB,embedding.md) — quant-scholar auto-generated arxiv-list output.docs/papers.md,docs/quant-scholar.json— the quant-scholar paper list and its backing data..github/workflows/quant_scholar.yml,.github/workflows/update_paper_links.yml— the daily/weekly crons that regenerate the files above. They also invoke aquant_scholar.pythat is not tracked in this repository, so they cannot succeed here anyway.docs/EMBEDDINGS.md— documents the removed pre-pivotEmbeddingBlockruntime.docs/ENVIRONMENT_SETUP.md— orphan with no inbound references; environment setup is already covered byREADME.mdandCONTRIBUTING.md..gitai/— an external AI commit/PR message generator. It produced the non-English commit subjectdcf724b. Commit conventions belong in thequantmind-devskill and, going forward, in an enforcedcommit-msghook.Renamed:
assets/quantmind-new-orange-shaved.png->assets/quantmind-wordmark.png, with theREADME.mdreference updated.docs/README.mdanddocs/library.mdare intentionally kept: they are the user-facing component catalog and library guide, referenced byAGENTS.md,CLAUDE.md, thequantmind-devskill, andCONTRIBUTING.md.Related Issue
Part of the cleanup that motivated issue #134 (agent-facing context map + convention-enforcing git hooks); the removed
.gitaitool is the direct cause of the non-English commit that thecommit-msghook will prevent going forward. This PR is cleanup only and does not complete that issue, which stays open.Verification
bash scripts/verify.shpasses (ruff format + ruff check + basedpyright + lint-imports + pytest --cov; 405 passed, 85.66% coverage).Checklist
type(scope): summary.bash scripts/verify.shpasses.