Merged
Conversation
…se pipeline Add @t-req/app server + CLI implementation: run .http files, serve HTTP API with SSE events, and session/variable/cookie management. Harden workspace security (path scoping + env module validation), improve error taxonomy/handling, and align schemas with implemented capabilities. Fix publish/runtime wiring (app-* binary resolution, release filter rename, workspace config) and regenerate lockfile.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR introduces the new
@t-req/appCLI + HTTP/SSE server and ships Config v2 (JSON/JSONC-first) in@t-req/core.Key Outcomes
New CLI:
treq init,treq run, andtreq serve(HTTP server + stdio JSON-RPC mode).Server-first workflows: Request parsing/execution APIs, sessions, and an SSE event stream for streaming progress.
Config v2 (core): JSON/JSONC-first config discovery + deterministic layering (file → profile → override layers → overrides), with safe substitutions and introspection metadata.
Safety + robustness: Workspace-scoped
{file:...}substitutions by default, command resolver NDJSON protocol support, and safer cookie persistence (serialized writes).DX: Updated READMEs + webdocs pages and expanded examples (core + app + client examples).
Changeset included:
.changeset/short-hoops-peel.md(minor bumps for@t-req/coreand@t-req/app).Type of Change
Testing
bun run test -- --filter=@t-req/core --filter=@t-req/app)Checklist