Plan 10: End-to-end smoke test — 27 tests covering all plans (stacks on Plan 9)#9
Open
fernandoleyra wants to merge 1 commit intofrinkloop/v0.9-caveman-polishfrom
Open
Conversation
Full Vite+shadcn hackathon pipeline exercised without calling Claude: - Plans 1-2: state init, pick, verify, mark-done, queue-fix, stop-hook, post-iteration - Plan 3: registry.yaml vite-shadcn template - Plan 4: worktrees.sh + pick_parallel_batch - Plan 5: claude-default tokens.json + ds_list - Plan 6: emit_event + profile_increment - Plan 7: quota_hit + resume_time + schedule marker - Plan 8: doc-writer/screenshot-capturer real bodies + deliver SKILL - Plan 9: caveman_prefix + plugin.json v0.9.0 - [e2e]: one complete iteration (pick→build→verify→done→learning→hook) 179 tests passing total (152 plan-1..9 + 27 new).
fernandoleyra
added a commit
that referenced
this pull request
May 1, 2026
This repo is now exclusively the source of the FrinkLoop Claude Code plugin. The plugin lives at ~/.claude/plugins/frinkloop/ once installed, and per-project state goes inside each project's own .frinkloop/ dir. Removed: - agents/, core/, memory/, config/, scripts/, templates/, projects/, logs/ - frinkloop.py (old python entrypoint), FRINKLOOP_PLAY.md - pytest.ini, requirements.txt, .env.example - legacy python tests in tests/test_*.py - two mkdir-brace-expansion artifact dirs Updated: - CLAUDE.md rewritten to describe plugin-as-skill architecture - .gitignore trimmed to plugin-relevant entries - package.json test script switched to "bats -r tests/" Verified: bats -r tests/ → 28/28 on main (Plan 1 surface). PRs #1-#9 (Plans 2-10) remain stacked on their own branches. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Plan 10 of FrinkLoop — the integration gate. Stacks on Plan 9 (PR #8).
A single
batsfile that walks the full pipeline from state init through loop completion for a simulated Vite+shadcn hackathon project, without calling Claude. Builder work is stubbed as file writes + git commits.Coverage by plan
state_init,state_set,state_getround-trippick_next_task,verify_task,mark_task_done,queue_fix_task, stop hook (exits 2/0), post-iteration hookregistry.yamlpresence +vite-shadcnentryworktrees.sh+pick_parallel_batchfunctionclaude-default/tokens.json+ds_listemit_event+profile_incrementquota_hit+resume_time_from_reset+schedule_quota_resumedoc-writer+screenshot-capturerreal bodies +deliverSKILLcaveman_prefixlevels +plugin.jsonv0.9.027 new tests, 179 total passing.
Test plan
bats tests/plan-1/ … tests/plan-10/→ 179/179🤖 Generated with Claude Code
Generated by Claude Code