alpha
Login
or
Join now
filipstal.tngl.sh
/
loup
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
loup
/
src
/
at
main
9 files
Filip Stål
loup — turn user session recordings into cited PRs & issues on Tangled
3hrs ago
ff8d932e
cli.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
config.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
frames.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
lexicon.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
pds.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
pipeline.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
server.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
types.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago
vision.ts
loup — turn user session recordings into cited PRs & issues on Tangled A webhook harness for Tangled (AT Protocol). POST a screen recording; loup cuts it into 1-frame-per-second screenshots, feeds them + the app's source code to Claude vision under a single system prompt, and the model finds where the user got stuck, locates it in the code, and writes the fix. loup opens a real PR (patch computed from the model's corrected file via git diff, so it always applies) or files an issue — each citing the exact moment of confusion as a screenshot deep-linked into the recording. loup init scaffold loup.config.json + .env loup serve the real pipeline (vision + posts to Tangled) loup serve --demo offline replay of known-good PRs (no LLM, no network) loup send <video> POST a recording to the listener Every artifact is a real AT Protocol record (sh.tangled.repo.pull / .issue / feed.comment) — no bespoke backend; the protocol carries the state.
3 hours ago