Skip to content

chore: clean up public repo surface#404

Merged
danieljohnmorris merged 3 commits into
mainfrom
chore/cleanup-public-surface
May 18, 2026
Merged

chore: clean up public repo surface#404
danieljohnmorris merged 3 commits into
mainfrom
chore/cleanup-public-surface

Conversation

@danieljohnmorris
Copy link
Copy Markdown
Collaborator

Summary

Removes internal-only files and personal config from the public repo; keeps them on local disk (or moves them to the site) so nothing is lost.

Changes

  • Removed from git (kept on local disk): research/ — internal exploration notes; the empirical bake-off data and methodology stays local, only published artefacts go public in future via the strategy plan
  • Removed from git (deleted, content preserved elsewhere):
    • zero-gap-specs/lessons-from-zero.md — internal strategy; lives at ~/code/ilo-lang/zero-gap-specs/ (sibling of repo)
    • .claude/commands/ — personal dev slash commands; moved to ~/.claude/commands/ilo-dev/
    • .env.example — unreferenced placeholder
    • MEMORY-MODEL.md — content moved to site at reference/memory-model.md
  • Updated:
    • README.md — dropped job title from author line; removed reddit link; principles section now matches manifesto (5 principles, dropped orphan "Verified")
    • CONTRIBUTING.md — removed reddit link; unified contact email to hello@ilo-lang.ai
    • .gitignore — added internal paths to prevent re-leak
    • npm/package.json — version 0.8.1 → 0.11.8 to match Cargo.toml

Why now

Surface cleanup before broader visibility. Internal strategy docs and personal config shouldn't be on the public main branch. PR #395 (reddit removal) overlaps slightly with these edits but this is broader cleanup.

Test plan

  • `cargo test --release` passes locally
  • CI green
  • Verify no broken links in README after edits

- Remove zero-gap-specs/ (internal strategy, kept local at ~/code/ilo-lang/zero-gap-specs/)
- Remove research/ from git tracking (kept on disk locally; not public)
- Remove .claude/commands/ (personal dev commands, moved to ~/.claude/commands/ilo-dev/)
- Remove .env.example (not referenced)
- Remove MEMORY-MODEL.md (moved to site docs at reference/memory-model.md)
- Bump npm/package.json version 0.8.1 -> 0.11.8 to match Cargo.toml
- Add internal paths to .gitignore
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@danieljohnmorris danieljohnmorris merged commit bf0882a into main May 18, 2026
5 checks passed
@danieljohnmorris danieljohnmorris deleted the chore/cleanup-public-surface branch May 18, 2026 20:47
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