Tuckmark Templates Source
Use this skill inside a Tuckmark source checkout. After resolving REPO_ROOT
below, read and follow $REPO_ROOT/skills/tuckmark-templates/SKILL.md first. If
it is unavailable, stop.
Source Guard
REPO_ROOT="$(git rev-parse --show-toplevel)"
test -f "$REPO_ROOT/packages/cli/src/index.ts"
Never substitute a globally installed tuckmark binary while validating the active worktree.
Source Executor
Replace each leading tuckmark command in the main skill with:
bun tsx --tsconfig "$REPO_ROOT/packages/cli/tsconfig.typecheck.json" "$REPO_ROOT/packages/cli/src/index.ts"
Keep the active worktree's DEVD isolation contract. Do not target formal user data while testing source behavior.
Focused Checks
bun run --filter @tuckmark/core testbun run --filter @tuckmark/server testbun run --filter @tuckmark/cli test- Matching package typechecks