Skip to content

Standardize local worker and cache commands#494

Merged
MaxEriksson2000 merged 1 commit into
developfrom
chore/development-commands
Jun 12, 2026
Merged

Standardize local worker and cache commands#494
MaxEriksson2000 merged 1 commit into
developfrom
chore/development-commands

Conversation

@MaxEriksson2000

Copy link
Copy Markdown
Collaborator

Summary

  • expose the ARQ worker as the project script uv run worker
  • preserve additional CLI arguments through a small worker entry point
  • update Taskfile and setup documentation to use the stable command
  • add frontend cache cleanup and dev:clean scripts

Why

The documented worker command depended on an internal module path, and clearing stale frontend build caches required remembering several directories. Stable project-level commands make local setup and recovery less error-prone.

Developer impact

Local development can start the worker through task worker or uv run worker, and can clear generated frontend caches with bun run clean:cache or restart cleanly with bun run dev:clean.

Validation

  • Ruff passed
  • worker entry-point import smoke test passed
  • commit hooks including Pyright passed
  • pre-push schema drift check passed

@github-actions

Copy link
Copy Markdown

🧹 Dead-code & unused-dependency report

Advisory — never gates the PR. Whole-repo scan, so some findings may be false positives (dynamic dispatch, framework hooks, runtime-resolved imports). Triage before removing.

No dead code or unused dependencies detected.

@MaxEriksson2000 MaxEriksson2000 marked this pull request as ready for review June 12, 2026 19:25
@github-actions

Copy link
Copy Markdown

📊 Patch coverage

Share of this PR's new/changed lines exercised by tests. Report-only — never gates the PR.

No changed lines with coverage data in this PR.

@MaxEriksson2000 MaxEriksson2000 merged commit 3aba49f into develop Jun 12, 2026
15 checks 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