Skip to content

docs: surface the hosted Strategy Library, and repair mojibake in four docs - #6

Merged
AetherAI3 merged 1 commit into
mainfrom
docs/strategy-library-link
Jul 29, 2026
Merged

docs: surface the hosted Strategy Library, and repair mojibake in four docs#6
AetherAI3 merged 1 commit into
mainfrom
docs/strategy-library-link

Conversation

@AetherAI3

Copy link
Copy Markdown
Owner

The nano/library corpus is now browsable at aethersystems.net/nano — search and filter by category, cadence or signal, read source and compiled IR side by side, and open any strategy straight into an editor. Nothing in this repo pointed at it.

README

  • A link directly under the badges, above the fold.
  • A sentence in the existing "Start with the strategy library" section.
  • An entry in that section's link row.

The in-repo path is kept alongside the hosted one throughout — same corpus, and a reader in the repo may want either.

Encoding repair (pre-existing)

Four files carried UTF-8 that had been decoded as cp1252 and re-encoded, so GitHub rendered â†' where was meant, plus mangled ·, , and . Most visible on the README's link row, which read [Browse strategies â†'](…) · ….

Repaired in README.md, CONTRIBUTING.md, docs/papers/01-why-nano.md, docs/papers/11-performance.md. Text is unchanged apart from the characters themselves — the papers' large diffs are entirely em-dashes and apostrophes.

The repo homepage has also been set to https://aethersystems.net/nano.

🤖 Generated with Claude Code

…r docs

The corpus in nano/library is now browsable at aethersystems.net/nano — search
and filter by category, cadence or signal, read source and compiled IR side by
side, and open any strategy straight into an editor. Nothing here pointed at it.

- README: a link directly under the badges, above the fold, plus a sentence in
  the existing "Start with the strategy library" section and an entry in that
  section's link row. The in-repo path is kept alongside it; the hosted view and
  the files are the same corpus, and someone reading the repo may want either.

Also repairs pre-existing encoding damage in four files. Byte-for-byte these
carried UTF-8 that had been decoded as cp1252 and re-encoded, so GitHub rendered
`â†'` where `→` was meant, plus mangled `·`, `—`, `’` and `…`. Affected
README.md, CONTRIBUTING.md, docs/papers/01-why-nano.md and
docs/papers/11-performance.md. Text is unchanged apart from the characters
themselves.

Co-Authored-By: Claude <noreply@anthropic.com>
@AetherAI3
AetherAI3 merged commit 13a386e into main Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant