Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 382 Bytes

File metadata and controls

20 lines (18 loc) · 382 Bytes

Taskfile Dependency Graph

flowchart TD
  codex["codex"]
  cursor["cursor"]
  reindex["reindex"]
  check["check"]
  build["build"]
  publishDryRun["publish:dry-run"]
  publishAuth["publish:auth"]
  publishGuard["publish:guard"]
  publish["publish"]

  check --> build
  build -> publish
  publishAuth --> publish
  publishGuard --> publish
  build -> publishDryRun
Loading