-
Notifications
You must be signed in to change notification settings - Fork 0
Add autodesign: UI/UX harness auto-research loop #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bukacdan
wants to merge
28
commits into
main
Choose a base branch
from
autodesign-loop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f3652a8
Add UI/UX harness auto-research loop design spec
bukacdan 53aa1eb
Add implementation plan for UI/UX harness auto-research loop
bukacdan aa49e36
Switch screenshots to per-viewport scroll segments in spec and plan
bukacdan 0f678d4
Wipe starter repo; scaffold autodesign Bun project
bukacdan c9c1af2
feat: harness config schema and baseline genome
bukacdan c60140a
feat: prompts loader with train/holdout split
bukacdan 68ee533
feat: deterministic resolver from config genome to pi harness
bukacdan a43f193
feat: pi subprocess builder with hermetic flags and failure capture
bukacdan 46f626f
feat: playwright screenshotter with per-viewport scroll segments
bukacdan ca64ec5
feat: schema-forced tool call helper with retry
bukacdan 4e49264
feat: opus vision evaluator with fixed rubric and reference comparison
bukacdan 482c388
feat: run store for configs, iterations, history
bukacdan d8b1d36
Add tests for completedIterations filtering, bestVersion tie-break, a…
bukacdan b02028e
feat: iteration aggregation with failure semantics
bukacdan 6e337fc
feat: schema-constrained config mutator with elitist anchoring
bukacdan 5eb8ecc
feat: per-prompt build/screenshot/evaluate pipeline with pLimit
bukacdan 4ffe65c
feat: one-time reference set generator with fixed opus harness
bukacdan e081e70
Make reference-page comparison optional in the evaluator
bukacdan 9272c0d
feat: outer loop orchestrator, resume, holdout, CLI (reference-free)
bukacdan bd6f8a0
docs: reference-free usage; document deferred reference generator
bukacdan ed8ea4b
Fix reference-free path crash and orchestrator resume idempotency
bukacdan e258d28
Tolerate mutator flattening model to a string or omitting thinking_level
bukacdan c76c78d
Harden builder model: allowlist + sanitize; add --model to pin a run'…
bukacdan 943058e
Make the outer loop agentic: Pi + Fable mutator that inspects artifacts
bukacdan aef4e15
Default mutator to Opus (Fable is gated behind workspace data retention)
bukacdan 7c3f9d8
Add --prompts flag and a stylistically-demanding prompt set
bukacdan 5affd54
Fix subprocess timeout hang; speed up agentic mutator
bukacdan d72c506
Add --seed-config and showcase setup for an aggressive-improvement run
bukacdan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,4 @@ | ||
| # bhvr/.gitignore | ||
| # dependencies | ||
| node_modules | ||
| .pnp | ||
| .pnp.js | ||
|
|
||
| # testing | ||
| coverage | ||
|
|
||
| # production | ||
| dist | ||
| build | ||
|
|
||
| # misc | ||
| .DS_Store | ||
| node_modules/ | ||
| runs/ | ||
| *.log | ||
| .env | ||
| .env.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
| .env*.local | ||
|
|
||
| # logs | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
|
|
||
| # editor directories and files | ||
| .idea | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| !.vscode/settings.json | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
|
|
||
| # Bun | ||
| bun.lockb | ||
|
|
||
| # Turbo | ||
| .turbo | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
Ignore environment-specific secret files.
Only
.envis excluded;.env.local,.env.development, etc. can be committed withANTHROPIC_API_KEY.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents