Rewrite landing FAQ + install copy for idea-to-loop paths - #30
Merged
Conversation
Replace Ink/Doppler/judge-drafts jargon in the prompt FAQ with Paul's two-path framing: ask your coding agent with Agent Looper, or terminal setup then prompt. Align HowTo, install snippets, and llms.txt. Update landing readiness tests. Co-authored-by: Paul Zgordan <dancingteeth@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
dancingteeth
marked this pull request as ready for review
September 4, 2026 14:42
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
1 task
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
Rewrites the "How do I start a loop from an idea?" FAQ and related install copy to match Paul's vibe-coder framing — two clear paths instead of Ink/Doppler/judge-drafts jargon.
Agent path: type your idea and ask your coding agent to implement it with Agent Looper.
Terminal path:
pnpm exec agent-loop-setup→pnpm exec agent-loop-prompt.Changes
site/index.html— visible FAQ, JSON-LDacceptedAnswer, HowTo steps, install howto + agent/human snippetssite/index.md— mirrored FAQ + install copysite/llms.txt— "How an agent should call it" aligned with the two pathssrc/site/landingAgentReadiness.test.ts— asserts both paths, no Ink/Doppler on FAQ surfacesLeft alone
Test plan
pnpm exec vitest run src/site/landingAgentReadiness.test.ts— 28/28 green