self-evolve-framework 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -23
- package/bin/cli.js +24 -67
- package/package.json +1 -1
- package/template/rules/knowledge/README.md +56 -0
- package/template/rules/knowledge/ant-design-vue.mdc +54 -0
- package/template/rules/knowledge/general.mdc +56 -0
- package/template/rules/knowledge/rust.mdc +55 -0
- package/template/rules/knowledge/shadcn-svelte.mdc +64 -0
- package/template/rules/knowledge/svelte.mdc +135 -0
- package/template/rules/knowledge/tailwind.mdc +66 -0
- package/template/rules/knowledge/tauri.mdc +65 -0
- package/template/rules/knowledge/typescript.mdc +41 -0
- package/template/rules/knowledge/vue.mdc +48 -0
- package/template/rules/ponytail.mdc +23 -98
- package/template/rules/self-evolve.mdc +24 -0
- package/template/skills/impeccable/SKILL.md +47 -174
- package/template/skills/skillopt-sleep/SKILL.md +32 -88
- package/template/skills/impeccable/agents/impeccable_asset_producer.toml +0 -92
- package/template/skills/impeccable/agents/impeccable_manual_edit_applier.toml +0 -95
- package/template/skills/impeccable/agents/openai.yaml +0 -4
- package/template/skills/impeccable/reference/adapt.md +0 -311
- package/template/skills/impeccable/reference/animate.md +0 -201
- package/template/skills/impeccable/reference/audit.md +0 -133
- package/template/skills/impeccable/reference/bolder.md +0 -113
- package/template/skills/impeccable/reference/brand.md +0 -108
- package/template/skills/impeccable/reference/clarify.md +0 -288
- package/template/skills/impeccable/reference/codex.md +0 -105
- package/template/skills/impeccable/reference/colorize.md +0 -257
- package/template/skills/impeccable/reference/craft.md +0 -123
- package/template/skills/impeccable/reference/critique.md +0 -790
- package/template/skills/impeccable/reference/delight.md +0 -302
- package/template/skills/impeccable/reference/distill.md +0 -111
- package/template/skills/impeccable/reference/document.md +0 -429
- package/template/skills/impeccable/reference/extract.md +0 -69
- package/template/skills/impeccable/reference/harden.md +0 -347
- package/template/skills/impeccable/reference/hooks.md +0 -90
- package/template/skills/impeccable/reference/init.md +0 -172
- package/template/skills/impeccable/reference/interaction-design.md +0 -189
- package/template/skills/impeccable/reference/layout.md +0 -161
- package/template/skills/impeccable/reference/live.md +0 -720
- package/template/skills/impeccable/reference/onboard.md +0 -234
- package/template/skills/impeccable/reference/optimize.md +0 -258
- package/template/skills/impeccable/reference/overdrive.md +0 -130
- package/template/skills/impeccable/reference/polish.md +0 -241
- package/template/skills/impeccable/reference/product.md +0 -60
- package/template/skills/impeccable/reference/quieter.md +0 -99
- package/template/skills/impeccable/reference/shape.md +0 -165
- package/template/skills/impeccable/reference/typeset.md +0 -279
- package/template/skills/impeccable/scripts/command-metadata.json +0 -94
- package/template/skills/impeccable/scripts/context-signals.mjs +0 -225
- package/template/skills/impeccable/scripts/context.mjs +0 -961
- package/template/skills/impeccable/scripts/critique-storage.mjs +0 -242
- package/template/skills/impeccable/scripts/detect-csp.mjs +0 -198
- package/template/skills/impeccable/scripts/detect.mjs +0 -21
- package/template/skills/impeccable/scripts/detector/browser/injected/index.mjs +0 -1937
- package/template/skills/impeccable/scripts/detector/cli/main.mjs +0 -290
- package/template/skills/impeccable/scripts/detector/design-system.mjs +0 -750
- package/template/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +0 -5138
- package/template/skills/impeccable/scripts/detector/detect-antipatterns.mjs +0 -50
- package/template/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +0 -277
- package/template/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +0 -568
- package/template/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +0 -1015
- package/template/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +0 -234
- package/template/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +0 -189
- package/template/skills/impeccable/scripts/detector/findings.mjs +0 -12
- package/template/skills/impeccable/scripts/detector/node/file-system.mjs +0 -198
- package/template/skills/impeccable/scripts/detector/profile/profiler.mjs +0 -166
- package/template/skills/impeccable/scripts/detector/registry/antipatterns.mjs +0 -448
- package/template/skills/impeccable/scripts/detector/rules/checks.mjs +0 -2671
- package/template/skills/impeccable/scripts/detector/shared/color.mjs +0 -124
- package/template/skills/impeccable/scripts/detector/shared/constants.mjs +0 -101
- package/template/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +0 -148
- package/template/skills/impeccable/scripts/detector/shared/page.mjs +0 -7
- package/template/skills/impeccable/scripts/hook-admin.mjs +0 -661
- package/template/skills/impeccable/scripts/hook-before-edit.mjs +0 -476
- package/template/skills/impeccable/scripts/hook-lib.mjs +0 -1632
- package/template/skills/impeccable/scripts/hook.mjs +0 -61
- package/template/skills/impeccable/scripts/lib/design-parser.mjs +0 -842
- package/template/skills/impeccable/scripts/lib/impeccable-config.mjs +0 -638
- package/template/skills/impeccable/scripts/lib/impeccable-paths.mjs +0 -128
- package/template/skills/impeccable/scripts/lib/is-generated.mjs +0 -69
- package/template/skills/impeccable/scripts/lib/target-args.mjs +0 -42
- package/template/skills/impeccable/scripts/live/browser-script-parts.mjs +0 -49
- package/template/skills/impeccable/scripts/live/completion.mjs +0 -19
- package/template/skills/impeccable/scripts/live/event-validation.mjs +0 -137
- package/template/skills/impeccable/scripts/live/insert-ui.mjs +0 -458
- package/template/skills/impeccable/scripts/live/manual-apply.mjs +0 -939
- package/template/skills/impeccable/scripts/live/manual-edit-routes.mjs +0 -357
- package/template/skills/impeccable/scripts/live/manual-edits-buffer.mjs +0 -152
- package/template/skills/impeccable/scripts/live/session-store.mjs +0 -289
- package/template/skills/impeccable/scripts/live/svelte-component.mjs +0 -826
- package/template/skills/impeccable/scripts/live/sveltekit-adapter.mjs +0 -274
- package/template/skills/impeccable/scripts/live/ui-core.mjs +0 -180
- package/template/skills/impeccable/scripts/live/vocabulary.mjs +0 -36
- package/template/skills/impeccable/scripts/live-accept.mjs +0 -812
- package/template/skills/impeccable/scripts/live-browser-dom.js +0 -146
- package/template/skills/impeccable/scripts/live-browser-session.js +0 -123
- package/template/skills/impeccable/scripts/live-browser.js +0 -11173
- package/template/skills/impeccable/scripts/live-commit-manual-edits.mjs +0 -1241
- package/template/skills/impeccable/scripts/live-complete.mjs +0 -75
- package/template/skills/impeccable/scripts/live-copy-edit-agent.mjs +0 -683
- package/template/skills/impeccable/scripts/live-discard-manual-edits.mjs +0 -51
- package/template/skills/impeccable/scripts/live-inject.mjs +0 -583
- package/template/skills/impeccable/scripts/live-insert.mjs +0 -272
- package/template/skills/impeccable/scripts/live-manual-edit-evidence.mjs +0 -363
- package/template/skills/impeccable/scripts/live-poll.mjs +0 -384
- package/template/skills/impeccable/scripts/live-resume.mjs +0 -94
- package/template/skills/impeccable/scripts/live-server.mjs +0 -1135
- package/template/skills/impeccable/scripts/live-status.mjs +0 -61
- package/template/skills/impeccable/scripts/live-target.mjs +0 -30
- package/template/skills/impeccable/scripts/live-wrap.mjs +0 -894
- package/template/skills/impeccable/scripts/live.mjs +0 -297
- package/template/skills/impeccable/scripts/modern-screenshot.umd.js +0 -14
- package/template/skills/impeccable/scripts/palette.mjs +0 -633
- package/template/skills/impeccable/scripts/pin.mjs +0 -214
- package/template/skills/skillopt-sleep/configs/_base_/default.yaml +0 -103
- package/template/skills/skillopt-sleep/configs/alfworld/default.yaml +0 -29
- package/template/skills/skillopt-sleep/configs/docvqa/default.yaml +0 -28
- package/template/skills/skillopt-sleep/configs/features/soft_gate.yaml +0 -47
- package/template/skills/skillopt-sleep/configs/livemathematicianbench/default.yaml +0 -22
- package/template/skills/skillopt-sleep/configs/officeqa/default.yaml +0 -34
- package/template/skills/skillopt-sleep/configs/searchqa/default.yaml +0 -32
- package/template/skills/skillopt-sleep/configs/spreadsheetbench/default.yaml +0 -34
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/__init__.py +0 -28
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/config.py +0 -282
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/datasets/__init__.py +0 -7
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/datasets/base.py +0 -512
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/engine/__init__.py +0 -9
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/engine/trainer.py +0 -2379
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/_template/README.md +0 -43
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/_template/config_template.yaml +0 -55
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/_template/env_template.py +0 -151
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/_template/loader_template.py +0 -87
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/__init__.py +0 -5
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/adapter.py +0 -428
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/dataloader.py +0 -123
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/prompts/analyst_error.md +0 -55
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/prompts/analyst_success.md +0 -33
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/prompts/rollout_no_history.md +0 -8
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/prompts/rollout_with_history.md +0 -9
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/prompts/rollout_with_memory.md +0 -16
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/reflect.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/rollout.py +0 -366
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/skills/initial.md +0 -45
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/__init__.py +0 -9
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/alfworld_envs.py +0 -221
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/alfworld_projection.py +0 -60
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/alfworld_prompts.py +0 -8
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/config_tw.yaml +0 -145
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/env_base.py +0 -84
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/env_manager.py +0 -139
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/alfworld/vendor/memory.py +0 -87
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/base.py +0 -329
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/adapter.py +0 -90
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/dataloader.py +0 -61
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/evaluator.py +0 -113
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/prompts/analyst_error.md +0 -35
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/prompts/analyst_success.md +0 -24
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/prompts/rollout_system.md +0 -12
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/rollout.py +0 -391
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/docvqa/skills/initial.md +0 -11
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/adapter.py +0 -129
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/dataloader.py +0 -308
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/evaluator.py +0 -62
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/prompts/analyst_error.md +0 -37
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/prompts/analyst_success.md +0 -25
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/prompts/rollout_system.md +0 -12
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/reflect.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/rollout.py +0 -434
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/livemathematicianbench/skills/initial.md +0 -16
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/adapter.py +0 -112
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/dataloader.py +0 -71
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/evaluator.py +0 -46
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/prompts/analyst_error.md +0 -37
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/prompts/analyst_success.md +0 -25
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/prompts/rollout_system.md +0 -15
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/rollout.py +0 -799
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/skills/initial.md +0 -15
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/officeqa/tool_runtime.py +0 -552
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/adapter.py +0 -96
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/dataloader.py +0 -42
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/evaluator.py +0 -100
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/prompts/analyst_error.md +0 -46
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/prompts/analyst_success.md +0 -32
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/prompts/rollout_system.md +0 -13
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/reflect.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/rollout.py +0 -494
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/searchqa/skills/initial.md +0 -3
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/__init__.py +0 -5
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/adapter.py +0 -159
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/codegen_agent.py +0 -731
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/dataloader.py +0 -37
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/evaluator.py +0 -158
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/executor.py +0 -67
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/prompts/analyst_error.md +0 -46
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/prompts/analyst_success.md +0 -32
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/prompts/codegen_system.md +0 -1
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/prompts/critical_rules.md +0 -9
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/prompts/react_system.md +0 -21
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/react_agent.py +0 -395
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/reflect.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/rollout.py +0 -979
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/envs/spreadsheetbench/skills/initial.md +0 -56
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/evaluation/__init__.py +0 -13
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/evaluation/gate.py +0 -148
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/gradient/__init__.py +0 -15
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/gradient/aggregate.py +0 -253
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/gradient/reflect.py +0 -635
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/__init__.py +0 -514
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/azure_openai.py +0 -915
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/backend_config.py +0 -185
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/claude_backend.py +0 -371
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/codex_backend.py +0 -666
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/codex_harness.py +0 -1057
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/common.py +0 -229
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/minimax_backend.py +0 -277
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/qwen_backend.py +0 -456
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/model/router.py +0 -236
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/__init__.py +0 -15
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/appendix.py +0 -156
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/clip.py +0 -109
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/lr_autonomous.py +0 -108
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/meta_skill.py +0 -79
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/rewrite.py +0 -59
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/scheduler.py +0 -127
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/select.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/skill.py +0 -201
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/skill_aware.py +0 -206
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/slow_update.py +0 -396
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/optimizer/update_modes.py +0 -135
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/__init__.py +0 -63
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_error.md +0 -41
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_error_full_rewrite.md +0 -32
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_error_rewrite.md +0 -44
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_success.md +0 -36
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_success_full_rewrite.md +0 -30
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/analyst_success_rewrite.md +0 -33
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/lr_autonomous.md +0 -20
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_failure.md +0 -30
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_failure_full_rewrite.md +0 -28
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_failure_rewrite.md +0 -26
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_final.md +0 -33
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_final_full_rewrite.md +0 -28
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_final_rewrite.md +0 -25
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_success.md +0 -28
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_success_full_rewrite.md +0 -28
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/merge_success_rewrite.md +0 -25
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/meta_skill.md +0 -40
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/ranking.md +0 -20
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/ranking_rewrite.md +0 -15
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/rewrite_skill.md +0 -25
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/prompts/slow_update.md +0 -60
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/scheduler/__init__.py +0 -8
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/types.py +0 -306
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/utils/__init__.py +0 -4
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/utils/json_utils.py +0 -172
- package/template/skills/skillopt-sleep/scripts/framework/skillopt/utils/scoring.py +0 -28
- package/template/skills/skillopt-sleep/scripts/python/__init__.py +0 -20
- package/template/skills/skillopt-sleep/scripts/python/__main__.py +0 -343
- package/template/skills/skillopt-sleep/scripts/python/backend.py +0 -1371
- package/template/skills/skillopt-sleep/scripts/python/budget.py +0 -75
- package/template/skills/skillopt-sleep/scripts/python/config.py +0 -162
- package/template/skills/skillopt-sleep/scripts/python/consolidate.py +0 -238
- package/template/skills/skillopt-sleep/scripts/python/cycle.py +0 -291
- package/template/skills/skillopt-sleep/scripts/python/dream.py +0 -138
- package/template/skills/skillopt-sleep/scripts/python/experiments/__init__.py +0 -1
- package/template/skills/skillopt-sleep/scripts/python/experiments/gbrain_bench.py +0 -119
- package/template/skills/skillopt-sleep/scripts/python/experiments/personas.py +0 -86
- package/template/skills/skillopt-sleep/scripts/python/experiments/report.py +0 -132
- package/template/skills/skillopt-sleep/scripts/python/experiments/run_experiment.py +0 -178
- package/template/skills/skillopt-sleep/scripts/python/experiments/run_gbrain.py +0 -209
- package/template/skills/skillopt-sleep/scripts/python/experiments/run_transfer.py +0 -155
- package/template/skills/skillopt-sleep/scripts/python/experiments/sweep.py +0 -164
- package/template/skills/skillopt-sleep/scripts/python/gate.py +0 -50
- package/template/skills/skillopt-sleep/scripts/python/harvest.py +0 -304
- package/template/skills/skillopt-sleep/scripts/python/harvest_codex.py +0 -253
- package/template/skills/skillopt-sleep/scripts/python/harvest_sources.py +0 -41
- package/template/skills/skillopt-sleep/scripts/python/judges.py +0 -84
- package/template/skills/skillopt-sleep/scripts/python/llm_miner.py +0 -134
- package/template/skills/skillopt-sleep/scripts/python/memory.py +0 -129
- package/template/skills/skillopt-sleep/scripts/python/mine.py +0 -312
- package/template/skills/skillopt-sleep/scripts/python/replay.py +0 -146
- package/template/skills/skillopt-sleep/scripts/python/rollout.py +0 -153
- package/template/skills/skillopt-sleep/scripts/python/scheduler.py +0 -138
- package/template/skills/skillopt-sleep/scripts/python/slow_update.py +0 -142
- package/template/skills/skillopt-sleep/scripts/python/staging.py +0 -103
- package/template/skills/skillopt-sleep/scripts/python/state.py +0 -96
- package/template/skills/skillopt-sleep/scripts/python/tasks_file.py +0 -81
- package/template/skills/skillopt-sleep/scripts/python/types.py +0 -146
- package/template/skills/skillopt-sleep/scripts/shell/__init__.py +0 -0
- package/template/skills/skillopt-sleep/scripts/shell/eval_only.py +0 -466
- package/template/skills/skillopt-sleep/scripts/shell/materialize_searchqa.py +0 -148
- package/template/skills/skillopt-sleep/scripts/shell/run_alfworld.sh +0 -60
- package/template/skills/skillopt-sleep/scripts/shell/run_searchqa.sh +0 -40
- package/template/skills/skillopt-sleep/scripts/shell/run_spreadsheetbench.sh +0 -39
- package/template/skills/skillopt-sleep/scripts/shell/train.py +0 -556
|
@@ -1,274 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SvelteKit live-mode adapter.
|
|
3
|
-
*
|
|
4
|
-
* SvelteKit must not be patched through src/app.html. That file is a document
|
|
5
|
-
* template, not framework-owned component chrome. The adapter keeps SvelteKit
|
|
6
|
-
* work limited to mounting a dev-only shadow host from +layout.svelte; the
|
|
7
|
-
* actual live UI remains the shared plain-DOM browser chrome.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
import fs from 'node:fs';
|
|
11
|
-
import path from 'node:path';
|
|
12
|
-
|
|
13
|
-
export const SVELTE_LIVE_ROOT_COMPONENT = 'src/lib/impeccable/ImpeccableLiveRoot.svelte';
|
|
14
|
-
export const SVELTE_LAYOUT_MARKER_OPEN = '<!-- impeccable-live-svelte-start -->';
|
|
15
|
-
export const SVELTE_LAYOUT_MARKER_CLOSE = '<!-- impeccable-live-svelte-end -->';
|
|
16
|
-
export const SVELTE_ROOT_IMPORT = "import ImpeccableLiveRoot from '$lib/impeccable/ImpeccableLiveRoot.svelte';";
|
|
17
|
-
|
|
18
|
-
export function detectSvelteKitProject(cwd = process.cwd(), config = null) {
|
|
19
|
-
const appHtml = findSvelteKitAppHtml(cwd, config);
|
|
20
|
-
if (!appHtml) return null;
|
|
21
|
-
const hasTemplateMarkers = fileIncludes(path.join(cwd, appHtml), '%sveltekit.body%')
|
|
22
|
-
&& fileIncludes(path.join(cwd, appHtml), '%sveltekit.head%');
|
|
23
|
-
if (!hasTemplateMarkers) return null;
|
|
24
|
-
|
|
25
|
-
const hasSvelteConfig = fs.existsSync(path.join(cwd, 'svelte.config.js'))
|
|
26
|
-
|| fs.existsSync(path.join(cwd, 'svelte.config.mjs'))
|
|
27
|
-
|| fs.existsSync(path.join(cwd, 'svelte.config.cjs'))
|
|
28
|
-
|| fs.existsSync(path.join(cwd, 'svelte.config.ts'));
|
|
29
|
-
const hasKitPackage = packageHasSvelteKit(cwd);
|
|
30
|
-
if (!hasSvelteConfig && !hasKitPackage) return null;
|
|
31
|
-
|
|
32
|
-
return {
|
|
33
|
-
appHtml,
|
|
34
|
-
layoutFile: findSvelteKitLayout(cwd),
|
|
35
|
-
rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export function applySvelteKitLiveAdapter({ cwd = process.cwd(), port, config = null } = {}) {
|
|
40
|
-
if (!Number.isFinite(Number(port))) {
|
|
41
|
-
throw new Error('SvelteKit live adapter requires a numeric port');
|
|
42
|
-
}
|
|
43
|
-
const detected = detectSvelteKitProject(cwd, config);
|
|
44
|
-
if (!detected) return null;
|
|
45
|
-
|
|
46
|
-
ensureSvelteLiveRootComponent(cwd, Number(port));
|
|
47
|
-
|
|
48
|
-
const layoutRel = detected.layoutFile;
|
|
49
|
-
const layoutAbs = path.join(cwd, layoutRel);
|
|
50
|
-
fs.mkdirSync(path.dirname(layoutAbs), { recursive: true });
|
|
51
|
-
const layoutExisted = fs.existsSync(layoutAbs);
|
|
52
|
-
const before = layoutExisted ? fs.readFileSync(layoutAbs, 'utf-8') : defaultSvelteLayout();
|
|
53
|
-
const after = patchSvelteLayout(before);
|
|
54
|
-
fs.writeFileSync(layoutAbs, after, 'utf-8');
|
|
55
|
-
|
|
56
|
-
return {
|
|
57
|
-
file: layoutRel,
|
|
58
|
-
adapter: 'sveltekit',
|
|
59
|
-
inserted: after !== before || !layoutExisted,
|
|
60
|
-
appHtmlUntouched: true,
|
|
61
|
-
rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export function removeSvelteKitLiveAdapter({ cwd = process.cwd(), config = null } = {}) {
|
|
66
|
-
const detected = detectSvelteKitProject(cwd, config);
|
|
67
|
-
if (!detected) return null;
|
|
68
|
-
|
|
69
|
-
const layoutAbs = path.join(cwd, detected.layoutFile);
|
|
70
|
-
let removed = false;
|
|
71
|
-
if (fs.existsSync(layoutAbs)) {
|
|
72
|
-
const before = fs.readFileSync(layoutAbs, 'utf-8');
|
|
73
|
-
const after = unpatchSvelteLayout(before);
|
|
74
|
-
if (after !== before) {
|
|
75
|
-
fs.writeFileSync(layoutAbs, after, 'utf-8');
|
|
76
|
-
removed = true;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
const rootAbs = path.join(cwd, SVELTE_LIVE_ROOT_COMPONENT);
|
|
81
|
-
if (fs.existsSync(rootAbs)) {
|
|
82
|
-
fs.rmSync(rootAbs, { force: true });
|
|
83
|
-
removed = true;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
pruneEmptyDir(path.dirname(rootAbs), path.join(cwd, 'src'));
|
|
87
|
-
|
|
88
|
-
return {
|
|
89
|
-
file: detected.layoutFile,
|
|
90
|
-
adapter: 'sveltekit',
|
|
91
|
-
removed,
|
|
92
|
-
appHtmlUntouched: true,
|
|
93
|
-
rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export function patchSvelteLayout(content) {
|
|
98
|
-
let out = String(content || '');
|
|
99
|
-
if (!out.includes(SVELTE_ROOT_IMPORT)) {
|
|
100
|
-
const scriptMatch = out.match(/<script(?:\s[^>]*)?>/i);
|
|
101
|
-
if (scriptMatch) {
|
|
102
|
-
const insertAt = scriptMatch.index + scriptMatch[0].length;
|
|
103
|
-
out = out.slice(0, insertAt) + '\n ' + SVELTE_ROOT_IMPORT + out.slice(insertAt);
|
|
104
|
-
} else {
|
|
105
|
-
out = `<script>\n ${SVELTE_ROOT_IMPORT}\n</script>\n\n` + out;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
if (!out.includes(SVELTE_LAYOUT_MARKER_OPEN)) {
|
|
110
|
-
const block = `${SVELTE_LAYOUT_MARKER_OPEN}\n<ImpeccableLiveRoot />\n${SVELTE_LAYOUT_MARKER_CLOSE}\n`;
|
|
111
|
-
const renderMatch = out.match(/\{@render\s+children(?:\?\.)?\(\)\s*\}/);
|
|
112
|
-
const slotMatch = out.match(/<slot\s*\/?>/);
|
|
113
|
-
const match = renderMatch || slotMatch;
|
|
114
|
-
if (match) {
|
|
115
|
-
out = out.slice(0, match.index) + block + out.slice(match.index);
|
|
116
|
-
} else {
|
|
117
|
-
out = out.replace(/\s*$/, '\n\n' + block);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
return out;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
export function unpatchSvelteLayout(content) {
|
|
125
|
-
let out = String(content || '');
|
|
126
|
-
const blockRe = new RegExp(
|
|
127
|
-
'([ \\t]*)' + escapeRegExp(SVELTE_LAYOUT_MARKER_OPEN)
|
|
128
|
-
+ '\\n<ImpeccableLiveRoot\\s*/>\\n'
|
|
129
|
-
+ escapeRegExp(SVELTE_LAYOUT_MARKER_CLOSE)
|
|
130
|
-
+ '\\n?',
|
|
131
|
-
'g',
|
|
132
|
-
);
|
|
133
|
-
out = out.replace(blockRe, '$1');
|
|
134
|
-
out = out.replace(new RegExp('^\\s*' + escapeRegExp(SVELTE_ROOT_IMPORT) + '\\s*\\n?', 'gm'), '');
|
|
135
|
-
out = out.replace(/<script>\s*<\/script>\s*\n?/g, '');
|
|
136
|
-
return out.replace(/\n{3,}/g, '\n\n');
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export function ensureSvelteLiveRootComponent(cwd, port) {
|
|
140
|
-
const file = path.join(cwd, SVELTE_LIVE_ROOT_COMPONENT);
|
|
141
|
-
fs.mkdirSync(path.dirname(file), { recursive: true });
|
|
142
|
-
fs.writeFileSync(file, buildSvelteLiveRootComponent(port), 'utf-8');
|
|
143
|
-
return file;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
export function buildSvelteLiveRootComponent(port) {
|
|
147
|
-
return `<script>
|
|
148
|
-
import { onMount } from 'svelte';
|
|
149
|
-
|
|
150
|
-
const LIVE_URL = 'http://localhost:${Number(port)}/live.js';
|
|
151
|
-
const HOST_ID = 'impeccable-live-root';
|
|
152
|
-
|
|
153
|
-
onMount(() => {
|
|
154
|
-
let host = document.querySelector('impeccable-live-root#' + HOST_ID) || document.getElementById(HOST_ID);
|
|
155
|
-
if (!host) {
|
|
156
|
-
host = document.createElement('impeccable-live-root');
|
|
157
|
-
host.id = HOST_ID;
|
|
158
|
-
document.body.appendChild(host);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
host.dataset.impeccableLiveAdapter = 'sveltekit';
|
|
162
|
-
host.style.setProperty('all', 'initial', 'important');
|
|
163
|
-
host.style.setProperty('display', 'block', 'important');
|
|
164
|
-
host.style.setProperty('position', 'fixed', 'important');
|
|
165
|
-
host.style.setProperty('top', '0', 'important');
|
|
166
|
-
host.style.setProperty('left', '0', 'important');
|
|
167
|
-
host.style.setProperty('width', '0', 'important');
|
|
168
|
-
host.style.setProperty('height', '0', 'important');
|
|
169
|
-
host.style.setProperty('overflow', 'visible', 'important');
|
|
170
|
-
host.style.setProperty('z-index', '2147483000', 'important');
|
|
171
|
-
host.style.setProperty('pointer-events', 'none', 'important');
|
|
172
|
-
|
|
173
|
-
const root = host.shadowRoot || host.attachShadow({ mode: 'open' });
|
|
174
|
-
if (!root.querySelector('style[data-impeccable-live-reset]')) {
|
|
175
|
-
const reset = document.createElement('style');
|
|
176
|
-
reset.dataset.impeccableLiveReset = 'true';
|
|
177
|
-
reset.textContent = ':host, :host *, * { box-sizing: border-box; }';
|
|
178
|
-
root.appendChild(reset);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
window.__IMPECCABLE_LIVE_ADAPTER__ = 'sveltekit';
|
|
182
|
-
window.__IMPECCABLE_LIVE_UI_ROOT__ = root;
|
|
183
|
-
window.__IMPECCABLE_LIVE_CHROME_MOUNT__ = {
|
|
184
|
-
adapter: 'sveltekit',
|
|
185
|
-
version: 1,
|
|
186
|
-
host,
|
|
187
|
-
root,
|
|
188
|
-
};
|
|
189
|
-
|
|
190
|
-
const script = document.createElement('script');
|
|
191
|
-
script.src = LIVE_URL;
|
|
192
|
-
script.async = true;
|
|
193
|
-
script.dataset.impeccableLiveScript = 'true';
|
|
194
|
-
document.head.appendChild(script);
|
|
195
|
-
|
|
196
|
-
return () => {
|
|
197
|
-
script.remove();
|
|
198
|
-
if (window.__IMPECCABLE_LIVE_UI_ROOT__ === root) delete window.__IMPECCABLE_LIVE_UI_ROOT__;
|
|
199
|
-
if (window.__IMPECCABLE_LIVE_CHROME_MOUNT__?.root === root) delete window.__IMPECCABLE_LIVE_CHROME_MOUNT__;
|
|
200
|
-
if (window.__IMPECCABLE_LIVE_ADAPTER__ === 'sveltekit') delete window.__IMPECCABLE_LIVE_ADAPTER__;
|
|
201
|
-
};
|
|
202
|
-
});
|
|
203
|
-
</script>
|
|
204
|
-
`;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
function findSvelteKitAppHtml(cwd, config) {
|
|
208
|
-
const files = Array.isArray(config?.files) ? config.files : ['src/app.html'];
|
|
209
|
-
for (const rel of files) {
|
|
210
|
-
if (rel.includes('*')) continue;
|
|
211
|
-
const normalized = rel.split(path.sep).join('/');
|
|
212
|
-
if (!normalized.endsWith('app.html')) continue;
|
|
213
|
-
const abs = path.join(cwd, normalized);
|
|
214
|
-
if (fs.existsSync(abs)) return normalized;
|
|
215
|
-
}
|
|
216
|
-
const fallback = 'src/app.html';
|
|
217
|
-
return fs.existsSync(path.join(cwd, fallback)) ? fallback : null;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
function findSvelteKitLayout(cwd) {
|
|
221
|
-
const candidates = [
|
|
222
|
-
'src/routes/+layout.svelte',
|
|
223
|
-
'src/routes/(app)/+layout.svelte',
|
|
224
|
-
];
|
|
225
|
-
for (const rel of candidates) {
|
|
226
|
-
if (fs.existsSync(path.join(cwd, rel))) return rel;
|
|
227
|
-
}
|
|
228
|
-
return 'src/routes/+layout.svelte';
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
function defaultSvelteLayout() {
|
|
232
|
-
return `<script>\n let { children } = $props();\n</script>\n\n{@render children?.()}\n`;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
function packageHasSvelteKit(cwd) {
|
|
236
|
-
const file = path.join(cwd, 'package.json');
|
|
237
|
-
if (!fs.existsSync(file)) return false;
|
|
238
|
-
try {
|
|
239
|
-
const pkg = JSON.parse(fs.readFileSync(file, 'utf-8'));
|
|
240
|
-
const deps = {
|
|
241
|
-
...(pkg.dependencies || {}),
|
|
242
|
-
...(pkg.devDependencies || {}),
|
|
243
|
-
...(pkg.peerDependencies || {}),
|
|
244
|
-
};
|
|
245
|
-
return Boolean(deps['@sveltejs/kit'] || deps['@sveltejs/vite-plugin-svelte'] || deps.svelte);
|
|
246
|
-
} catch {
|
|
247
|
-
return false;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
function fileIncludes(file, text) {
|
|
252
|
-
try {
|
|
253
|
-
return fs.readFileSync(file, 'utf-8').includes(text);
|
|
254
|
-
} catch {
|
|
255
|
-
return false;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
function pruneEmptyDir(dir, stopDir) {
|
|
260
|
-
let current = dir;
|
|
261
|
-
while (current.startsWith(stopDir) && current !== stopDir) {
|
|
262
|
-
try {
|
|
263
|
-
if (fs.readdirSync(current).length > 0) return;
|
|
264
|
-
fs.rmdirSync(current);
|
|
265
|
-
current = path.dirname(current);
|
|
266
|
-
} catch {
|
|
267
|
-
return;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
function escapeRegExp(value) {
|
|
273
|
-
return String(value).replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
274
|
-
}
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Framework-neutral Impeccable live chrome contract.
|
|
3
|
-
*
|
|
4
|
-
* The production browser bundle is intentionally plain DOM so Svelte, React,
|
|
5
|
-
* Vue, and static adapters can all mount the same chrome. This module is the
|
|
6
|
-
* testable contract/inventory for that bundle; live-browser.js mirrors these
|
|
7
|
-
* values at runtime because it is served as a standalone script.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
export const LIVE_CHROME_MOUNT_CONTRACT = Object.freeze([
|
|
11
|
-
'root',
|
|
12
|
-
'transport',
|
|
13
|
-
'state',
|
|
14
|
-
'actions',
|
|
15
|
-
]);
|
|
16
|
-
|
|
17
|
-
export const LIVE_UI_SURFACES = Object.freeze([
|
|
18
|
-
{
|
|
19
|
-
key: 'global-bottom-bar',
|
|
20
|
-
ids: [
|
|
21
|
-
'impeccable-live-global-bar',
|
|
22
|
-
'impeccable-live-global-bar-brand',
|
|
23
|
-
'impeccable-live-pick-toggle',
|
|
24
|
-
'impeccable-live-insert-toggle',
|
|
25
|
-
'impeccable-live-detect-toggle',
|
|
26
|
-
'impeccable-live-detect-badge',
|
|
27
|
-
'impeccable-live-design-toggle',
|
|
28
|
-
'impeccable-live-page-chat',
|
|
29
|
-
'impeccable-live-page-chat-input',
|
|
30
|
-
'impeccable-live-page-chat-voice',
|
|
31
|
-
],
|
|
32
|
-
states: ['rest', 'hover', 'focus-visible', 'pressed', 'active', 'tooltip'],
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
key: 'pending-copy-edit-dock',
|
|
36
|
-
ids: ['impeccable-live-pending-dock'],
|
|
37
|
-
states: ['closed', 'open', 'hover', 'pressed', 'loading', 'rollback', 'keep-fixing'],
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
key: 'element-selection-chrome',
|
|
41
|
-
ids: [
|
|
42
|
-
'impeccable-live-highlight',
|
|
43
|
-
'impeccable-live-tooltip',
|
|
44
|
-
'impeccable-live-bar',
|
|
45
|
-
'impeccable-live-selection-pill',
|
|
46
|
-
'impeccable-live-input',
|
|
47
|
-
'impeccable-live-configure-voice',
|
|
48
|
-
'impeccable-live-configure-bar-tooltip',
|
|
49
|
-
],
|
|
50
|
-
states: ['rest', 'hover', 'focus-visible', 'pressed', 'disabled'],
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
key: 'action-picker',
|
|
54
|
-
ids: ['impeccable-live-picker'],
|
|
55
|
-
states: ['closed', 'open', 'option-hover', 'option-focus'],
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
key: 'edit-chrome',
|
|
59
|
-
ids: ['impeccable-live-edit-badge'],
|
|
60
|
-
states: ['enabled', 'disabled', 'editing', 'cancel', 'save', 'edited-content'],
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
key: 'generating-row',
|
|
64
|
-
ids: ['impeccable-live-bar', 'impeccable-live-shader'],
|
|
65
|
-
states: ['action-label', 'animated-dots', 'generating', 'done'],
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
key: 'variant-cycling-row',
|
|
69
|
-
ids: ['impeccable-live-bar', 'impeccable-live-params-panel'],
|
|
70
|
-
states: ['variant-1', 'variant-2', 'variant-3', 'left-disabled', 'right-disabled', 'dot-click', 'accept', 'discard'],
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
key: 'variant-params-panel',
|
|
74
|
-
ids: ['impeccable-live-params-panel'],
|
|
75
|
-
states: ['closed', 'open-above', 'open-below', 'range', 'steps', 'toggle'],
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
key: 'saving-confirmed-rows',
|
|
79
|
-
ids: ['impeccable-live-bar'],
|
|
80
|
-
states: ['saving', 'applying-variant', 'confirmed'],
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
key: 'insert-mode-chrome',
|
|
84
|
-
ids: [
|
|
85
|
-
'impeccable-live-insert-line',
|
|
86
|
-
'impeccable-live-insert-placeholder',
|
|
87
|
-
'impeccable-live-placeholder-resize',
|
|
88
|
-
'impeccable-live-insert-input',
|
|
89
|
-
'impeccable-live-insert-voice',
|
|
90
|
-
'impeccable-live-insert-create',
|
|
91
|
-
'impeccable-live-insert-create-tooltip',
|
|
92
|
-
],
|
|
93
|
-
states: ['toggle-active', 'line', 'placeholder', 'resize', 'enabled', 'disabled', 'tooltip'],
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
key: 'annotation-chrome',
|
|
97
|
-
ids: [
|
|
98
|
-
'impeccable-live-annot',
|
|
99
|
-
'impeccable-live-annot-svg',
|
|
100
|
-
'impeccable-live-annot-pins',
|
|
101
|
-
'impeccable-live-annot-clear',
|
|
102
|
-
],
|
|
103
|
-
states: ['overlay', 'drawing', 'pin', 'pin-edit', 'clear'],
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
key: 'design-system-panel',
|
|
107
|
-
ids: ['impeccable-live-design-host'],
|
|
108
|
-
states: ['closed', 'open', 'tabs', 'token-tiles', 'copy'],
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
key: 'toasts-and-errors',
|
|
112
|
-
ids: ['impeccable-live-toast'],
|
|
113
|
-
states: ['normal', 'error', 'no-variants-mounted'],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
key: 'css-isolation-boundary',
|
|
117
|
-
ids: ['impeccable-live-root'],
|
|
118
|
-
states: ['shadow-root', 'style-tags', 'hostile-css'],
|
|
119
|
-
},
|
|
120
|
-
]);
|
|
121
|
-
|
|
122
|
-
export const LIVE_UI_COMPONENT_IDS = Object.freeze([
|
|
123
|
-
...new Set(LIVE_UI_SURFACES.flatMap((surface) => surface.ids)),
|
|
124
|
-
]);
|
|
125
|
-
|
|
126
|
-
export function resolveLiveUiRoot(env = globalThis) {
|
|
127
|
-
const doc = env?.document;
|
|
128
|
-
const explicit = env?.__IMPECCABLE_LIVE_UI_ROOT__
|
|
129
|
-
|| env?.window?.__IMPECCABLE_LIVE_UI_ROOT__;
|
|
130
|
-
if (explicit && typeof explicit.appendChild === 'function') return explicit;
|
|
131
|
-
return doc?.body || null;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
export function getLiveUiElementById(id, env = globalThis) {
|
|
135
|
-
const doc = env?.document;
|
|
136
|
-
const root = resolveLiveUiRoot(env);
|
|
137
|
-
if (!id) return null;
|
|
138
|
-
if (root?.getElementById) {
|
|
139
|
-
const found = root.getElementById(id);
|
|
140
|
-
if (found) return found;
|
|
141
|
-
}
|
|
142
|
-
if (root?.querySelector) {
|
|
143
|
-
const found = root.querySelector('#' + escapeCssIdent(id));
|
|
144
|
-
if (found) return found;
|
|
145
|
-
}
|
|
146
|
-
return doc?.getElementById?.(id) || null;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export function appendToLiveUiRoot(el, env = globalThis) {
|
|
150
|
-
const root = resolveLiveUiRoot(env);
|
|
151
|
-
if (!root) throw new Error('Impeccable live UI root is not available');
|
|
152
|
-
root.appendChild(el);
|
|
153
|
-
return el;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
export function appendStyleToLiveUiRoot(styleEl, env = globalThis) {
|
|
157
|
-
const doc = env?.document;
|
|
158
|
-
const root = resolveLiveUiRoot(env);
|
|
159
|
-
if (root && root !== doc?.body) {
|
|
160
|
-
root.appendChild(styleEl);
|
|
161
|
-
} else {
|
|
162
|
-
(doc?.head || doc?.body || root).appendChild(styleEl);
|
|
163
|
-
}
|
|
164
|
-
return styleEl;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export function activeElementDeep(doc = globalThis.document) {
|
|
168
|
-
let active = doc?.activeElement || null;
|
|
169
|
-
while (active?.shadowRoot?.activeElement) {
|
|
170
|
-
active = active.shadowRoot.activeElement;
|
|
171
|
-
}
|
|
172
|
-
return active;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function escapeCssIdent(value) {
|
|
176
|
-
if (typeof CSS !== 'undefined' && typeof CSS.escape === 'function') {
|
|
177
|
-
return CSS.escape(String(value));
|
|
178
|
-
}
|
|
179
|
-
return String(value).replace(/([ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~])/g, '\\$1');
|
|
180
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Canonical design-command vocabulary for Live Mode: each command's value, human
|
|
3
|
-
* label, and SVG icon. Icons stack above the chip label; strokes use currentColor
|
|
4
|
-
* so the icon recolors when its chip is selected.
|
|
5
|
-
*
|
|
6
|
-
* Single source of truth, consumed by:
|
|
7
|
-
* - skill/scripts/live/event-validation.mjs — re-exports VISUAL_ACTIONS.
|
|
8
|
-
* - skill/scripts/live-browser.js — the real picker. It is served raw and
|
|
9
|
-
* injected as an IIFE, so it cannot import this at runtime; live-server.mjs
|
|
10
|
-
* serializes LIVE_COMMANDS into window.__IMPECCABLE_VOCAB__ alongside the
|
|
11
|
-
* token/port, and live-browser.js builds its ICONS + ACTIONS from that.
|
|
12
|
-
* - site/components/LiveDemoPalette.astro — the marketing demo palette (imported
|
|
13
|
-
* at build time).
|
|
14
|
-
*
|
|
15
|
-
* Add, rename, or reorder a verb here and all three follow.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
const ICON_ATTRS = 'width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" style="display:block"';
|
|
19
|
-
|
|
20
|
-
export const LIVE_COMMANDS = [
|
|
21
|
-
{ value: 'impeccable', label: 'Freeform', icon: `<svg ${ICON_ATTRS}><path d="M4 20l4-1L18 9l-3-3L5 16z"/><path d="M14 7l3 3"/></svg>` },
|
|
22
|
-
{ value: 'bolder', label: 'Bolder', icon: `<svg ${ICON_ATTRS}><rect x="6" y="12" width="4" height="7" rx="0.5"/><rect x="14" y="5" width="4" height="14" rx="0.5"/></svg>` },
|
|
23
|
-
{ value: 'quieter', label: 'Quieter', icon: `<svg ${ICON_ATTRS}><rect x="6" y="5" width="4" height="14" rx="0.5"/><rect x="14" y="12" width="4" height="7" rx="0.5"/></svg>` },
|
|
24
|
-
{ value: 'distill', label: 'Distill', icon: `<svg ${ICON_ATTRS}><path d="M4 5h16l-6 8v7l-4-2v-5z"/></svg>` },
|
|
25
|
-
{ value: 'polish', label: 'Polish', icon: `<svg ${ICON_ATTRS}><path d="M15 3l1 3 3 1-3 1-1 3-1-3-3-1 3-1z"/><path d="M7 13l0.6 1.8 1.8 0.6-1.8 0.6-0.6 1.8-0.6-1.8-1.8-0.6 1.8-0.6z"/></svg>` },
|
|
26
|
-
{ value: 'typeset', label: 'Typeset', icon: `<svg ${ICON_ATTRS}><path d="M5 6h14" stroke-width="2.6"/><path d="M5 12h9" stroke-width="1.9"/><path d="M5 18h5" stroke-width="1.3"/></svg>` },
|
|
27
|
-
{ value: 'colorize', label: 'Colorize', icon: `<svg ${ICON_ATTRS}><circle cx="9" cy="10" r="5"/><circle cx="15" cy="10" r="5"/><circle cx="12" cy="15" r="5"/></svg>` },
|
|
28
|
-
{ value: 'layout', label: 'Layout', icon: `<svg ${ICON_ATTRS}><rect x="3" y="4" width="8" height="16" rx="0.5"/><rect x="13" y="4" width="8" height="7" rx="0.5"/><rect x="13" y="13" width="8" height="7" rx="0.5"/></svg>` },
|
|
29
|
-
{ value: 'adapt', label: 'Adapt', icon: `<svg ${ICON_ATTRS}><rect x="2.5" y="5" width="12" height="11" rx="1"/><line x1="2.5" y1="19" x2="14.5" y2="19"/><rect x="16.5" y="8" width="5" height="11" rx="1"/></svg>` },
|
|
30
|
-
{ value: 'animate', label: 'Animate', icon: `<svg ${ICON_ATTRS}><path d="M3 18c4-4 6-10 10-10"/><path d="M13 8c3 0 5 5 8 10"/><circle cx="13" cy="8" r="1.6" fill="currentColor" stroke="none"/></svg>` },
|
|
31
|
-
{ value: 'delight', label: 'Delight', icon: `<svg ${ICON_ATTRS}><path d="M12 3l2 6 6 2-6 2-2 6-2-6-6-2 6-2z"/></svg>` },
|
|
32
|
-
{ value: 'overdrive', label: 'Overdrive', icon: `<svg ${ICON_ATTRS}><path d="M13 3L5 13h5l-1 8 9-12h-6z"/></svg>` },
|
|
33
|
-
];
|
|
34
|
-
|
|
35
|
-
// Action values accepted by the live event protocol, in palette order.
|
|
36
|
-
export const VISUAL_ACTIONS = LIVE_COMMANDS.map((c) => c.value);
|