Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fd31194
test(moq-tokio): bind reconnect and worker tests to their own ports (…
kixelated Sep 25, 2026
0beaad3
docs(quest): drop auth-embedder, completed on dev in #3943 (#4108)
kixelated Sep 25, 2026
fc46699
docs(quest): plan lite-07 announce compression (#4147)
kixelated Sep 25, 2026
3b4ad5b
fix(net): hold a parked track's warm cache until the upstream confirm…
kixelated Sep 25, 2026
0848a8a
chore(quest): drop Required bullets that have cleared (#4109)
kixelated Sep 25, 2026
3590e44
fix(net): deliver a track's tail up to its declared end (#4086)
kixelated Sep 25, 2026
fbbcb25
test(js): assert retention on reactions and listeners, not a GC heap …
kixelated Sep 25, 2026
5217cb8
feat(moq-mux): catalog delay measures cross-track encoder lateness (#…
kixelated Sep 25, 2026
051930d
feat(moq-mux): publish data tracks into an application's own catalog …
kixelated Sep 25, 2026
68c7334
fix(net): judge spliced staleness against the logical live edge (#4103)
kixelated Sep 25, 2026
94df86c
docs(quest): plan CI benchmark regressions and new benches (#4149)
kixelated Sep 25, 2026
f29895c
feat(moq-gst): opt pads fed by a local encoder into flush jitter (#4112)
kixelated Sep 25, 2026
2171c28
docs(stats): document the stats broadcasts as a wire contract (#3951)
kixelated Sep 25, 2026
abd91e1
fix(net)!: ship lite-07 as moq-lite-07-wip, off by default (#4148)
kixelated Sep 25, 2026
63e5c5f
chore: release (#4091)
moq-bot[bot] Sep 25, 2026
a2cb46c
ae
kixelated Sep 25, 2026
e173ddd
feat(ffi): advertise JSON tracks in the catalog, add binary data trac…
bgreenway Sep 25, 2026
1a4f8e2
fix(ffi): name the binary config conversion so moq-ffi compiles (#4157)
kixelated Sep 25, 2026
c3d78f2
test(capture): drive native capture through clock edge cases in CI (#…
kixelated Sep 25, 2026
685d07e
fix(audio): honor and validate Opus stream descriptions (#4130)
kixelated Sep 25, 2026
41c1cc6
fix(net): skip a stale warm cache on an IETF rejoin (#4150)
kixelated Sep 25, 2026
ea0fcb6
fix(auth): read and write legacy put/get token grants (#4190)
kixelated Sep 25, 2026
1140237
docs(quest): plan follow-ups from the next-16 quest wave (#4140)
kixelated Sep 25, 2026
42c3c4c
fix(nvenc): release the session after a failed submission (#4139)
kixelated Sep 25, 2026
b6b4ad7
test(cli): run moq play's media tasks in CI against a recorder
kixelated Sep 25, 2026
0735386
docs(quest): plan IETF EXPIRES decoding and optional max age (#4188)
kixelated Sep 25, 2026
2f2ff7d
fix(net): deliver a Rust track's tail up to its declared end (#4116)
kixelated Sep 25, 2026
c87159d
feat(cli): publish stdin imports on the broadcast clock (#4122)
kixelated Sep 25, 2026
ca0dc74
fix(audio): refuse capture overrides the microphone cannot deliver (#…
kixelated Sep 25, 2026
f26a4ad
chore: release (#4151)
moq-bot[bot] Sep 25, 2026
41f6057
docs(quest): plan the bbb SD rendition and single-rendition egress pi…
kixelated Sep 25, 2026
118ac33
quest: point the tune-in repro at #3946's PR ref (#4165)
kixelated Sep 25, 2026
7a2a2e4
quest: libmoq becomes moq-c (#4191)
kixelated Sep 25, 2026
704275d
fix(net): accept EXPIRES in SUBSCRIBE_OK, PUBLISH_OK, and REQUEST_OK …
kixelated Sep 25, 2026
6d637a0
feat(net): count lite-07 group streams in SUBSCRIBE_END (#4118)
kixelated Sep 25, 2026
be5404d
quest: JS lite fetch waits for the publisher's answer (#4175)
kixelated Sep 25, 2026
1f2e40c
test(auth): wait on the recorded request instead of a fixed sleep (#4…
kixelated Sep 25, 2026
68b00bc
Merge origin/main into dev
kixelated Sep 25, 2026
f4106fa
Keep the imports main's merged code still calls.
kixelated Sep 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/skills/spawn-merge/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Read the /merge, /takeover, and /close skills before starting.
The goal is to evaluate the open PRs in the repository and decide which ones to merge.
Each merge is performed in parallel by a sub-agent.

Start by listing all open PRs.
Start by listing all open PRs that are ready for review (skip drafts).
An argument can be used to filter the PRs in scope.

One at a time, for each PR, interactively prompt the user if we should /merge, skip, or /close.
Expand Down
8 changes: 6 additions & 2 deletions .claude/skills/start-quest/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ description: Start work on a quest.

Before you begin, read `quest/CLAUDE.md` completely.

Your goal is to implement the quest, or as much of it as possible, and create a PR.
Your goal is to implement the quest, or as much of it as possible, and create a draft PR.
The argument is the quest to work on.

If you are unsure on the best course of action, ask the user for direction.

Confirm the quest is ready and unclaimed.
Claim it as `quest/CLAUDE.md` describes: `quest branch` names the branch and its bases, missing line branches get a draft PR, and the quest branch gets an empty commit.

Implement the quest until it is complete, or some blocker is hit, then create a PR against the base.
Keep scratch files (PR body, logs, notes) in the worktree's gitignored `.scratch/`.
Never write to or clean up a directory other agents share, such as a session scratchpad.
Summarize the notable changes for the user.

When done, summarize any issues encounted, and suggest potential follow-up.
If you're happy with the outcome, switch the draft PR to ready for review.
If you want another set of eyes on it, keep it a draft.
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This file is split into nested `CLAUDE.md` files based on the language/situation
- Try to do stuff asynchronously. ex. ask about follow-ups while tests run.
- Try to recognize when you're stuck, or making minimal progress, and stop early.
- If the core problem is addressed, ship it instead of spinning your wheels on meaningless revisions.
- Benchmark any performance optimizations instead of relying on intuition.
- Add or extend a benchmark for any performance-sensitive change so later regressions show up, and measure optimizations instead of relying on intuition.

# Public API

Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading