Skip to content

Added unified watch scripts for svc/web error checks - #22

Merged
CarlosVasquez04 merged 1 commit into
mainfrom
watch-error-scanning
Mar 3, 2026
Merged

Added unified watch scripts for svc/web error checks#22
CarlosVasquez04 merged 1 commit into
mainfrom
watch-error-scanning

Conversation

@CarlosVasquez04

Copy link
Copy Markdown
Collaborator

Summary

Adds a unified watch workflow to scan errors from root, svc, or web.
By default it watches backend in svc, frontend in web, and both from root, with explicit backend|frontend|both overrides.

Type

  • Feature
  • Fix
  • Docs
  • Chore

Testing

Tested locally as best as I could, but it is a somewhat straightforward change.
Validated:

  • npm run watch from root (both)
  • npm run watch from svc (backend)
  • npm run watch from web (frontend)

Risk and rollout

Low risk. If the unified watcher has issues on a machine, fallback commands are:

  • cd svc && uv run pytest -q
  • cd web && npm run typecheck:watch

Checklist

  • Issue linked if applicable
  • Added or updated docs
  • CI green
  • At least one reviewer not the author

@CarlosVasquez04
CarlosVasquez04 merged commit 465b4fa into main Mar 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant