chore: clean up public repo surface#404
Merged
Merged
Conversation
- 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 Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
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
research/— internal exploration notes; the empirical bake-off data and methodology stays local, only published artefacts go public in future via the strategy planzero-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 placeholderMEMORY-MODEL.md— content moved to site atreference/memory-model.mdREADME.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 tohello@ilo-lang.ai.gitignore— added internal paths to prevent re-leaknpm/package.json— version 0.8.1 → 0.11.8 to match Cargo.tomlWhy 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