Clean-slate finish + public-readiness: remove high-trust test, add LICENSE + .gitignore#8
Merged
Merged
Conversation
Not a real object run; a two-file synthetic self-test from the pre- method architecture work. runs/ now contains only the fully-logged Verdel run as the reference. Verified: - scripts/doctor.sh → PASS - scripts/slop-check.sh → exit 0 clean - No lingering references to 'high-trust' across the repo
- LICENSE: MIT, 2026, Hiten Shah. Standard text from opensource.org. - .gitignore: OS artifacts, editor files, backups, env files, verification scratch folders produced by new-run.sh/doctor.sh, common Node/Python artifacts for future-proofing. - README.md: adds a short License section pointing at the LICENSE file. Completes the public-readiness pass alongside the high-trust folder removal already on this branch.
5 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.
Completes the clean-slate sweep and preps the repo to go public.
Two things bundled
1. Remove synthetic
runs/high-trust-professional-tool-architecture-test/Not a real object run. A two-file self-test from the pre-method architecture work.
runs/now contains only the fully-logged Verdel run as the reference. Continues the clean-slate sweep from #7.2. Public-readiness
LICENSE— MIT, 2026, Hiten Shah. Standard text..gitignore— OS artifacts, editor files, env files, verification scratch folders produced bynew-run.sh/doctor.sh, and Node/Python conventions for future-proofing.README.md— adds a short License section pointing atLICENSE.Public-readiness scan (done locally before this PR)
.env/*.pem/credentials*filesscripts/doctor.sh→ PASSscripts/slop-check.sh→ exit 0 cleanAfter merge
Two admin actions left to go public:
claude/agentic-foundation,claude/assess-repository-g6d9l,claude/kill-the-ai-slop,claude/pagekit-startup-crm-fykdP,claude/step-03-tightenings,claude/vegan-dog-food-second-pass, plus this one andclaude/cleanup-sweepafter they merge. GitHub UI: Branches page → trash icon.Test plan
ls runs/→vegan-dog-food-verdelonlycat LICENSE | head -3→ MIT, 2026, Hiten Shahbash scripts/doctor.sh→ PASScat .gitignore→ sensible defaults, no surprises