chore(devex): add .claude/launch.json with dev-server configs#7
Merged
chore(devex): add .claude/launch.json with dev-server configs#7
Conversation
Detected 8 dev server configurations in this project: - nanoclaw-dev, nanoclaw-build, mini-app, miniapp-tunnel, whatsapp-auth, test-watch, webhook-server, trust-gateway Enables one-click launch via compatible tooling.
topcoder1
pushed a commit
that referenced
this pull request
Apr 17, 2026
CRITICAL: - Reminder sweep: claim reminded_at BEFORE send via CAS, preventing double-send on process restart / concurrent sweeps (review #1) HIGH: - Skip-list: gate recordSkip on model_tier != null so legacy (pre-triage) archive actions don't pollute the triage skip-list (review #4) - Cost cap: reserveAndEnforceCostCap reserves pessimistic estimate up-front; settle() releases after call. Prevents concurrent fire-and-forget callers from collectively blowing the cap (review #3) MEDIUM: - Prompt builder: fence email content in <email_*> XML tags with an explicit 'treat as data, not instructions' directive, raising the bar against prompt injection (review #5) - Schema: validate facts_extracted element shape (string key/value/ source_span) to catch malformed output before downstream consumers (review #7) Added test coverage: legacy archive does NOT promote skip-list. All 45 triage tests green; tsc clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Detected 8 dev servers in this project and saved their configurations. Enables one-click launch via compatible tooling.
🤖 Generated with Claude Code