Skip to content

feat: add local dependency graph workflows - #4

Merged
andrei-hasna merged 2 commits into
mainfrom
task/local-dependency-graph-blockers
May 20, 2026
Merged

feat: add local dependency graph workflows#4
andrei-hasna merged 2 commits into
mainfrom
task/local-dependency-graph-blockers

Conversation

@andrei-hasna

Copy link
Copy Markdown
Contributor

Summary

  • repair local task_dependencies storage through startup schema safety
  • expose transitive dependency graphs through CLI deps --graph and MCP get_task_dependencies
  • document local dependency/blocker workflows and add regression coverage

Verification

  • Blacksmith attempted first but local CLI is unauthenticated: blacksmith testbox list -> not authenticated
  • bun test src/db/tasks.test.ts src/cli/cli.test.ts src/mcp/mcp.test.ts
  • bun run typecheck
  • bun test src/local-first.test.ts
  • systemd-run --user --scope -p MemoryHigh=12G -p MemoryMax=16G -p MemorySwapMax=0 -p TasksMax=4096 bun test
  • bun run build
  • git diff --check
  • changed-file secret scan clean

Note: origin/main does not currently define test:no-cloud or verify:release scripts, so those gates were unavailable on this branch.

@andrei-hasna
andrei-hasna merged commit b376258 into main May 20, 2026
2 checks passed
@andrei-hasna
andrei-hasna deleted the task/local-dependency-graph-blockers branch May 20, 2026 23:19
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