|
| 1 | +# L1ght5p33d Workflows |
| 2 | + |
| 3 | +A deliberately small, reviewed collection of local creation workflows. Quality |
| 4 | +and clear scope matter more than the number of entries. This initial library |
| 5 | +contains **one MIT-licensed workflow**, qualified against our own browser fixture. |
| 6 | +It does not contain a scraped collection of third-party scripts. |
| 7 | + |
| 8 | +The engine lives in [L1ght5p33d](https://github.com/HiTecHelpLLC/l1ght5p33d). |
| 9 | +This repository is an independent content library. `index.json` is a curator's |
| 10 | +index, **not a signed L1ght5p33d registry catalog**. Each admitted version has a |
| 11 | +separate [THEBEST review attestation](SIGNING.md) binding exact workflow, review |
| 12 | +metadata and test evidence. No public pinning service, automatic updater or |
| 13 | +execution permission is configured. |
| 14 | + |
| 15 | +## Admitted workflow: browser poster, version 0.1.0 |
| 16 | + |
| 17 | +File: [`workflows/browser-poster.json`](workflows/browser-poster.json). |
| 18 | +Review: [`entries/browser-poster.json`](entries/browser-poster.json). |
| 19 | +Proof: [THEBEST attestation](attestations/browser-poster-0.1.0.json) and |
| 20 | +[Windows fixture evidence](evidence/browser-poster-windows-2026-09-03.json). |
| 21 | + |
| 22 | +This is the exact example copied from the parent project's pinned MIT source at |
| 23 | +commit `e51098ffa1e7ca42b96d6372578876d1c32e632b`. The original notices are retained |
| 24 | +in [LICENSE](LICENSE), and the source path and exact SHA-256 are in its metadata. |
| 25 | + |
| 26 | +The provider is `browser`. It opens an isolated headless Chromium context at |
| 27 | +`http://127.0.0.1:7332`, checks the title `L1ght5p33d Poster Studio`, and performs: |
| 28 | + |
| 29 | +| Step | Input and selector | Expected effect | |
| 30 | +| --- | --- | --- | |
| 31 | +| `name_poster` | Fill the field labelled `Poster title` using the `title` parameter | Read back `poster_title` equal to that parameter | |
| 32 | +| `choose_palette` | Select `Sunset` in the field labelled `Palette` | Read back `palette` equal to `Sunset` | |
| 33 | +| `save_poster` | Try button `Old save label`, then declared fallback `Save poster` | Read back `saved` equal to `Saved` | |
| 34 | + |
| 35 | +Default `title`: `Make something wonderful`. Every expected effect has a |
| 36 | +three-second verification timeout. A failed or ambiguous selector stops; this |
| 37 | +workflow makes no claim to repair itself. Qualification additionally reads the |
| 38 | +fixture server's `/state` endpoint and verifies the saved title and palette. |
| 39 | + |
| 40 | +Scope: synthetic fixture data, a temporary browser context, and local execution |
| 41 | +receipts. The fixture stores its saved state in memory until it shuts down. No |
| 42 | +personal files, accounts, login state, screenshots, publishing, music, purchases, |
| 43 | +deletion, or external service are part of this workflow. It does not create an |
| 44 | +exported poster image. The generic browser fixture is not a commercial design app. |
| 45 | + |
| 46 | +**A download or successful fixture test is not permission to run a user workflow.** |
| 47 | +Inspect the complete plan and grant explicit local approval before execution in |
| 48 | +your own environment. Changing selectors, URL, variables, application, or steps |
| 49 | +changes what must be reviewed. Never ask an AI to approve on your behalf. |
| 50 | + |
| 51 | +## Check the library without installing an automation runtime |
| 52 | + |
| 53 | +With Python 3.12, from this repository: |
| 54 | + |
| 55 | +```powershell |
| 56 | +python -m pip install -r requirements-verify.txt |
| 57 | +python scripts/validate.py |
| 58 | +python -m unittest discover -s tests -v |
| 59 | +``` |
| 60 | + |
| 61 | +Checks enforce an explicit source-file allowlist, less than 1 MB of ASCII source, |
| 62 | +at most 64 KiB per workflow, hashes, paths, closed metadata, version/status, |
| 63 | +defaults, and agreement between actual steps/providers/selectors/effects and the |
| 64 | +review checklist. These checks detect drift; a reviewer must still assess intent. |
| 65 | +Signature verification additionally requires your separately pinned THEBEST public |
| 66 | +key; see [SIGNING.md](SIGNING.md). The tests include signature and tamper rejection. |
| 67 | + |
| 68 | +## Reproduce the synthetic browser qualification |
| 69 | + |
| 70 | +Use a dedicated Python 3.12 environment with the parent runtime from the exact |
| 71 | +commit recorded in the metadata. CI installs that revision as follows: |
| 72 | + |
| 73 | +```powershell |
| 74 | +python -m venv "$env:TEMP\l1ght5p33d-library-check" |
| 75 | +$env:GIT_CONFIG_COUNT = '1' |
| 76 | +$env:GIT_CONFIG_KEY_0 = 'core.longpaths' |
| 77 | +$env:GIT_CONFIG_VALUE_0 = 'true' |
| 78 | +& "$env:TEMP\l1ght5p33d-library-check\Scripts\python.exe" -m pip install "git+https://github.com/HiTecHelpLLC/l1ght5p33d.git@e51098ffa1e7ca42b96d6372578876d1c32e632b#subdirectory=packages/l1ght5p33d" |
| 79 | +& "$env:TEMP\l1ght5p33d-library-check\Scripts\python.exe" -m playwright install chromium |
| 80 | +& "$env:TEMP\l1ght5p33d-library-check\Scripts\python.exe" scripts/qualify_browser.py --synthetic-fixture-only |
| 81 | +``` |
| 82 | + |
| 83 | +That explicit command authorizes only this fixed synthetic test. It validates the |
| 84 | +admitted bytes, starts the bundled fixture on a free loopback port, changes only |
| 85 | +the fixture URL in a temporary in-memory copy, and executes all original steps |
| 86 | +and defaults. It verifies three effects, the declared fallback, server state and |
| 87 | +zero model calls. Temporary run data are removed; no user policy is changed. |
| 88 | +The script accepts no arbitrary workflow, external URL or destination argument. |
| 89 | + |
| 90 | +## Admission and limitations |
| 91 | + |
| 92 | +Windows desktop and BandLab are **not admitted entries** in this initial library. |
| 93 | +Each needs its own reviewed metadata, fixtures and reproducible qualification. |
| 94 | +Live application claims additionally require evidence from the specified app and |
| 95 | +version. Existing examples in the engine repository are candidates, not implicit |
| 96 | +members of this curated collection. |
| 97 | + |
| 98 | +The initial CI targets Windows and Ubuntu with Python 3.12. Browser installation |
| 99 | +and CI dependency installation require network access; routine workflow execution |
| 100 | +does not require an AI connection. Metadata describe the test scope, not universal |
| 101 | +compatibility. There is no public workflow registry deployment in this repository. |
| 102 | + |
| 103 | +Unofficial and unaffiliated with BandLab, Suno, browser vendors, and other |
| 104 | +applications. Product names identify potential integrations only. |
0 commit comments