Relocate memory/ and benchmarks/ out of the tool repo - #81
Merged
Conversation
The design-rationale notes (`memory/`) and measured benchmark results
(`benchmarks/RESULTS.md`) are dev/analysis artifacts, not part of the shipped
package (neither was in pyproject/MANIFEST, so the wheel is unchanged). They now
live in the separate arda-benchmark analysis workspace.
Drops the README links that pointed at the moved dirs so nothing 404s. Two
in-code comment breadcrumbs ("see memory/mmseqs-params.md", "see
memory/markup-transfer.md") are left as-is — internal prose, not links.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Moves the dev/analysis artifacts out of the shipped repo to keep it lean. Both directories were relocated to the
2026-arda-benchmarkanalysis workspace.Removed
memory/— 10 design-rationale / gotcha notesbenchmarks/RESULTS.md— measured speed/accuracyNeither was in
pyproject.toml/MANIFEST.in, so the pip wheel is byte-identical — this is repo hygiene only.README
Dropped the four links that pointed at the moved paths (
memory/,memory/d-mapping.md,memory/junction-markup.md,benchmarks/RESULTS.md) so nothing 404s on GitHub.Left as-is
Two internal comment breadcrumbs still say "see memory/…md" (
src/arda/annotate/mapper.py,src/arda/annotate/__init__.py) — prose, not links. Say the word if you want those scrubbed too.🤖 Generated with Claude Code