node_modules/
*.log
.vscode/
build/
.DS_Store
socket-mcp.dxt
socket-mcp.mcpb

coverage
*.tgz

# Generated types

*.d.ts
*.d.ts.map

# Generated js

*.js
!*.config.js

# <fleet>
# Managed by socket-wheelhouse. Don't edit locally — edit upstream
# in scripts/repo/commit-cascade/checks/gitignore-fleet-block.mts and
# re-cascade via `pnpm run sync`. Project-specific ignores stay
# OUTSIDE this block; the fixer preserves them.
# Per-machine Claude Code permission config + log dirs stay ignored;
# the cascaded subdirs (agents, commands, hooks, output-styles,
# settings.json, skills, workflows) are explicitly re-included so the
# wheelhouse cascade can ship them.
/.claude/*
!/.claude/agents/
!/.claude/commands/
!/.claude/hooks/
!/.claude/output-styles/
!/.claude/rules/
!/.claude/settings.json
!/.claude/skills/
!/.claude/workflows/
# Transient agent work-state: handoff + planning docs live in these
# gitignored operator-notes homes and are NEVER committed. Re-asserted here
# AFTER the re-include lines above so a future `!/.claude/<x>/` re-include
# can't accidentally start tracking them. Dir-scoped so no sibling path is
# caught. handoff-docs-are-untracked backstops a stray committed handoff doc.
/.claude/plans/
/.claude/reports/
# Release-only GENERATED hook-dispatch artifacts: all three dispatch-table
# variants, the rolldown bundles, the native snapshot launcher + its frozen
# sidecars, the dispatch manifest, and the ahead-of-time TypeBox
# validators. Rebuilt by
# build-hook-bundle / build-hook-snapshot / setup:3-hook-snapshot, shipped in
# the GitHub-release bundle, NEVER committed to the cascade. Unanchored (**/)
# so each is ignored in BOTH the repo-root live copy AND the template/base/universal/
# mirror — the fleet keeps ignores in this root block, not nested per-dir
# files. Keep in lock-step with RELEASE_ONLY_DIR_MIRROR_FILES (scripts/repo/
# commit-cascade/dir-mirror-skip.mts). See docs/fleet/agents.md/release-vs-cascade.md.
**/.claude/hooks/fleet/_dist/fleet-pack.cjs
# The model-pricing module gen/model-pricing-module.mts bakes from the pricing
# JSON so rolldown inlines the prices into fleet-pack.cjs. A build output in
# BOTH trees, shipped in the pack, never cascaded.
**/scripts/fleet/constants/model-pricing.generated.mts
**/scripts/fleet/constants/fleet-pack-version.generated.mts
# Prebuilt dispatch-launcher variants (one per platform-arch), CI
# cross-compiled and hydrated from the release bundle; the host build
# copies its match into _shared/ instead of invoking cc. Contract:
# scripts/fleet/pack/launcher-variants.mts.
**/.claude/hooks/fleet/_dist/launchers/
# Legacy pre-v1.0.16 dispatch layout: socket-sdk-js still tracks the
# _dispatch/index.cjs loader, which requires ./fleet-pack.cjs — that generated
# bundle must stay untracked there. This path stays _dispatch/ on purpose: it
# describes a layout that member still has on disk, so renaming it here would
# un-ignore that repo's generated bundle. Keep the entry until every member
# has migrated to the fleet/index.cjs + _dist/fleet-pack.cjs layout; it
# matches nothing once the legacy bundle is gone.
**/.claude/hooks/fleet/_dispatch/fleet-pack.cjs
**/.claude/hooks/fleet/_shared/dispatch-launcher
**/.claude/hooks/fleet/_shared/dispatch-launcher.exe
**/.claude/hooks/fleet/_shared/dispatch-table-excluded.mts
**/.claude/hooks/fleet/_shared/dispatch-table-snapshot.mts
**/.claude/hooks/fleet/_shared/dispatch-table.mts
**/.claude/hooks/fleet/_shared/excluded-fleet-pack.cjs
**/.claude/hooks/fleet/_shared/generated-validators.mts
**/.claude/hooks/fleet/_shared/node.path
**/.claude/hooks/fleet/_shared/snapshot-blob.path
**/.claude/hooks/fleet/_shared/snapshot-fleet-pack.cjs
**/.claude/hooks/fleet/_shared/dispatch-manifest.json
# The rolldown-bundled fleet oxlint plugin (build-oxlint-bundle.mts): members
# load this single artifact via jsPlugins instead of the ~100 rule source
# dirs. Release-only + gitignored like the hook bundles above.
**/.config/fleet/oxlint-plugin.mjs

# Derived cross-harness rule adapters — generated per-repo, per-platform by
# the multi-agent scaffolding (setup / init / sync) script from .claude/skills/
# and CLAUDE.md, never committed. A tracked symlink checks out as a plain
# pointer file on Windows, so each host gets a real symlink generated on its
# own OS. Tracking them only produces churn + merge conflicts. Keep in sync
# with ADAPTERS in scripts/fleet/gen/harness-adapters.mts + the .agents/ mirror
# (and the .mcp.json projections in scripts/fleet/mcp/config.mts: /.codex/,
# and /opencode.json — all generated from the single committed .mcp.json
# authority at setup and rebuilt into the release bundle at
# make-publish-bundle, never committed).
# Host dirs we own entirely are ignored wholesale; .github/ holds tracked
# fleet files, so only its generated adapter file is named.
/.agents/
/.clinerules/
/.codex/
/.cursor/
/.github/copilot-instructions.md
/.janus/
/.kiro/
/.opencode/
/.windsurf/
/AGENTS.md
/opencode.json

# VS Code: ignore the dir contents so a hidden tasks.json with a `folderOpen`
# auto-run (a known npm supply-chain vector — runs on folder open, zero clicks)
# cannot be committed. Re-include only the benign shared settings.json. Use the
# `/.vscode/*` contents form (NOT `.vscode/`) so the re-include can take effect.
# vscode-folder-open-task-guard backstops any explicitly-added auto-run task.
/.vscode/*
!/.vscode/settings.json

# OS noise
.DS_Store
._.DS_Store
Thumbs.db

# Build outputs — universal across the fleet. Project-specific
# variants (e.g. a non-standard dist path) go OUTSIDE this block.
# The build/test-output + vendored-tree entries below are kept in
# lock-step with GENERATED_GLOBS (scripts/fleet/constants/
# generated-globs.mts) by generated-globs-are-consistent.mts.
**/build/
**/dist/
**/tmp/
/template/generated/
**/out/
**/.cache/
**/.repo-map/
**/.swc/
**/.vitiate/

# Vendored / upstream trees + conformance fixtures — untracked-by-default
# (docs/fleet/agents.md/untracked-by-default.md): someone else's source or
# synced corpora, restored by the owning sync/build step, never hand-edited.
# A repo that must track a hand-written file inside one re-includes it
# OUTSIDE this block (!<dir>/ then <dir>/* then !<dir>/<file>).
**/test/fixtures/
**/upstream/

# Node
node_modules
# Workspace-local pnpm store — CI jobs whose pnpm runs inside a
# workspace-mounted sandbox pin the store here (setup-and-install
# store-dir input); never committed.
/.pnpm-store/
npm-debug.log
pnpm-debug.log
*.tgz
# </fleet>
# <repo>
# </repo>

# ─── vitiate coverage-guided fuzz lane (`pnpm run test:fuzz`) caches ───
# `.swc/` is the SWC instrument plugin's WASM cache; `.vitiate/` holds the
# regenerable corpus + run results. Both are rebuilt on every fuzz run — never
# commit them.
/.swc/
/.vitiate/

# Generated .mcp.json projections — produced at setup:mcp from the committed
# .mcp.json authority, never tracked. The v1.0.15 fleet-canonical block
# ignores these too; these lines bridge until that block cascades here.
/.kimi-code/
/opencode.json

# <fleet-pack>
# Fleet-pack untrack set — managed by scripts/repo/bootstrap/fleet.mjs.
# REGENERATED from the release-bundle manifest on every hydrate; stale
# entries are pruned. Hand-added ignores belong OUTSIDE these markers.
.agents/
.clinerules/
.codex/
.cursor/
.kiro/
.opencode/
.windsurf/
AGENTS.md
opencode.json
.claude/agents/fleet/code-reviewer.md
.claude/agents/fleet/fix.md
.claude/agents/fleet/offload.md
.claude/agents/fleet/pr-feedback.md
.claude/agents/fleet/pr-open.md
.claude/agents/fleet/pr-review.md
.claude/agents/fleet/refactor-cleaner.md
.claude/agents/fleet/security-reviewer.md
.claude/commands/fleet/audit-gha-settings.md
.claude/commands/fleet/auth.md
.claude/commands/fleet/codifying-disciplines.md
.claude/commands/fleet/green-ci-local.md
.claude/commands/fleet/green-ci.md
.claude/commands/fleet/looping-quality.md
.claude/commands/fleet/researching-recency.md
.claude/commands/fleet/scanning-quality.md
.claude/commands/fleet/security-scan.md
.claude/commands/fleet/setup-security-tools.md
.claude/commands/fleet/squash-history.md
.claude/commands/fleet/update-coverage.md
.claude/commands/fleet/update-hooks-dry.md
.claude/commands/fleet/update-pricing.md
.claude/commands/fleet/update-security.md
.claude/hooks/fleet/_dist/fleet-pack.cjs
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-darwin-arm64
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-darwin-x64
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-linux-arm64
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-linux-x64
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-win32-ia32.exe
.claude/hooks/fleet/_dist/launchers/dispatch-launcher-win32-x64.exe
.claude/hooks/fleet/_shared/.clangd
.claude/hooks/fleet/_shared/README.md
.claude/hooks/fleet/_shared/active-edits-ledger.mts
.claude/hooks/fleet/_shared/agent-memory.mts
.claude/hooks/fleet/_shared/ai-attribution-vendors.mts
.claude/hooks/fleet/_shared/ai-attribution.mts
.claude/hooks/fleet/_shared/ai-config-surfaces.mts
.claude/hooks/fleet/_shared/ai-slop-patterns.mts
.claude/hooks/fleet/_shared/artifact-gates.mts
.claude/hooks/fleet/_shared/ast/calls.mts
.claude/hooks/fleet/_shared/ast/comment-types.mts
.claude/hooks/fleet/_shared/ast/comments.mts
.claude/hooks/fleet/_shared/ast/core.mts
.claude/hooks/fleet/_shared/ast/literals.mts
.claude/hooks/fleet/_shared/authorization-phrase-assertions.mts
.claude/hooks/fleet/_shared/authorization-phrases.mts
.claude/hooks/fleet/_shared/balancer/detect.mts
.claude/hooks/fleet/_shared/benign-untracking.mts
.claude/hooks/fleet/_shared/branch-switch.mts
.claude/hooks/fleet/_shared/brew-supply-chain.mts
.claude/hooks/fleet/_shared/builtin-module.mts
.claude/hooks/fleet/_shared/bypass.mts
.claude/hooks/fleet/_shared/cache/memoize.mts
.claude/hooks/fleet/_shared/chicken-and-egg.mts
.claude/hooks/fleet/_shared/claims.mts
.claude/hooks/fleet/_shared/code-format-parser.mts
.claude/hooks/fleet/_shared/commit-command.mts
.claude/hooks/fleet/_shared/content/edit.mts
.claude/hooks/fleet/_shared/copyleft-upstreams.mts
.claude/hooks/fleet/_shared/dated-citation.mts
.claude/hooks/fleet/_shared/delete-scope.mts
.claude/hooks/fleet/_shared/denied-domains.mts
.claude/hooks/fleet/_shared/dependency-spec-forms.mts
.claude/hooks/fleet/_shared/dispatch-entry.mts
.claude/hooks/fleet/_shared/dispatch-hook.mts
.claude/hooks/fleet/_shared/dispatch-launcher-win.c
.claude/hooks/fleet/_shared/dispatch-launcher.c
.claude/hooks/fleet/_shared/dispatch-manifest.json
.claude/hooks/fleet/_shared/dispatch-snapshot-entry.mts
.claude/hooks/fleet/_shared/dispatch-table-excluded.mts
.claude/hooks/fleet/_shared/dispatch-table-snapshot.mts
.claude/hooks/fleet/_shared/dispatch-table.mts
.claude/hooks/fleet/_shared/doc-location-guard.mts
.claude/hooks/fleet/_shared/entrypoint.mts
.claude/hooks/fleet/_shared/ephemeral-path.mts
.claude/hooks/fleet/_shared/error-message-quality.mts
.claude/hooks/fleet/_shared/es-polyfills.mts
.claude/hooks/fleet/_shared/evasion-normalize.mts
.claude/hooks/fleet/_shared/excluded-entry.mts
.claude/hooks/fleet/_shared/excluded-fleet-pack.cjs
.claude/hooks/fleet/_shared/failing-tests-ledger.mts
.claude/hooks/fleet/_shared/fetch-allowlist.mts
.claude/hooks/fleet/_shared/fleet-context.mts
.claude/hooks/fleet/_shared/fleet-env.mts
.claude/hooks/fleet/_shared/fleet-fork.mts
.claude/hooks/fleet/_shared/fleet-markers.mts
.claude/hooks/fleet/_shared/fleet-pack-payload.mts
.claude/hooks/fleet/_shared/fleet-repo.mts
.claude/hooks/fleet/_shared/fleet-repos.mts
.claude/hooks/fleet/_shared/fleet-roster.mts
.claude/hooks/fleet/_shared/footgun-admission.mts
.claude/hooks/fleet/_shared/foreign-linters.mts
.claude/hooks/fleet/_shared/generated-validators.mts
.claude/hooks/fleet/_shared/gh-invocation.mts
.claude/hooks/fleet/_shared/gh-pr-command.mts
.claude/hooks/fleet/_shared/gh-target-repo.mts
.claude/hooks/fleet/_shared/git-branch.mts
.claude/hooks/fleet/_shared/git-cwd.mts
.claude/hooks/fleet/_shared/git-identity.mts
.claude/hooks/fleet/_shared/git-runner.mts
.claude/hooks/fleet/_shared/git-stash.mts
.claude/hooks/fleet/_shared/git-subcommand.mts
.claude/hooks/fleet/_shared/git/state.mts
.claude/hooks/fleet/_shared/golden-fixture-target.mts
.claude/hooks/fleet/_shared/guard.mts
.claude/hooks/fleet/_shared/handoff-request.mts
.claude/hooks/fleet/_shared/honesty-framing.mts
.claude/hooks/fleet/_shared/interpreter-writes.mts
.claude/hooks/fleet/_shared/known-names.mts
.claude/hooks/fleet/_shared/landable.mts
.claude/hooks/fleet/_shared/learning-ledger.mts
.claude/hooks/fleet/_shared/markdown-path.mts
.claude/hooks/fleet/_shared/marker-sites.mts
.claude/hooks/fleet/_shared/markers.mts
.claude/hooks/fleet/_shared/memory-store.mts
.claude/hooks/fleet/_shared/mermaid-github.mts
.claude/hooks/fleet/_shared/named-blocks.mts
.claude/hooks/fleet/_shared/native-handler-files.mts
.claude/hooks/fleet/_shared/nested-gitignore.mts
.claude/hooks/fleet/_shared/nested-strings.mts
.claude/hooks/fleet/_shared/npmrc-trust.mts
.claude/hooks/fleet/_shared/outbound-voice.mts
.claude/hooks/fleet/_shared/package-manager-auto-update.mts
.claude/hooks/fleet/_shared/parked-paths.mts
.claude/hooks/fleet/_shared/paths.mts
.claude/hooks/fleet/_shared/payload.mts
.claude/hooks/fleet/_shared/peer-paths.mts
.claude/hooks/fleet/_shared/placeholder-values.mts
.claude/hooks/fleet/_shared/positional-args.mts
.claude/hooks/fleet/_shared/pr-open-for-branch.mts
.claude/hooks/fleet/_shared/private-paths.mts
.claude/hooks/fleet/_shared/public-surfaces.mts
.claude/hooks/fleet/_shared/push-admin.mts
.claude/hooks/fleet/_shared/push-refspec.mts
.claude/hooks/fleet/_shared/ref-providers.mts
.claude/hooks/fleet/_shared/repo-mode.mts
.claude/hooks/fleet/_shared/repo-root.mts
.claude/hooks/fleet/_shared/repo-test-home.mts
.claude/hooks/fleet/_shared/resource-lease.mts
.claude/hooks/fleet/_shared/script-inventory.mts
.claude/hooks/fleet/_shared/script-redirects.mts
.claude/hooks/fleet/_shared/sfw-ca.mts
.claude/hooks/fleet/_shared/shell-command.mts
.claude/hooks/fleet/_shared/snapshot-cache-path.cjs
.claude/hooks/fleet/_shared/snapshot-fleet-pack.cjs
.claude/hooks/fleet/_shared/snapshot-hostile-builtins.mts
.claude/hooks/fleet/_shared/snapshot-loader.cjs
.claude/hooks/fleet/_shared/snapshot-notes.md
.claude/hooks/fleet/_shared/socket-fleet-user-agent.mts
.claude/hooks/fleet/_shared/sorted-by.mts
.claude/hooks/fleet/_shared/sparkle-auto-update.mts
.claude/hooks/fleet/_shared/spawn-timeout.mts
.claude/hooks/fleet/_shared/squash-sentinel.mts
.claude/hooks/fleet/_shared/staged-index.mts
.claude/hooks/fleet/_shared/staging-is-transient.mts
.claude/hooks/fleet/_shared/stop-nudge.mts
.claude/hooks/fleet/_shared/stop-request.mts
.claude/hooks/fleet/_shared/suppression-rules.mts
.claude/hooks/fleet/_shared/tag-shapes.mts
.claude/hooks/fleet/_shared/test/fixtures.mts
.claude/hooks/fleet/_shared/token-patterns.mts
.claude/hooks/fleet/_shared/trailing-aside.mts
.claude/hooks/fleet/_shared/transcript.mts
.claude/hooks/fleet/_shared/trust-gates.mts
.claude/hooks/fleet/_shared/unbacked-claims.mts
.claude/hooks/fleet/_shared/untrusted/directive-patterns.mts
.claude/hooks/fleet/_shared/untrusted/directive-scan.mts
.claude/hooks/fleet/_shared/untrusted/honeypot-token.mts
.claude/hooks/fleet/_shared/uv-config.mts
.claude/hooks/fleet/_shared/verdict.mts
.claude/hooks/fleet/_shared/waiting-discipline.mts
.claude/hooks/fleet/_shared/wheelhouse-root.mts
.claude/hooks/fleet/account-snapshot-recorder/README.md
.claude/hooks/fleet/account-snapshot-recorder/index.mts
.claude/hooks/fleet/account-snapshot-recorder/package.json
.claude/hooks/fleet/account-snapshot-recorder/tsconfig.json
.claude/hooks/fleet/actionlint-on-workflow-edit/README.md
.claude/hooks/fleet/actionlint-on-workflow-edit/index.mts
.claude/hooks/fleet/actionlint-on-workflow-edit/package.json
.claude/hooks/fleet/actionlint-on-workflow-edit/tsconfig.json
.claude/hooks/fleet/active-edits-bash-recorder/README.md
.claude/hooks/fleet/active-edits-bash-recorder/index.mts
.claude/hooks/fleet/active-edits-bash-recorder/package.json
.claude/hooks/fleet/active-edits-bash-recorder/tsconfig.json
.claude/hooks/fleet/active-edits-ledger/README.md
.claude/hooks/fleet/active-edits-ledger/index.mts
.claude/hooks/fleet/active-edits-ledger/package.json
.claude/hooks/fleet/active-edits-ledger/tsconfig.json
.claude/hooks/fleet/adversarial-review-nudge/README.md
.claude/hooks/fleet/adversarial-review-nudge/index.mts
.claude/hooks/fleet/adversarial-review-nudge/package.json
.claude/hooks/fleet/adversarial-review-nudge/tsconfig.json
.claude/hooks/fleet/agent-orphan-sweep-nudge/README.md
.claude/hooks/fleet/agent-orphan-sweep-nudge/index.mts
.claude/hooks/fleet/agent-orphan-sweep-nudge/package.json
.claude/hooks/fleet/agent-orphan-sweep-nudge/tsconfig.json
.claude/hooks/fleet/agent-prompt-budget-guard/README.md
.claude/hooks/fleet/agent-prompt-budget-guard/index.mts
.claude/hooks/fleet/agent-prompt-budget-guard/package.json
.claude/hooks/fleet/agent-prompt-budget-guard/signal-position.mts
.claude/hooks/fleet/agent-prompt-budget-guard/tsconfig.json
.claude/hooks/fleet/agent-session-budget-guard/README.md
.claude/hooks/fleet/agent-session-budget-guard/index.mts
.claude/hooks/fleet/agent-session-budget-guard/package.json
.claude/hooks/fleet/agent-session-budget-guard/reap.mts
.claude/hooks/fleet/agent-session-budget-guard/tsconfig.json
.claude/hooks/fleet/ai-balancer-proxy-start/README.md
.claude/hooks/fleet/ai-balancer-proxy-start/index.mts
.claude/hooks/fleet/ai-balancer-proxy-start/package.json
.claude/hooks/fleet/ai-balancer-proxy-start/tsconfig.json
.claude/hooks/fleet/ai-balancer-watchdog/README.md
.claude/hooks/fleet/ai-balancer-watchdog/index.mts
.claude/hooks/fleet/ai-balancer-watchdog/package.json
.claude/hooks/fleet/ai-balancer-watchdog/tsconfig.json
.claude/hooks/fleet/ai-config-drift-nudge/README.md
.claude/hooks/fleet/ai-config-drift-nudge/index.mts
.claude/hooks/fleet/ai-config-drift-nudge/package.json
.claude/hooks/fleet/ai-config-drift-nudge/tsconfig.json
.claude/hooks/fleet/ai-config-poisoning-guard/README.md
.claude/hooks/fleet/ai-config-poisoning-guard/index.mts
.claude/hooks/fleet/ai-config-poisoning-guard/package.json
.claude/hooks/fleet/ai-config-poisoning-guard/tsconfig.json
.claude/hooks/fleet/ai-shim-start/README.md
.claude/hooks/fleet/ai-shim-start/index.mts
.claude/hooks/fleet/ai-shim-start/package.json
.claude/hooks/fleet/ai-shim-start/tsconfig.json
.claude/hooks/fleet/alpha-sort-nudge/README.md
.claude/hooks/fleet/alpha-sort-nudge/index.mts
.claude/hooks/fleet/alpha-sort-nudge/package.json
.claude/hooks/fleet/alpha-sort-nudge/tsconfig.json
.claude/hooks/fleet/answer-questions-nudge/README.md
.claude/hooks/fleet/answer-questions-nudge/index.mts
.claude/hooks/fleet/answer-questions-nudge/package.json
.claude/hooks/fleet/answer-questions-nudge/tsconfig.json
.claude/hooks/fleet/answer-status-requests-nudge/README.md
.claude/hooks/fleet/answer-status-requests-nudge/index.mts
.claude/hooks/fleet/answer-status-requests-nudge/package.json
.claude/hooks/fleet/answer-status-requests-nudge/tsconfig.json
.claude/hooks/fleet/anti-prose-guard/README.md
.claude/hooks/fleet/anti-prose-guard/alerted-ledger.mts
.claude/hooks/fleet/anti-prose-guard/index.mts
.claude/hooks/fleet/anti-prose-guard/package.json
.claude/hooks/fleet/anti-prose-guard/patterns.mts
.claude/hooks/fleet/anti-prose-guard/tsconfig.json
.claude/hooks/fleet/artifact-gates-on-stop/README.md
.claude/hooks/fleet/artifact-gates-on-stop/index.mts
.claude/hooks/fleet/artifact-gates-on-stop/package.json
.claude/hooks/fleet/artifact-gates-on-stop/tsconfig.json
.claude/hooks/fleet/ask-suppression-nudge/README.md
.claude/hooks/fleet/ask-suppression-nudge/index.mts
.claude/hooks/fleet/ask-suppression-nudge/package.json
.claude/hooks/fleet/ask-suppression-nudge/tsconfig.json
.claude/hooks/fleet/attribution-rewrite-nudge/README.md
.claude/hooks/fleet/attribution-rewrite-nudge/index.mts
.claude/hooks/fleet/attribution-rewrite-nudge/package.json
.claude/hooks/fleet/attribution-rewrite-nudge/tsconfig.json
.claude/hooks/fleet/auth-rotation-nudge/README.md
.claude/hooks/fleet/auth-rotation-nudge/index.mts
.claude/hooks/fleet/auth-rotation-nudge/package.json
.claude/hooks/fleet/auth-rotation-nudge/services.mts
.claude/hooks/fleet/auth-rotation-nudge/tsconfig.json
.claude/hooks/fleet/authorization-phrase-emission-guard/README.md
.claude/hooks/fleet/authorization-phrase-emission-guard/index.mts
.claude/hooks/fleet/authorization-phrase-emission-guard/package.json
.claude/hooks/fleet/authorization-phrase-emission-guard/tsconfig.json
.claude/hooks/fleet/auto-land-on-edit/README.md
.claude/hooks/fleet/auto-land-on-edit/index.mts
.claude/hooks/fleet/auto-land-on-edit/package.json
.claude/hooks/fleet/auto-land-on-edit/tsconfig.json
.claude/hooks/fleet/auto-land-on-stop/README.md
.claude/hooks/fleet/auto-land-on-stop/hold.mts
.claude/hooks/fleet/auto-land-on-stop/index.mts
.claude/hooks/fleet/auto-land-on-stop/package.json
.claude/hooks/fleet/auto-land-on-stop/tsconfig.json
.claude/hooks/fleet/auto-push-on-stop/README.md
.claude/hooks/fleet/auto-push-on-stop/index.mts
.claude/hooks/fleet/auto-push-on-stop/package.json
.claude/hooks/fleet/auto-push-on-stop/tsconfig.json
.claude/hooks/fleet/avoid-cd-nudge/README.md
.claude/hooks/fleet/avoid-cd-nudge/index.mts
.claude/hooks/fleet/avoid-cd-nudge/package.json
.claude/hooks/fleet/avoid-cd-nudge/tsconfig.json
.claude/hooks/fleet/bash-file-write-guard/README.md
.claude/hooks/fleet/bash-file-write-guard/index.mts
.claude/hooks/fleet/bash-file-write-guard/package.json
.claude/hooks/fleet/bash-file-write-guard/tsconfig.json
.claude/hooks/fleet/bash-timeout-nudge/README.md
.claude/hooks/fleet/bash-timeout-nudge/index.mts
.claude/hooks/fleet/bash-timeout-nudge/package.json
.claude/hooks/fleet/bash-timeout-nudge/tsconfig.json
.claude/hooks/fleet/bot-comment-collapse-guard/README.md
.claude/hooks/fleet/bot-comment-collapse-guard/index.mts
.claude/hooks/fleet/bot-comment-collapse-guard/package.json
.claude/hooks/fleet/bot-comment-collapse-guard/tsconfig.json
.claude/hooks/fleet/branch-worktree-sweep-nudge/README.md
.claude/hooks/fleet/branch-worktree-sweep-nudge/index.mts
.claude/hooks/fleet/branch-worktree-sweep-nudge/package.json
.claude/hooks/fleet/branch-worktree-sweep-nudge/tsconfig.json
.claude/hooks/fleet/brew-supply-chain-is-hardened-at-edit/README.md
.claude/hooks/fleet/brew-supply-chain-is-hardened-at-edit/index.mts
.claude/hooks/fleet/brew-supply-chain-is-hardened-at-edit/package.json
.claude/hooks/fleet/brew-supply-chain-is-hardened-at-edit/tsconfig.json
.claude/hooks/fleet/broken-hook-detector/README.md
.claude/hooks/fleet/broken-hook-detector/index.mts
.claude/hooks/fleet/broken-hook-detector/package.json
.claude/hooks/fleet/broken-hook-detector/tsconfig.json
.claude/hooks/fleet/bump-defers-to-release-guard/README.md
.claude/hooks/fleet/bump-defers-to-release-guard/index.mts
.claude/hooks/fleet/bump-defers-to-release-guard/package.json
.claude/hooks/fleet/bump-defers-to-release-guard/tsconfig.json
.claude/hooks/fleet/bundle-flags-guard/README.md
.claude/hooks/fleet/bundle-flags-guard/index.mts
.claude/hooks/fleet/bundle-flags-guard/package.json
.claude/hooks/fleet/bundle-flags-guard/tsconfig.json
.claude/hooks/fleet/bundle-stale-reminder/README.md
.claude/hooks/fleet/bundle-stale-reminder/index.mts
.claude/hooks/fleet/bundle-stale-reminder/package.json
.claude/hooks/fleet/bundle-stale-reminder/tsconfig.json
.claude/hooks/fleet/c8-ignore-reason-guard/README.md
.claude/hooks/fleet/c8-ignore-reason-guard/index.mts
.claude/hooks/fleet/c8-ignore-reason-guard/package.json
.claude/hooks/fleet/c8-ignore-reason-guard/tsconfig.json
.claude/hooks/fleet/cascade-first-triage-nudge/README.md
.claude/hooks/fleet/cascade-first-triage-nudge/index.mts
.claude/hooks/fleet/cascade-first-triage-nudge/package.json
.claude/hooks/fleet/cascade-first-triage-nudge/tsconfig.json
.claude/hooks/fleet/cascade-graph-defers-to-script-guard/README.md
.claude/hooks/fleet/cascade-graph-defers-to-script-guard/index.mts
.claude/hooks/fleet/cascade-graph-defers-to-script-guard/package.json
.claude/hooks/fleet/cascade-graph-defers-to-script-guard/tsconfig.json
.claude/hooks/fleet/catch-message-guard/README.md
.claude/hooks/fleet/catch-message-guard/index.mts
.claude/hooks/fleet/catch-message-guard/package.json
.claude/hooks/fleet/catch-message-guard/tsconfig.json
.claude/hooks/fleet/changelog-entry-shape-nudge/README.md
.claude/hooks/fleet/changelog-entry-shape-nudge/index.mts
.claude/hooks/fleet/changelog-entry-shape-nudge/package.json
.claude/hooks/fleet/changelog-entry-shape-nudge/tsconfig.json
.claude/hooks/fleet/changelog-no-empty-guard/README.md
.claude/hooks/fleet/changelog-no-empty-guard/index.mts
.claude/hooks/fleet/changelog-no-empty-guard/package.json
.claude/hooks/fleet/changelog-no-empty-guard/tsconfig.json
.claude/hooks/fleet/check-new-deps/README.md
.claude/hooks/fleet/check-new-deps/audit.mts
.claude/hooks/fleet/check-new-deps/index.mts
.claude/hooks/fleet/check-new-deps/package.json
.claude/hooks/fleet/check-new-deps/tsconfig.json
.claude/hooks/fleet/check-new-deps/types.mts
.claude/hooks/fleet/claude-code-action-lockdown-guard/README.md
.claude/hooks/fleet/claude-code-action-lockdown-guard/index.mts
.claude/hooks/fleet/claude-code-action-lockdown-guard/package.json
.claude/hooks/fleet/claude-code-action-lockdown-guard/tsconfig.json
.claude/hooks/fleet/claude-lockdown-guard/README.md
.claude/hooks/fleet/claude-lockdown-guard/index.mts
.claude/hooks/fleet/claude-lockdown-guard/package.json
.claude/hooks/fleet/claude-lockdown-guard/tsconfig.json
.claude/hooks/fleet/claude-md-defer-detail-nudge/README.md
.claude/hooks/fleet/claude-md-defer-detail-nudge/index.mts
.claude/hooks/fleet/claude-md-defer-detail-nudge/package.json
.claude/hooks/fleet/claude-md-defer-detail-nudge/tsconfig.json
.claude/hooks/fleet/claude-md-rule-add-guard/README.md
.claude/hooks/fleet/claude-md-rule-add-guard/index.mts
.claude/hooks/fleet/claude-md-rule-add-guard/package.json
.claude/hooks/fleet/claude-md-rule-add-guard/tsconfig.json
.claude/hooks/fleet/claude-md-section-size-guard/README.md
.claude/hooks/fleet/claude-md-section-size-guard/index.mts
.claude/hooks/fleet/claude-md-section-size-guard/package.json
.claude/hooks/fleet/claude-md-section-size-guard/tsconfig.json
.claude/hooks/fleet/claude-md-size-guard/README.md
.claude/hooks/fleet/claude-md-size-guard/index.mts
.claude/hooks/fleet/claude-md-size-guard/package.json
.claude/hooks/fleet/claude-md-size-guard/tsconfig.json
.claude/hooks/fleet/claude-segmentation-guard/README.md
.claude/hooks/fleet/claude-segmentation-guard/index.mts
.claude/hooks/fleet/claude-segmentation-guard/package.json
.claude/hooks/fleet/claude-segmentation-guard/tsconfig.json
.claude/hooks/fleet/clipboard-snippet-nudge/README.md
.claude/hooks/fleet/clipboard-snippet-nudge/index.mts
.claude/hooks/fleet/clipboard-snippet-nudge/package.json
.claude/hooks/fleet/clipboard-snippet-nudge/tsconfig.json
.claude/hooks/fleet/clone-reviewed-repo-nudge/README.md
.claude/hooks/fleet/clone-reviewed-repo-nudge/detect.mts
.claude/hooks/fleet/clone-reviewed-repo-nudge/index.mts
.claude/hooks/fleet/clone-reviewed-repo-nudge/package.json
.claude/hooks/fleet/clone-reviewed-repo-nudge/tsconfig.json
.claude/hooks/fleet/code-as-law-nudge/README.md
.claude/hooks/fleet/code-as-law-nudge/index.mts
.claude/hooks/fleet/code-as-law-nudge/package.json
.claude/hooks/fleet/code-as-law-nudge/tsconfig.json
.claude/hooks/fleet/codex-no-write-guard/README.md
.claude/hooks/fleet/codex-no-write-guard/index.mts
.claude/hooks/fleet/codex-no-write-guard/package.json
.claude/hooks/fleet/codex-no-write-guard/tsconfig.json
.claude/hooks/fleet/codify-footgun-nudge/README.md
.claude/hooks/fleet/codify-footgun-nudge/index.mts
.claude/hooks/fleet/codify-footgun-nudge/package.json
.claude/hooks/fleet/codify-footgun-nudge/tsconfig.json
.claude/hooks/fleet/commit-author-guard/README.md
.claude/hooks/fleet/commit-author-guard/index.mts
.claude/hooks/fleet/commit-author-guard/package.json
.claude/hooks/fleet/commit-author-guard/tsconfig.json
.claude/hooks/fleet/commit-cadence-nudge/README.md
.claude/hooks/fleet/commit-cadence-nudge/index.mts
.claude/hooks/fleet/commit-cadence-nudge/package.json
.claude/hooks/fleet/commit-cadence-nudge/tsconfig.json
.claude/hooks/fleet/commit-message-format-guard/README.md
.claude/hooks/fleet/commit-message-format-guard/index.mts
.claude/hooks/fleet/commit-message-format-guard/package.json
.claude/hooks/fleet/commit-message-format-guard/tsconfig.json
.claude/hooks/fleet/commit-paths-are-named-guard/README.md
.claude/hooks/fleet/commit-paths-are-named-guard/index.mts
.claude/hooks/fleet/commit-paths-are-named-guard/package.json
.claude/hooks/fleet/commit-paths-are-named-guard/tsconfig.json
.claude/hooks/fleet/commit-pr-nudge/README.md
.claude/hooks/fleet/commit-pr-nudge/index.mts
.claude/hooks/fleet/commit-pr-nudge/package.json
.claude/hooks/fleet/commit-pr-nudge/tsconfig.json
.claude/hooks/fleet/commit-size-nudge/README.md
.claude/hooks/fleet/commit-size-nudge/index.mts
.claude/hooks/fleet/commit-size-nudge/package.json
.claude/hooks/fleet/commit-size-nudge/tsconfig.json
.claude/hooks/fleet/compound-lessons-nudge/README.md
.claude/hooks/fleet/compound-lessons-nudge/index.mts
.claude/hooks/fleet/compound-lessons-nudge/package.json
.claude/hooks/fleet/compound-lessons-nudge/tsconfig.json
.claude/hooks/fleet/config-refs-are-segregated-at-edit/README.md
.claude/hooks/fleet/config-refs-are-segregated-at-edit/index.mts
.claude/hooks/fleet/config-refs-are-segregated-at-edit/package.json
.claude/hooks/fleet/config-refs-are-segregated-at-edit/tsconfig.json
.claude/hooks/fleet/consumer-grep-nudge/README.md
.claude/hooks/fleet/consumer-grep-nudge/index.mts
.claude/hooks/fleet/consumer-grep-nudge/package.json
.claude/hooks/fleet/consumer-grep-nudge/tsconfig.json
.claude/hooks/fleet/convo-prose-nudge/README.md
.claude/hooks/fleet/convo-prose-nudge/index.mts
.claude/hooks/fleet/convo-prose-nudge/package.json
.claude/hooks/fleet/convo-prose-nudge/tsconfig.json
.claude/hooks/fleet/copy-on-select-hint-nudge/README.md
.claude/hooks/fleet/copy-on-select-hint-nudge/index.mts
.claude/hooks/fleet/copy-on-select-hint-nudge/package.json
.claude/hooks/fleet/copy-on-select-hint-nudge/tsconfig.json
.claude/hooks/fleet/corepack-guard/README.md
.claude/hooks/fleet/corepack-guard/index.mts
.claude/hooks/fleet/corepack-guard/package.json
.claude/hooks/fleet/corepack-guard/tsconfig.json
.claude/hooks/fleet/corrupt-rebase-guard/README.md
.claude/hooks/fleet/corrupt-rebase-guard/index.mts
.claude/hooks/fleet/corrupt-rebase-guard/package.json
.claude/hooks/fleet/corrupt-rebase-guard/rebase-shape.mts
.claude/hooks/fleet/corrupt-rebase-guard/tsconfig.json
.claude/hooks/fleet/crlf-split-nudge/README.md
.claude/hooks/fleet/crlf-split-nudge/index.mts
.claude/hooks/fleet/crlf-split-nudge/package.json
.claude/hooks/fleet/crlf-split-nudge/tsconfig.json
.claude/hooks/fleet/cross-repo-guard/README.md
.claude/hooks/fleet/cross-repo-guard/index.mts
.claude/hooks/fleet/cross-repo-guard/package.json
.claude/hooks/fleet/cross-repo-guard/tsconfig.json
.claude/hooks/fleet/default-branch-guard/README.md
.claude/hooks/fleet/default-branch-guard/index.mts
.claude/hooks/fleet/default-branch-guard/package.json
.claude/hooks/fleet/default-branch-guard/tsconfig.json
.claude/hooks/fleet/defer-to-script-nudge/README.md
.claude/hooks/fleet/defer-to-script-nudge/index.mts
.claude/hooks/fleet/defer-to-script-nudge/package.json
.claude/hooks/fleet/defer-to-script-nudge/tsconfig.json
.claude/hooks/fleet/deferred-residue-guard/README.md
.claude/hooks/fleet/deferred-residue-guard/index.mts
.claude/hooks/fleet/deferred-residue-guard/package.json
.claude/hooks/fleet/deferred-residue-guard/tsconfig.json
.claude/hooks/fleet/denied-domain-reference-guard/README.md
.claude/hooks/fleet/denied-domain-reference-guard/index.mts
.claude/hooks/fleet/denied-domain-reference-guard/package.json
.claude/hooks/fleet/denied-domain-reference-guard/tsconfig.json
.claude/hooks/fleet/dep-derived-source-nudge/README.md
.claude/hooks/fleet/dep-derived-source-nudge/index.mts
.claude/hooks/fleet/dep-derived-source-nudge/package.json
.claude/hooks/fleet/dep-derived-source-nudge/tsconfig.json
.claude/hooks/fleet/detached-head-write-guard/README.md
.claude/hooks/fleet/detached-head-write-guard/index.mts
.claude/hooks/fleet/detached-head-write-guard/package.json
.claude/hooks/fleet/detached-head-write-guard/tsconfig.json
.claude/hooks/fleet/dirty-lockfile-nudge/README.md
.claude/hooks/fleet/dirty-lockfile-nudge/index.mts
.claude/hooks/fleet/dirty-lockfile-nudge/package.json
.claude/hooks/fleet/dirty-lockfile-nudge/tsconfig.json
.claude/hooks/fleet/dirty-worktree-stop-guard/README.md
.claude/hooks/fleet/dirty-worktree-stop-guard/index.mts
.claude/hooks/fleet/dirty-worktree-stop-guard/package.json
.claude/hooks/fleet/dirty-worktree-stop-guard/tsconfig.json
.claude/hooks/fleet/disowned-dirt-guard/README.md
.claude/hooks/fleet/disowned-dirt-guard/index.mts
.claude/hooks/fleet/disowned-dirt-guard/package.json
.claude/hooks/fleet/disowned-dirt-guard/tsconfig.json
.claude/hooks/fleet/dogfood-cascade-nudge/README.md
.claude/hooks/fleet/dogfood-cascade-nudge/index.mts
.claude/hooks/fleet/dogfood-cascade-nudge/package.json
.claude/hooks/fleet/dogfood-cascade-nudge/tsconfig.json
.claude/hooks/fleet/dont-blame-nudge/README.md
.claude/hooks/fleet/dont-blame-nudge/index.mts
.claude/hooks/fleet/dont-blame-nudge/package.json
.claude/hooks/fleet/dont-blame-nudge/tsconfig.json
.claude/hooks/fleet/dont-stop-mid-queue-nudge/README.md
.claude/hooks/fleet/dont-stop-mid-queue-nudge/index.mts
.claude/hooks/fleet/dont-stop-mid-queue-nudge/package.json
.claude/hooks/fleet/dont-stop-mid-queue-nudge/tsconfig.json
.claude/hooks/fleet/drift-check-nudge/README.md
.claude/hooks/fleet/drift-check-nudge/index.mts
.claude/hooks/fleet/drift-check-nudge/package.json
.claude/hooks/fleet/drift-check-nudge/tsconfig.json
.claude/hooks/fleet/enqueue-dont-pivot-nudge/README.md
.claude/hooks/fleet/enqueue-dont-pivot-nudge/index.mts
.claude/hooks/fleet/enqueue-dont-pivot-nudge/package.json
.claude/hooks/fleet/enqueue-dont-pivot-nudge/tsconfig.json
.claude/hooks/fleet/enterprise-push-nudge/README.md
.claude/hooks/fleet/enterprise-push-nudge/index.mts
.claude/hooks/fleet/enterprise-push-nudge/package.json
.claude/hooks/fleet/enterprise-push-nudge/tsconfig.json
.claude/hooks/fleet/env-kill-switches-are-absent-at-edit/README.md
.claude/hooks/fleet/env-kill-switches-are-absent-at-edit/index.mts
.claude/hooks/fleet/env-kill-switches-are-absent-at-edit/package.json
.claude/hooks/fleet/env-kill-switches-are-absent-at-edit/tsconfig.json
.claude/hooks/fleet/error-messages-are-thorough-at-edit/README.md
.claude/hooks/fleet/error-messages-are-thorough-at-edit/index.mts
.claude/hooks/fleet/error-messages-are-thorough-at-edit/package.json
.claude/hooks/fleet/error-messages-are-thorough-at-edit/tsconfig.json
.claude/hooks/fleet/excuse-detector/README.md
.claude/hooks/fleet/excuse-detector/completion.mts
.claude/hooks/fleet/excuse-detector/index.mts
.claude/hooks/fleet/excuse-detector/package.json
.claude/hooks/fleet/excuse-detector/tsconfig.json
.claude/hooks/fleet/fetch-allowlist-is-respected-at-edit/README.md
.claude/hooks/fleet/fetch-allowlist-is-respected-at-edit/index.mts
.claude/hooks/fleet/fetch-allowlist-is-respected-at-edit/package.json
.claude/hooks/fleet/fetch-allowlist-is-respected-at-edit/tsconfig.json
.claude/hooks/fleet/file-size-nudge/README.md
.claude/hooks/fleet/file-size-nudge/index.mts
.claude/hooks/fleet/file-size-nudge/package.json
.claude/hooks/fleet/file-size-nudge/tsconfig.json
.claude/hooks/fleet/fixer-peer-edits-nudge/README.md
.claude/hooks/fleet/fixer-peer-edits-nudge/index.mts
.claude/hooks/fleet/fixer-peer-edits-nudge/package.json
.claude/hooks/fleet/fixer-peer-edits-nudge/tsconfig.json
.claude/hooks/fleet/fixes-need-tests-nudge/README.md
.claude/hooks/fleet/fixes-need-tests-nudge/index.mts
.claude/hooks/fleet/fixes-need-tests-nudge/package.json
.claude/hooks/fleet/fixes-need-tests-nudge/tsconfig.json
.claude/hooks/fleet/follow-direct-imperative-nudge/README.md
.claude/hooks/fleet/follow-direct-imperative-nudge/index.mts
.claude/hooks/fleet/follow-direct-imperative-nudge/package.json
.claude/hooks/fleet/follow-direct-imperative-nudge/tsconfig.json
.claude/hooks/fleet/foreign-repo-conventions-nudge/README.md
.claude/hooks/fleet/foreign-repo-conventions-nudge/index.mts
.claude/hooks/fleet/foreign-repo-conventions-nudge/package.json
.claude/hooks/fleet/foreign-repo-conventions-nudge/tsconfig.json
.claude/hooks/fleet/generic-export-name-nudge/README.md
.claude/hooks/fleet/generic-export-name-nudge/index.mts
.claude/hooks/fleet/generic-export-name-nudge/package.json
.claude/hooks/fleet/generic-export-name-nudge/tsconfig.json
.claude/hooks/fleet/gh-body-code-format-guard/README.md
.claude/hooks/fleet/gh-body-code-format-guard/index.mts
.claude/hooks/fleet/gh-body-code-format-guard/package.json
.claude/hooks/fleet/gh-body-code-format-guard/tsconfig.json
.claude/hooks/fleet/gh-token-hygiene-guard/README.md
.claude/hooks/fleet/gh-token-hygiene-guard/index.mts
.claude/hooks/fleet/gh-token-hygiene-guard/package.json
.claude/hooks/fleet/gh-token-hygiene-guard/tsconfig.json
.claude/hooks/fleet/git-config-write-guard/README.md
.claude/hooks/fleet/git-config-write-guard/index.mts
.claude/hooks/fleet/git-config-write-guard/package.json
.claude/hooks/fleet/git-config-write-guard/tsconfig.json
.claude/hooks/fleet/git-identity-drift-nudge/README.md
.claude/hooks/fleet/git-identity-drift-nudge/index.mts
.claude/hooks/fleet/git-identity-drift-nudge/package.json
.claude/hooks/fleet/git-identity-drift-nudge/tsconfig.json
.claude/hooks/fleet/gitignore-is-single-file-at-edit/README.md
.claude/hooks/fleet/gitignore-is-single-file-at-edit/index.mts
.claude/hooks/fleet/gitignore-is-single-file-at-edit/package.json
.claude/hooks/fleet/gitignore-is-single-file-at-edit/tsconfig.json
.claude/hooks/fleet/gitmodules-comment-guard/README.md
.claude/hooks/fleet/gitmodules-comment-guard/index.mts
.claude/hooks/fleet/gitmodules-comment-guard/package.json
.claude/hooks/fleet/gitmodules-comment-guard/tsconfig.json
.claude/hooks/fleet/golden-fixtures-are-named-golden-at-edit/README.md
.claude/hooks/fleet/golden-fixtures-are-named-golden-at-edit/index.mts
.claude/hooks/fleet/golden-fixtures-are-named-golden-at-edit/package.json
.claude/hooks/fleet/golden-fixtures-are-named-golden-at-edit/tsconfig.json
.claude/hooks/fleet/handoff-command-nudge/README.md
.claude/hooks/fleet/handoff-command-nudge/index.mts
.claude/hooks/fleet/handoff-command-nudge/package.json
.claude/hooks/fleet/handoff-command-nudge/tsconfig.json
.claude/hooks/fleet/handoff-request-guard/README.md
.claude/hooks/fleet/handoff-request-guard/index.mts
.claude/hooks/fleet/handoff-request-guard/package.json
.claude/hooks/fleet/handoff-request-guard/tsconfig.json
.claude/hooks/fleet/history-rewrite-guard/README.md
.claude/hooks/fleet/history-rewrite-guard/index.mts
.claude/hooks/fleet/history-rewrite-guard/package.json
.claude/hooks/fleet/history-rewrite-guard/tsconfig.json
.claude/hooks/fleet/honeypot-echo-guard/README.md
.claude/hooks/fleet/honeypot-echo-guard/bait-detection.mts
.claude/hooks/fleet/honeypot-echo-guard/block-message.mts
.claude/hooks/fleet/honeypot-echo-guard/index.mts
.claude/hooks/fleet/honeypot-echo-guard/outbound-bodies.mts
.claude/hooks/fleet/honeypot-echo-guard/package.json
.claude/hooks/fleet/honeypot-echo-guard/token-corroboration.mts
.claude/hooks/fleet/honeypot-echo-guard/tsconfig.json
.claude/hooks/fleet/hook-snapshot-rewire-nudge/README.md
.claude/hooks/fleet/hook-snapshot-rewire-nudge/index.mts
.claude/hooks/fleet/hook-snapshot-rewire-nudge/package.json
.claude/hooks/fleet/hook-snapshot-rewire-nudge/tsconfig.json
.claude/hooks/fleet/human-gate-ends-turn-guard/README.md
.claude/hooks/fleet/human-gate-ends-turn-guard/index.mts
.claude/hooks/fleet/human-gate-ends-turn-guard/package.json
.claude/hooks/fleet/human-gate-ends-turn-guard/tsconfig.json
.claude/hooks/fleet/immutable-release-guard/README.md
.claude/hooks/fleet/immutable-release-guard/index.mts
.claude/hooks/fleet/immutable-release-guard/package.json
.claude/hooks/fleet/immutable-release-guard/tsconfig.json
.claude/hooks/fleet/index.cjs
.claude/hooks/fleet/inline-script-defer-guard/README.md
.claude/hooks/fleet/inline-script-defer-guard/index.mts
.claude/hooks/fleet/inline-script-defer-guard/package.json
.claude/hooks/fleet/inline-script-defer-guard/tsconfig.json
.claude/hooks/fleet/issue-autolink-nudge/README.md
.claude/hooks/fleet/issue-autolink-nudge/index.mts
.claude/hooks/fleet/issue-autolink-nudge/package.json
.claude/hooks/fleet/issue-autolink-nudge/tsconfig.json
.claude/hooks/fleet/judgment-nudge/README.md
.claude/hooks/fleet/judgment-nudge/index.mts
.claude/hooks/fleet/judgment-nudge/package.json
.claude/hooks/fleet/judgment-nudge/tsconfig.json
.claude/hooks/fleet/keep-working-while-waiting-nudge/README.md
.claude/hooks/fleet/keep-working-while-waiting-nudge/index.mts
.claude/hooks/fleet/keep-working-while-waiting-nudge/package.json
.claude/hooks/fleet/keep-working-while-waiting-nudge/tsconfig.json
.claude/hooks/fleet/land-as-you-go-nudge/README.md
.claude/hooks/fleet/land-as-you-go-nudge/index.mts
.claude/hooks/fleet/land-as-you-go-nudge/package.json
.claude/hooks/fleet/land-as-you-go-nudge/tsconfig.json
.claude/hooks/fleet/land-fast-nudge/README.md
.claude/hooks/fleet/land-fast-nudge/index.mts
.claude/hooks/fleet/land-fast-nudge/package.json
.claude/hooks/fleet/land-fast-nudge/tsconfig.json
.claude/hooks/fleet/latest-release-pin-guard/README.md
.claude/hooks/fleet/latest-release-pin-guard/index.mts
.claude/hooks/fleet/latest-release-pin-guard/package.json
.claude/hooks/fleet/latest-release-pin-guard/tsconfig.json
.claude/hooks/fleet/link-protocol-dep-guard/README.md
.claude/hooks/fleet/link-protocol-dep-guard/index.mts
.claude/hooks/fleet/link-protocol-dep-guard/package.json
.claude/hooks/fleet/link-protocol-dep-guard/tsconfig.json
.claude/hooks/fleet/live-edit-collision-guard/README.md
.claude/hooks/fleet/live-edit-collision-guard/index.mts
.claude/hooks/fleet/live-edit-collision-guard/package.json
.claude/hooks/fleet/live-edit-collision-guard/tsconfig.json
.claude/hooks/fleet/lock-step-ref-nudge/README.md
.claude/hooks/fleet/lock-step-ref-nudge/index.mts
.claude/hooks/fleet/lock-step-ref-nudge/package.json
.claude/hooks/fleet/lock-step-ref-nudge/tsconfig.json
.claude/hooks/fleet/logger-guard/README.md
.claude/hooks/fleet/logger-guard/index.mts
.claude/hooks/fleet/logger-guard/package.json
.claude/hooks/fleet/logger-guard/tsconfig.json
.claude/hooks/fleet/long-running-task-nudge/README.md
.claude/hooks/fleet/long-running-task-nudge/index.mts
.claude/hooks/fleet/long-running-task-nudge/package.json
.claude/hooks/fleet/long-running-task-nudge/tsconfig.json
.claude/hooks/fleet/markdown-filenames-are-canonical-at-edit/README.md
.claude/hooks/fleet/markdown-filenames-are-canonical-at-edit/index.mts
.claude/hooks/fleet/markdown-filenames-are-canonical-at-edit/package.json
.claude/hooks/fleet/markdown-filenames-are-canonical-at-edit/tsconfig.json
.claude/hooks/fleet/mass-delete-guard/README.md
.claude/hooks/fleet/mass-delete-guard/index.mts
.claude/hooks/fleet/mass-delete-guard/package.json
.claude/hooks/fleet/mass-delete-guard/tsconfig.json
.claude/hooks/fleet/memories-are-codified-at-edit/README.md
.claude/hooks/fleet/memories-are-codified-at-edit/index.mts
.claude/hooks/fleet/memories-are-codified-at-edit/package.json
.claude/hooks/fleet/memories-are-codified-at-edit/tsconfig.json
.claude/hooks/fleet/memory-codify-nudge/README.md
.claude/hooks/fleet/memory-codify-nudge/index.mts
.claude/hooks/fleet/memory-codify-nudge/package.json
.claude/hooks/fleet/memory-codify-nudge/tsconfig.json
.claude/hooks/fleet/memory-discovery-nudge/README.md
.claude/hooks/fleet/memory-discovery-nudge/index.mts
.claude/hooks/fleet/memory-discovery-nudge/package.json
.claude/hooks/fleet/memory-discovery-nudge/tsconfig.json
.claude/hooks/fleet/memory-pressure-guard/README.md
.claude/hooks/fleet/memory-pressure-guard/index.mts
.claude/hooks/fleet/memory-pressure-guard/package.json
.claude/hooks/fleet/memory-pressure-guard/tsconfig.json
.claude/hooks/fleet/mermaid-github-safe-nudge/README.md
.claude/hooks/fleet/mermaid-github-safe-nudge/index.mts
.claude/hooks/fleet/mermaid-github-safe-nudge/package.json
.claude/hooks/fleet/mermaid-github-safe-nudge/tsconfig.json
.claude/hooks/fleet/minimum-release-age-guard/README.md
.claude/hooks/fleet/minimum-release-age-guard/index.mts
.claude/hooks/fleet/minimum-release-age-guard/package.json
.claude/hooks/fleet/minimum-release-age-guard/tsconfig.json
.claude/hooks/fleet/mixed-clock-recency-guard/README.md
.claude/hooks/fleet/mixed-clock-recency-guard/index.mts
.claude/hooks/fleet/mixed-clock-recency-guard/package.json
.claude/hooks/fleet/mixed-clock-recency-guard/tsconfig.json
.claude/hooks/fleet/model-fallback/README.md
.claude/hooks/fleet/model-fallback/index.mts
.claude/hooks/fleet/model-fallback/package.json
.claude/hooks/fleet/model-fallback/tsconfig.json
.claude/hooks/fleet/model-policy-guard/README.md
.claude/hooks/fleet/model-policy-guard/index.mts
.claude/hooks/fleet/model-policy-guard/model-policy.mts
.claude/hooks/fleet/model-policy-guard/package.json
.claude/hooks/fleet/model-policy-guard/settings-layers.mts
.claude/hooks/fleet/model-policy-guard/tsconfig.json
.claude/hooks/fleet/model-spawn-policy-guard/README.md
.claude/hooks/fleet/model-spawn-policy-guard/index.mts
.claude/hooks/fleet/model-spawn-policy-guard/package.json
.claude/hooks/fleet/model-spawn-policy-guard/tsconfig.json
.claude/hooks/fleet/module-noun-name-guard/README.md
.claude/hooks/fleet/module-noun-name-guard/index.mts
.claude/hooks/fleet/module-noun-name-guard/package.json
.claude/hooks/fleet/module-noun-name-guard/tsconfig.json
.claude/hooks/fleet/new-hook-claude-md-guard/README.md
.claude/hooks/fleet/new-hook-claude-md-guard/index.mts
.claude/hooks/fleet/new-hook-claude-md-guard/package.json
.claude/hooks/fleet/new-hook-claude-md-guard/tsconfig.json
.claude/hooks/fleet/no-amend-peer-commit-guard/README.md
.claude/hooks/fleet/no-amend-peer-commit-guard/index.mts
.claude/hooks/fleet/no-amend-peer-commit-guard/package.json
.claude/hooks/fleet/no-amend-peer-commit-guard/tsconfig.json
.claude/hooks/fleet/no-blanket-file-exclusion-guard/README.md
.claude/hooks/fleet/no-blanket-file-exclusion-guard/index.mts
.claude/hooks/fleet/no-blanket-file-exclusion-guard/package.json
.claude/hooks/fleet/no-blanket-file-exclusion-guard/tsconfig.json
.claude/hooks/fleet/no-blind-keychain-read-guard/README.md
.claude/hooks/fleet/no-blind-keychain-read-guard/index.mts
.claude/hooks/fleet/no-blind-keychain-read-guard/package.json
.claude/hooks/fleet/no-blind-keychain-read-guard/tsconfig.json
.claude/hooks/fleet/no-boolean-trap-guard/README.md
.claude/hooks/fleet/no-boolean-trap-guard/index.mts
.claude/hooks/fleet/no-boolean-trap-guard/package.json
.claude/hooks/fleet/no-boolean-trap-guard/tsconfig.json
.claude/hooks/fleet/no-branch-reuse-nudge/README.md
.claude/hooks/fleet/no-branch-reuse-nudge/index.mts
.claude/hooks/fleet/no-branch-reuse-nudge/package.json
.claude/hooks/fleet/no-branch-reuse-nudge/tsconfig.json
.claude/hooks/fleet/no-cascade-transient-git-guard/README.md
.claude/hooks/fleet/no-cascade-transient-git-guard/index.mts
.claude/hooks/fleet/no-cascade-transient-git-guard/package.json
.claude/hooks/fleet/no-cascade-transient-git-guard/tsconfig.json
.claude/hooks/fleet/no-chained-pausing-git-guard/README.md
.claude/hooks/fleet/no-chained-pausing-git-guard/index.mts
.claude/hooks/fleet/no-chained-pausing-git-guard/package.json
.claude/hooks/fleet/no-chained-pausing-git-guard/tsconfig.json
.claude/hooks/fleet/no-ci-env-install-guard/README.md
.claude/hooks/fleet/no-ci-env-install-guard/ci-shape.mts
.claude/hooks/fleet/no-ci-env-install-guard/index.mts
.claude/hooks/fleet/no-ci-env-install-guard/package.json
.claude/hooks/fleet/no-ci-env-install-guard/tsconfig.json
.claude/hooks/fleet/no-clipboard-access-guard/README.md
.claude/hooks/fleet/no-clipboard-access-guard/index.mts
.claude/hooks/fleet/no-clipboard-access-guard/package.json
.claude/hooks/fleet/no-clipboard-access-guard/tsconfig.json
.claude/hooks/fleet/no-comment-essays-guard/README.md
.claude/hooks/fleet/no-comment-essays-guard/index.mts
.claude/hooks/fleet/no-comment-essays-guard/package.json
.claude/hooks/fleet/no-comment-essays-guard/tsconfig.json
.claude/hooks/fleet/no-commit-ai-attribution-guard/README.md
.claude/hooks/fleet/no-commit-ai-attribution-guard/index.mts
.claude/hooks/fleet/no-commit-ai-attribution-guard/package.json
.claude/hooks/fleet/no-commit-ai-attribution-guard/tsconfig.json
.claude/hooks/fleet/no-copyleft-source-read/README.md
.claude/hooks/fleet/no-copyleft-source-read/index.mts
.claude/hooks/fleet/no-copyleft-source-read/package.json
.claude/hooks/fleet/no-copyleft-source-read/tsconfig.json
.claude/hooks/fleet/no-corepack-guard/README.md
.claude/hooks/fleet/no-corepack-guard/index.mts
.claude/hooks/fleet/no-corepack-guard/package.json
.claude/hooks/fleet/no-corepack-guard/tsconfig.json
.claude/hooks/fleet/no-credential-file-read-guard/README.md
.claude/hooks/fleet/no-credential-file-read-guard/index.mts
.claude/hooks/fleet/no-credential-file-read-guard/package.json
.claude/hooks/fleet/no-credential-file-read-guard/tsconfig.json
.claude/hooks/fleet/no-description-aside-guard/README.md
.claude/hooks/fleet/no-description-aside-guard/index.mts
.claude/hooks/fleet/no-description-aside-guard/package.json
.claude/hooks/fleet/no-description-aside-guard/tsconfig.json
.claude/hooks/fleet/no-designated-ignore-guard/README.md
.claude/hooks/fleet/no-designated-ignore-guard/index.mts
.claude/hooks/fleet/no-designated-ignore-guard/package.json
.claude/hooks/fleet/no-designated-ignore-guard/tsconfig.json
.claude/hooks/fleet/no-direct-linter-guard/README.md
.claude/hooks/fleet/no-direct-linter-guard/index.mts
.claude/hooks/fleet/no-direct-linter-guard/package.json
.claude/hooks/fleet/no-direct-linter-guard/tsconfig.json
.claude/hooks/fleet/no-disable-lint-rule-guard/README.md
.claude/hooks/fleet/no-disable-lint-rule-guard/index.mts
.claude/hooks/fleet/no-disable-lint-rule-guard/package.json
.claude/hooks/fleet/no-disable-lint-rule-guard/tsconfig.json
.claude/hooks/fleet/no-duplicate-pr-guard/README.md
.claude/hooks/fleet/no-duplicate-pr-guard/index.mts
.claude/hooks/fleet/no-duplicate-pr-guard/package.json
.claude/hooks/fleet/no-duplicate-pr-guard/tsconfig.json
.claude/hooks/fleet/no-empty-commit-guard/README.md
.claude/hooks/fleet/no-empty-commit-guard/index.mts
.claude/hooks/fleet/no-empty-commit-guard/package.json
.claude/hooks/fleet/no-empty-commit-guard/tsconfig.json
.claude/hooks/fleet/no-ext-issue-ref-guard/README.md
.claude/hooks/fleet/no-ext-issue-ref-guard/index.mts
.claude/hooks/fleet/no-ext-issue-ref-guard/package.json
.claude/hooks/fleet/no-ext-issue-ref-guard/tsconfig.json
.claude/hooks/fleet/no-file-oxlint-disable-guard/README.md
.claude/hooks/fleet/no-file-oxlint-disable-guard/index.mts
.claude/hooks/fleet/no-file-oxlint-disable-guard/package.json
.claude/hooks/fleet/no-file-oxlint-disable-guard/tsconfig.json
.claude/hooks/fleet/no-fleet-fork-guard/README.md
.claude/hooks/fleet/no-fleet-fork-guard/index.mts
.claude/hooks/fleet/no-fleet-fork-guard/package.json
.claude/hooks/fleet/no-fleet-fork-guard/tsconfig.json
.claude/hooks/fleet/no-fleet-pr-to-main-guard/README.md
.claude/hooks/fleet/no-fleet-pr-to-main-guard/index.mts
.claude/hooks/fleet/no-fleet-pr-to-main-guard/package.json
.claude/hooks/fleet/no-fleet-pr-to-main-guard/tsconfig.json
.claude/hooks/fleet/no-fleet-scope-in-non-member-guard/README.md
.claude/hooks/fleet/no-fleet-scope-in-non-member-guard/index.mts
.claude/hooks/fleet/no-fleet-scope-in-non-member-guard/package.json
.claude/hooks/fleet/no-fleet-scope-in-non-member-guard/tsconfig.json
.claude/hooks/fleet/no-force-push-guard/README.md
.claude/hooks/fleet/no-force-push-guard/index.mts
.claude/hooks/fleet/no-force-push-guard/package.json
.claude/hooks/fleet/no-force-push-guard/tsconfig.json
.claude/hooks/fleet/no-github-ai-attribution-guard/README.md
.claude/hooks/fleet/no-github-ai-attribution-guard/index.mts
.claude/hooks/fleet/no-github-ai-attribution-guard/package.json
.claude/hooks/fleet/no-github-ai-attribution-guard/tsconfig.json
.claude/hooks/fleet/no-hook-cmd-regex-guard/README.md
.claude/hooks/fleet/no-hook-cmd-regex-guard/index.mts
.claude/hooks/fleet/no-hook-cmd-regex-guard/package.json
.claude/hooks/fleet/no-hook-cmd-regex-guard/tsconfig.json
.claude/hooks/fleet/no-ignoring-tracked-file-guard/README.md
.claude/hooks/fleet/no-ignoring-tracked-file-guard/index.mts
.claude/hooks/fleet/no-ignoring-tracked-file-guard/package.json
.claude/hooks/fleet/no-ignoring-tracked-file-guard/tsconfig.json
.claude/hooks/fleet/no-meta-comments-guard/README.md
.claude/hooks/fleet/no-meta-comments-guard/index.mts
.claude/hooks/fleet/no-meta-comments-guard/package.json
.claude/hooks/fleet/no-meta-comments-guard/tsconfig.json
.claude/hooks/fleet/no-new-config-guard/README.md
.claude/hooks/fleet/no-new-config-guard/index.mts
.claude/hooks/fleet/no-new-config-guard/package.json
.claude/hooks/fleet/no-new-config-guard/tsconfig.json
.claude/hooks/fleet/no-non-fleet-push-guard/README.md
.claude/hooks/fleet/no-non-fleet-push-guard/index.mts
.claude/hooks/fleet/no-non-fleet-push-guard/package.json
.claude/hooks/fleet/no-non-fleet-push-guard/tsconfig.json
.claude/hooks/fleet/no-npm-otp-flag-guard/README.md
.claude/hooks/fleet/no-npm-otp-flag-guard/index.mts
.claude/hooks/fleet/no-npm-otp-flag-guard/package.json
.claude/hooks/fleet/no-npm-otp-flag-guard/tsconfig.json
.claude/hooks/fleet/no-orphaned-staging/README.md
.claude/hooks/fleet/no-orphaned-staging/index.mts
.claude/hooks/fleet/no-orphaned-staging/package.json
.claude/hooks/fleet/no-orphaned-staging/tsconfig.json
.claude/hooks/fleet/no-other-linters-guard/README.md
.claude/hooks/fleet/no-other-linters-guard/index.mts
.claude/hooks/fleet/no-other-linters-guard/package.json
.claude/hooks/fleet/no-other-linters-guard/tsconfig.json
.claude/hooks/fleet/no-pkgjson-pnpm-overrides-guard/README.md
.claude/hooks/fleet/no-pkgjson-pnpm-overrides-guard/index.mts
.claude/hooks/fleet/no-pkgjson-pnpm-overrides-guard/package.json
.claude/hooks/fleet/no-pkgjson-pnpm-overrides-guard/tsconfig.json
.claude/hooks/fleet/no-placeholder-commit-subject-guard/README.md
.claude/hooks/fleet/no-placeholder-commit-subject-guard/index.mts
.claude/hooks/fleet/no-placeholder-commit-subject-guard/package.json
.claude/hooks/fleet/no-placeholder-commit-subject-guard/tsconfig.json
.claude/hooks/fleet/no-platform-import-guard/README.md
.claude/hooks/fleet/no-platform-import-guard/index.mts
.claude/hooks/fleet/no-platform-import-guard/package.json
.claude/hooks/fleet/no-platform-import-guard/tsconfig.json
.claude/hooks/fleet/no-pm-exec-guard/README.md
.claude/hooks/fleet/no-pm-exec-guard/index.mts
.claude/hooks/fleet/no-pm-exec-guard/package.json
.claude/hooks/fleet/no-pm-exec-guard/tsconfig.json
.claude/hooks/fleet/no-pr-assets-in-branch-guard/README.md
.claude/hooks/fleet/no-pr-assets-in-branch-guard/index.mts
.claude/hooks/fleet/no-pr-assets-in-branch-guard/package.json
.claude/hooks/fleet/no-pr-assets-in-branch-guard/tsconfig.json
.claude/hooks/fleet/no-pr-from-default-branch-guard/README.md
.claude/hooks/fleet/no-pr-from-default-branch-guard/index.mts
.claude/hooks/fleet/no-pr-from-default-branch-guard/package.json
.claude/hooks/fleet/no-pr-from-default-branch-guard/tsconfig.json
.claude/hooks/fleet/no-pr-from-default-checkout-guard/README.md
.claude/hooks/fleet/no-pr-from-default-checkout-guard/index.mts
.claude/hooks/fleet/no-pr-from-default-checkout-guard/package.json
.claude/hooks/fleet/no-pr-from-default-checkout-guard/tsconfig.json
.claude/hooks/fleet/no-pr-in-squash-repo-guard/README.md
.claude/hooks/fleet/no-pr-in-squash-repo-guard/index.mts
.claude/hooks/fleet/no-pr-in-squash-repo-guard/package.json
.claude/hooks/fleet/no-pr-in-squash-repo-guard/tsconfig.json
.claude/hooks/fleet/no-pr-review-verdict-guard/README.md
.claude/hooks/fleet/no-pr-review-verdict-guard/index.mts
.claude/hooks/fleet/no-pr-review-verdict-guard/package.json
.claude/hooks/fleet/no-pr-review-verdict-guard/tsconfig.json
.claude/hooks/fleet/no-premature-commit-kill-guard/README.md
.claude/hooks/fleet/no-premature-commit-kill-guard/index.mts
.claude/hooks/fleet/no-premature-commit-kill-guard/package.json
.claude/hooks/fleet/no-premature-commit-kill-guard/tsconfig.json
.claude/hooks/fleet/no-primary-branch-switch/README.md
.claude/hooks/fleet/no-primary-branch-switch/index.mts
.claude/hooks/fleet/no-primary-branch-switch/package.json
.claude/hooks/fleet/no-primary-branch-switch/tsconfig.json
.claude/hooks/fleet/no-private-ref-in-tests-docs-guard/README.md
.claude/hooks/fleet/no-private-ref-in-tests-docs-guard/index.mts
.claude/hooks/fleet/no-private-ref-in-tests-docs-guard/package.json
.claude/hooks/fleet/no-private-ref-in-tests-docs-guard/tsconfig.json
.claude/hooks/fleet/no-private-repo-leak-guard/README.md
.claude/hooks/fleet/no-private-repo-leak-guard/index.mts
.claude/hooks/fleet/no-private-repo-leak-guard/leak-scan.mts
.claude/hooks/fleet/no-private-repo-leak-guard/outbound-prose.mts
.claude/hooks/fleet/no-private-repo-leak-guard/package.json
.claude/hooks/fleet/no-private-repo-leak-guard/roster.mts
.claude/hooks/fleet/no-private-repo-leak-guard/tsconfig.json
.claude/hooks/fleet/no-raw-gh-auth-login-guard/README.md
.claude/hooks/fleet/no-raw-gh-auth-login-guard/index.mts
.claude/hooks/fleet/no-raw-gh-auth-login-guard/package.json
.claude/hooks/fleet/no-raw-gh-auth-login-guard/tsconfig.json
.claude/hooks/fleet/no-registry-mutation-in-repo-script-nudge/README.md
.claude/hooks/fleet/no-registry-mutation-in-repo-script-nudge/index.mts
.claude/hooks/fleet/no-registry-mutation-in-repo-script-nudge/package.json
.claude/hooks/fleet/no-registry-mutation-in-repo-script-nudge/tsconfig.json
.claude/hooks/fleet/no-removal-comment-nudge/README.md
.claude/hooks/fleet/no-removal-comment-nudge/index.mts
.claude/hooks/fleet/no-removal-comment-nudge/package.json
.claude/hooks/fleet/no-removal-comment-nudge/tsconfig.json
.claude/hooks/fleet/no-repo-scope-in-fleet-config-guard/README.md
.claude/hooks/fleet/no-repo-scope-in-fleet-config-guard/index.mts
.claude/hooks/fleet/no-repo-scope-in-fleet-config-guard/package.json
.claude/hooks/fleet/no-repo-scope-in-fleet-config-guard/tsconfig.json
.claude/hooks/fleet/no-revert-guard/README.md
.claude/hooks/fleet/no-revert-guard/destructive-git-shapes.mts
.claude/hooks/fleet/no-revert-guard/hooks-path.mts
.claude/hooks/fleet/no-revert-guard/index.mts
.claude/hooks/fleet/no-revert-guard/package.json
.claude/hooks/fleet/no-revert-guard/target-repo.mts
.claude/hooks/fleet/no-revert-guard/tsconfig.json
.claude/hooks/fleet/no-screenshot-guard/README.md
.claude/hooks/fleet/no-screenshot-guard/index.mts
.claude/hooks/fleet/no-screenshot-guard/package.json
.claude/hooks/fleet/no-screenshot-guard/tsconfig.json
.claude/hooks/fleet/no-self-referential-symlink-guard/README.md
.claude/hooks/fleet/no-self-referential-symlink-guard/index.mts
.claude/hooks/fleet/no-self-referential-symlink-guard/package.json
.claude/hooks/fleet/no-self-referential-symlink-guard/tsconfig.json
.claude/hooks/fleet/no-shell-injection-bypass-guard/README.md
.claude/hooks/fleet/no-shell-injection-bypass-guard/index.mts
.claude/hooks/fleet/no-shell-injection-bypass-guard/package.json
.claude/hooks/fleet/no-shell-injection-bypass-guard/tsconfig.json
.claude/hooks/fleet/no-shrinking-overwrite-guard/README.md
.claude/hooks/fleet/no-shrinking-overwrite-guard/index.mts
.claude/hooks/fleet/no-shrinking-overwrite-guard/package.json
.claude/hooks/fleet/no-shrinking-overwrite-guard/tsconfig.json
.claude/hooks/fleet/no-stdin-flag-without-input-guard/README.md
.claude/hooks/fleet/no-stdin-flag-without-input-guard/index.mts
.claude/hooks/fleet/no-stdin-flag-without-input-guard/package.json
.claude/hooks/fleet/no-stdin-flag-without-input-guard/tsconfig.json
.claude/hooks/fleet/no-strip-types-guard/README.md
.claude/hooks/fleet/no-strip-types-guard/index.mts
.claude/hooks/fleet/no-strip-types-guard/package.json
.claude/hooks/fleet/no-strip-types-guard/tsconfig.json
.claude/hooks/fleet/no-subagent-commit-guard/README.md
.claude/hooks/fleet/no-subagent-commit-guard/index.mts
.claude/hooks/fleet/no-subagent-commit-guard/package.json
.claude/hooks/fleet/no-subagent-commit-guard/tsconfig.json
.claude/hooks/fleet/no-tail-install-out-guard/README.md
.claude/hooks/fleet/no-tail-install-out-guard/index.mts
.claude/hooks/fleet/no-tail-install-out-guard/package.json
.claude/hooks/fleet/no-tail-install-out-guard/tsconfig.json
.claude/hooks/fleet/no-test-in-scripts-guard/README.md
.claude/hooks/fleet/no-test-in-scripts-guard/index.mts
.claude/hooks/fleet/no-test-in-scripts-guard/package.json
.claude/hooks/fleet/no-test-in-scripts-guard/tsconfig.json
.claude/hooks/fleet/no-token-in-dotenv-guard/README.md
.claude/hooks/fleet/no-token-in-dotenv-guard/index.mts
.claude/hooks/fleet/no-token-in-dotenv-guard/package.json
.claude/hooks/fleet/no-token-in-dotenv-guard/tsconfig.json
.claude/hooks/fleet/no-total-squash-guard/README.md
.claude/hooks/fleet/no-total-squash-guard/index.mts
.claude/hooks/fleet/no-total-squash-guard/package.json
.claude/hooks/fleet/no-total-squash-guard/tsconfig.json
.claude/hooks/fleet/no-tsx-guard/README.md
.claude/hooks/fleet/no-tsx-guard/index.mts
.claude/hooks/fleet/no-tsx-guard/package.json
.claude/hooks/fleet/no-tsx-guard/tsconfig.json
.claude/hooks/fleet/no-unasked-non-fleet-pr-guard/README.md
.claude/hooks/fleet/no-unasked-non-fleet-pr-guard/index.mts
.claude/hooks/fleet/no-unasked-non-fleet-pr-guard/package.json
.claude/hooks/fleet/no-unasked-non-fleet-pr-guard/tsconfig.json
.claude/hooks/fleet/no-underscore-ident-guard/README.md
.claude/hooks/fleet/no-underscore-ident-guard/index.mts
.claude/hooks/fleet/no-underscore-ident-guard/package.json
.claude/hooks/fleet/no-underscore-ident-guard/tsconfig.json
.claude/hooks/fleet/no-unisolated-git-fixture-guard/README.md
.claude/hooks/fleet/no-unisolated-git-fixture-guard/index.mts
.claude/hooks/fleet/no-unisolated-git-fixture-guard/package.json
.claude/hooks/fleet/no-unisolated-git-fixture-guard/tsconfig.json
.claude/hooks/fleet/no-unmocked-ai-guard/README.md
.claude/hooks/fleet/no-unmocked-ai-guard/index.mts
.claude/hooks/fleet/no-unmocked-ai-guard/package.json
.claude/hooks/fleet/no-unmocked-ai-guard/tsconfig.json
.claude/hooks/fleet/no-unmocked-net-guard/README.md
.claude/hooks/fleet/no-unmocked-net-guard/index.mts
.claude/hooks/fleet/no-unmocked-net-guard/package.json
.claude/hooks/fleet/no-unmocked-net-guard/tsconfig.json
.claude/hooks/fleet/no-unsafe-delete-guard/README.md
.claude/hooks/fleet/no-unsafe-delete-guard/index.mts
.claude/hooks/fleet/no-unsafe-delete-guard/package.json
.claude/hooks/fleet/no-unsafe-delete-guard/tsconfig.json
.claude/hooks/fleet/no-upstream-edit-guard/README.md
.claude/hooks/fleet/no-upstream-edit-guard/index.mts
.claude/hooks/fleet/no-upstream-edit-guard/package.json
.claude/hooks/fleet/no-upstream-edit-guard/tsconfig.json
.claude/hooks/fleet/no-verify-format-nudge/README.md
.claude/hooks/fleet/no-verify-format-nudge/index.mts
.claude/hooks/fleet/no-verify-format-nudge/package.json
.claude/hooks/fleet/no-verify-format-nudge/tsconfig.json
.claude/hooks/fleet/no-version-bump-pr-guard/README.md
.claude/hooks/fleet/no-version-bump-pr-guard/index.mts
.claude/hooks/fleet/no-version-bump-pr-guard/package.json
.claude/hooks/fleet/no-version-bump-pr-guard/tsconfig.json
.claude/hooks/fleet/no-vitest-double-dash-guard/README.md
.claude/hooks/fleet/no-vitest-double-dash-guard/index.mts
.claude/hooks/fleet/no-vitest-double-dash-guard/package.json
.claude/hooks/fleet/no-vitest-double-dash-guard/tsconfig.json
.claude/hooks/fleet/no-wheelhouse-pr-guard/README.md
.claude/hooks/fleet/no-wheelhouse-pr-guard/index.mts
.claude/hooks/fleet/no-wheelhouse-pr-guard/package.json
.claude/hooks/fleet/no-wheelhouse-pr-guard/tsconfig.json
.claude/hooks/fleet/no-wheelhouse-pr-link-guard/README.md
.claude/hooks/fleet/no-wheelhouse-pr-link-guard/index.mts
.claude/hooks/fleet/no-wheelhouse-pr-link-guard/package.json
.claude/hooks/fleet/no-wheelhouse-pr-link-guard/tsconfig.json
.claude/hooks/fleet/node-modules-staging-guard/README.md
.claude/hooks/fleet/node-modules-staging-guard/index.mts
.claude/hooks/fleet/node-modules-staging-guard/package.json
.claude/hooks/fleet/node-modules-staging-guard/tsconfig.json
.claude/hooks/fleet/non-fleet-pr-issue-ask-guard/README.md
.claude/hooks/fleet/non-fleet-pr-issue-ask-guard/index.mts
.claude/hooks/fleet/non-fleet-pr-issue-ask-guard/package.json
.claude/hooks/fleet/non-fleet-pr-issue-ask-guard/tsconfig.json
.claude/hooks/fleet/notion-backup-nudge/README.md
.claude/hooks/fleet/notion-backup-nudge/index.mts
.claude/hooks/fleet/notion-backup-nudge/package.json
.claude/hooks/fleet/notion-backup-nudge/tsconfig.json
.claude/hooks/fleet/notion-replace-content-guard/README.md
.claude/hooks/fleet/notion-replace-content-guard/index.mts
.claude/hooks/fleet/notion-replace-content-guard/package.json
.claude/hooks/fleet/notion-replace-content-guard/tsconfig.json
.claude/hooks/fleet/npm-2fa-needs-pty-guard/README.md
.claude/hooks/fleet/npm-2fa-needs-pty-guard/index.mts
.claude/hooks/fleet/npm-2fa-needs-pty-guard/package.json
.claude/hooks/fleet/npm-2fa-needs-pty-guard/tsconfig.json
.claude/hooks/fleet/npm-auth-lane-guard/README.md
.claude/hooks/fleet/npm-auth-lane-guard/index.mts
.claude/hooks/fleet/npm-auth-lane-guard/package.json
.claude/hooks/fleet/npm-auth-lane-guard/tsconfig.json
.claude/hooks/fleet/npm-otp-flow-nudge/README.md
.claude/hooks/fleet/npm-otp-flow-nudge/index.mts
.claude/hooks/fleet/npm-otp-flow-nudge/package.json
.claude/hooks/fleet/npm-otp-flow-nudge/tsconfig.json
.claude/hooks/fleet/npmrc-trust-optout-guard/README.md
.claude/hooks/fleet/npmrc-trust-optout-guard/index.mts
.claude/hooks/fleet/npmrc-trust-optout-guard/package.json
.claude/hooks/fleet/npmrc-trust-optout-guard/tsconfig.json
.claude/hooks/fleet/observed-test-failure-stop-guard/README.md
.claude/hooks/fleet/observed-test-failure-stop-guard/index.mts
.claude/hooks/fleet/observed-test-failure-stop-guard/package.json
.claude/hooks/fleet/observed-test-failure-stop-guard/tsconfig.json
.claude/hooks/fleet/operate-from-repo-root-guard/README.md
.claude/hooks/fleet/operate-from-repo-root-guard/index.mts
.claude/hooks/fleet/operate-from-repo-root-guard/package.json
.claude/hooks/fleet/operate-from-repo-root-guard/tsconfig.json
.claude/hooks/fleet/options-param-naming-guard/README.md
.claude/hooks/fleet/options-param-naming-guard/index.mts
.claude/hooks/fleet/options-param-naming-guard/package.json
.claude/hooks/fleet/options-param-naming-guard/tsconfig.json
.claude/hooks/fleet/outbound-voice-nudge/README.md
.claude/hooks/fleet/outbound-voice-nudge/index.mts
.claude/hooks/fleet/outbound-voice-nudge/package.json
.claude/hooks/fleet/outbound-voice-nudge/tsconfig.json
.claude/hooks/fleet/overeager-staging-guard/README.md
.claude/hooks/fleet/overeager-staging-guard/index.mts
.claude/hooks/fleet/overeager-staging-guard/package.json
.claude/hooks/fleet/overeager-staging-guard/tsconfig.json
.claude/hooks/fleet/oxlint-plugin-load-nudge/README.md
.claude/hooks/fleet/oxlint-plugin-load-nudge/index.mts
.claude/hooks/fleet/oxlint-plugin-load-nudge/is-plugin-path.mts
.claude/hooks/fleet/oxlint-plugin-load-nudge/package.json
.claude/hooks/fleet/oxlint-plugin-load-nudge/tsconfig.json
.claude/hooks/fleet/package-manager-auto-update-is-disabled-at-edit/README.md
.claude/hooks/fleet/package-manager-auto-update-is-disabled-at-edit/index.mts
.claude/hooks/fleet/package-manager-auto-update-is-disabled-at-edit/package.json
.claude/hooks/fleet/package-manager-auto-update-is-disabled-at-edit/tsconfig.json
.claude/hooks/fleet/parallel-agent-edit-guard/README.md
.claude/hooks/fleet/parallel-agent-edit-guard/index.mts
.claude/hooks/fleet/parallel-agent-edit-guard/package.json
.claude/hooks/fleet/parallel-agent-edit-guard/tsconfig.json
.claude/hooks/fleet/parallel-agent-on-stop-nudge/README.md
.claude/hooks/fleet/parallel-agent-on-stop-nudge/index.mts
.claude/hooks/fleet/parallel-agent-on-stop-nudge/package.json
.claude/hooks/fleet/parallel-agent-on-stop-nudge/tsconfig.json
.claude/hooks/fleet/parallel-agent-removal-nudge/README.md
.claude/hooks/fleet/parallel-agent-removal-nudge/index.mts
.claude/hooks/fleet/parallel-agent-removal-nudge/package.json
.claude/hooks/fleet/parallel-agent-removal-nudge/tsconfig.json
.claude/hooks/fleet/parallel-agent-spawn-nudge/README.md
.claude/hooks/fleet/parallel-agent-spawn-nudge/index.mts
.claude/hooks/fleet/parallel-agent-spawn-nudge/package.json
.claude/hooks/fleet/parallel-agent-spawn-nudge/tsconfig.json
.claude/hooks/fleet/parallel-agent-staging-guard/README.md
.claude/hooks/fleet/parallel-agent-staging-guard/index.mts
.claude/hooks/fleet/parallel-agent-staging-guard/package.json
.claude/hooks/fleet/parallel-agent-staging-guard/tsconfig.json
.claude/hooks/fleet/parallel-spawn-nudge/README.md
.claude/hooks/fleet/parallel-spawn-nudge/index.mts
.claude/hooks/fleet/parallel-spawn-nudge/package.json
.claude/hooks/fleet/parallel-spawn-nudge/tsconfig.json
.claude/hooks/fleet/path-guard/README.md
.claude/hooks/fleet/path-guard/index.mts
.claude/hooks/fleet/path-guard/package.json
.claude/hooks/fleet/path-guard/segments.mts
.claude/hooks/fleet/path-guard/tsconfig.json
.claude/hooks/fleet/path-regex-normalize-nudge/README.md
.claude/hooks/fleet/path-regex-normalize-nudge/index.mts
.claude/hooks/fleet/path-regex-normalize-nudge/package.json
.claude/hooks/fleet/path-regex-normalize-nudge/tsconfig.json
.claude/hooks/fleet/paths-mts-inherit-guard/README.md
.claude/hooks/fleet/paths-mts-inherit-guard/index.mts
.claude/hooks/fleet/paths-mts-inherit-guard/package.json
.claude/hooks/fleet/paths-mts-inherit-guard/tsconfig.json
.claude/hooks/fleet/peer-resource-lease-guard/README.md
.claude/hooks/fleet/peer-resource-lease-guard/index.mts
.claude/hooks/fleet/peer-resource-lease-guard/package.json
.claude/hooks/fleet/peer-resource-lease-guard/tsconfig.json
.claude/hooks/fleet/peer-uncommitted-work-guard/README.md
.claude/hooks/fleet/peer-uncommitted-work-guard/index.mts
.claude/hooks/fleet/peer-uncommitted-work-guard/package.json
.claude/hooks/fleet/peer-uncommitted-work-guard/tsconfig.json
.claude/hooks/fleet/peer-workstream-guard/README.md
.claude/hooks/fleet/peer-workstream-guard/index.mts
.claude/hooks/fleet/peer-workstream-guard/package.json
.claude/hooks/fleet/peer-workstream-guard/tsconfig.json
.claude/hooks/fleet/personal-path-guard/README.md
.claude/hooks/fleet/personal-path-guard/index.mts
.claude/hooks/fleet/personal-path-guard/package.json
.claude/hooks/fleet/personal-path-guard/tsconfig.json
.claude/hooks/fleet/plan-location-guard/README.md
.claude/hooks/fleet/plan-location-guard/index.mts
.claude/hooks/fleet/plan-location-guard/package.json
.claude/hooks/fleet/plan-location-guard/tsconfig.json
.claude/hooks/fleet/plan-review-nudge/README.md
.claude/hooks/fleet/plan-review-nudge/index.mts
.claude/hooks/fleet/plan-review-nudge/package.json
.claude/hooks/fleet/plan-review-nudge/tsconfig.json
.claude/hooks/fleet/playwright-launch-guard/README.md
.claude/hooks/fleet/playwright-launch-guard/index.mts
.claude/hooks/fleet/playwright-launch-guard/package.json
.claude/hooks/fleet/playwright-launch-guard/tsconfig.json
.claude/hooks/fleet/pnpm-filter-zero-match-nudge/index.mts
.claude/hooks/fleet/pnpm-filter-zero-match-nudge/package.json
.claude/hooks/fleet/pnpm-filter-zero-match-nudge/tsconfig.json
.claude/hooks/fleet/pointer-comment-nudge/README.md
.claude/hooks/fleet/pointer-comment-nudge/index.mts
.claude/hooks/fleet/pointer-comment-nudge/package.json
.claude/hooks/fleet/pointer-comment-nudge/tsconfig.json
.claude/hooks/fleet/post-push-ci-monitor-nudge/README.md
.claude/hooks/fleet/post-push-ci-monitor-nudge/index.mts
.claude/hooks/fleet/post-push-ci-monitor-nudge/package.json
.claude/hooks/fleet/post-push-ci-monitor-nudge/tsconfig.json
.claude/hooks/fleet/pr-body-style-guard/README.md
.claude/hooks/fleet/pr-body-style-guard/index.mts
.claude/hooks/fleet/pr-body-style-guard/package.json
.claude/hooks/fleet/pr-body-style-guard/tsconfig.json
.claude/hooks/fleet/pr-comment-brevity-guard/README.md
.claude/hooks/fleet/pr-comment-brevity-guard/index.mts
.claude/hooks/fleet/pr-comment-brevity-guard/package.json
.claude/hooks/fleet/pr-comment-brevity-guard/tsconfig.json
.claude/hooks/fleet/pr-comment-shape-nudge/README.md
.claude/hooks/fleet/pr-comment-shape-nudge/index.mts
.claude/hooks/fleet/pr-comment-shape-nudge/package.json
.claude/hooks/fleet/pr-comment-shape-nudge/tsconfig.json
.claude/hooks/fleet/pr-merge-conflict-guard/README.md
.claude/hooks/fleet/pr-merge-conflict-guard/index.mts
.claude/hooks/fleet/pr-merge-conflict-guard/package.json
.claude/hooks/fleet/pr-merge-conflict-guard/tsconfig.json
.claude/hooks/fleet/pr-vs-push-default-nudge/README.md
.claude/hooks/fleet/pr-vs-push-default-nudge/index.mts
.claude/hooks/fleet/pr-vs-push-default-nudge/package.json
.claude/hooks/fleet/pr-vs-push-default-nudge/tsconfig.json
.claude/hooks/fleet/pre-commit-race-nudge/README.md
.claude/hooks/fleet/pre-commit-race-nudge/index.mts
.claude/hooks/fleet/pre-commit-race-nudge/package.json
.claude/hooks/fleet/pre-commit-race-nudge/tsconfig.json
.claude/hooks/fleet/prefer-async-spawn-guard/README.md
.claude/hooks/fleet/prefer-async-spawn-guard/index.mts
.claude/hooks/fleet/prefer-async-spawn-guard/package.json
.claude/hooks/fleet/prefer-async-spawn-guard/tsconfig.json
.claude/hooks/fleet/prefer-evergreen-target-nudge/README.md
.claude/hooks/fleet/prefer-evergreen-target-nudge/index.mts
.claude/hooks/fleet/prefer-evergreen-target-nudge/package.json
.claude/hooks/fleet/prefer-evergreen-target-nudge/tsconfig.json
.claude/hooks/fleet/prefer-fff-search-nudge/README.md
.claude/hooks/fleet/prefer-fff-search-nudge/index.mts
.claude/hooks/fleet/prefer-fff-search-nudge/package.json
.claude/hooks/fleet/prefer-fff-search-nudge/tsconfig.json
.claude/hooks/fleet/prefer-fn-decl-guard/README.md
.claude/hooks/fleet/prefer-fn-decl-guard/index.mts
.claude/hooks/fleet/prefer-fn-decl-guard/package.json
.claude/hooks/fleet/prefer-fn-decl-guard/tsconfig.json
.claude/hooks/fleet/prefer-inline-small-dependency-nudge/README.md
.claude/hooks/fleet/prefer-inline-small-dependency-nudge/index.mts
.claude/hooks/fleet/prefer-inline-small-dependency-nudge/package.json
.claude/hooks/fleet/prefer-inline-small-dependency-nudge/tsconfig.json
.claude/hooks/fleet/prefer-join-helpers-nudge/README.md
.claude/hooks/fleet/prefer-join-helpers-nudge/index.mts
.claude/hooks/fleet/prefer-join-helpers-nudge/package.json
.claude/hooks/fleet/prefer-join-helpers-nudge/tsconfig.json
.claude/hooks/fleet/prefer-json-clone-guard/README.md
.claude/hooks/fleet/prefer-json-clone-guard/index.mts
.claude/hooks/fleet/prefer-json-clone-guard/package.json
.claude/hooks/fleet/prefer-json-clone-guard/tsconfig.json
.claude/hooks/fleet/prefer-mcp-search-nudge/README.md
.claude/hooks/fleet/prefer-mcp-search-nudge/index.mts
.claude/hooks/fleet/prefer-mcp-search-nudge/package.json
.claude/hooks/fleet/prefer-mcp-search-nudge/tsconfig.json
.claude/hooks/fleet/prefer-mcp-server-nudge/README.md
.claude/hooks/fleet/prefer-mcp-server-nudge/index.mts
.claude/hooks/fleet/prefer-mcp-server-nudge/package.json
.claude/hooks/fleet/prefer-mcp-server-nudge/tsconfig.json
.claude/hooks/fleet/prefer-pipx-over-pip-guard/README.md
.claude/hooks/fleet/prefer-pipx-over-pip-guard/index.mts
.claude/hooks/fleet/prefer-pipx-over-pip-guard/package.json
.claude/hooks/fleet/prefer-pipx-over-pip-guard/tsconfig.json
.claude/hooks/fleet/prefer-pnpm-over-npm-guard/README.md
.claude/hooks/fleet/prefer-pnpm-over-npm-guard/index.mts
.claude/hooks/fleet/prefer-pnpm-over-npm-guard/package.json
.claude/hooks/fleet/prefer-pnpm-over-npm-guard/tsconfig.json
.claude/hooks/fleet/prefer-rebase-over-revert-nudge/README.md
.claude/hooks/fleet/prefer-rebase-over-revert-nudge/index.mts
.claude/hooks/fleet/prefer-rebase-over-revert-nudge/package.json
.claude/hooks/fleet/prefer-rebase-over-revert-nudge/tsconfig.json
.claude/hooks/fleet/prefer-script-emission-guard/README.md
.claude/hooks/fleet/prefer-script-emission-guard/index.mts
.claude/hooks/fleet/prefer-script-emission-guard/package.json
.claude/hooks/fleet/prefer-script-emission-guard/tsconfig.json
.claude/hooks/fleet/prefer-type-import-guard/README.md
.claude/hooks/fleet/prefer-type-import-guard/index.mts
.claude/hooks/fleet/prefer-type-import-guard/package.json
.claude/hooks/fleet/prefer-type-import-guard/tsconfig.json
.claude/hooks/fleet/prefer-vitest-guard/README.md
.claude/hooks/fleet/prefer-vitest-guard/index.mts
.claude/hooks/fleet/prefer-vitest-guard/package.json
.claude/hooks/fleet/prefer-vitest-guard/tsconfig.json
.claude/hooks/fleet/primary-checkout-branch-guard/README.md
.claude/hooks/fleet/primary-checkout-branch-guard/index.mts
.claude/hooks/fleet/primary-checkout-branch-guard/package.json
.claude/hooks/fleet/primary-checkout-branch-guard/tsconfig.json
.claude/hooks/fleet/primary-checkout-on-default-stop-guard/README.md
.claude/hooks/fleet/primary-checkout-on-default-stop-guard/index.mts
.claude/hooks/fleet/primary-checkout-on-default-stop-guard/package.json
.claude/hooks/fleet/primary-checkout-on-default-stop-guard/tsconfig.json
.claude/hooks/fleet/private-name-nudge/README.md
.claude/hooks/fleet/private-name-nudge/index.mts
.claude/hooks/fleet/private-name-nudge/package.json
.claude/hooks/fleet/private-name-nudge/tsconfig.json
.claude/hooks/fleet/private-package-name-guard/README.md
.claude/hooks/fleet/private-package-name-guard/index.mts
.claude/hooks/fleet/private-package-name-guard/package.json
.claude/hooks/fleet/private-package-name-guard/tsconfig.json
.claude/hooks/fleet/private-paths-are-absent-at-edit/README.md
.claude/hooks/fleet/private-paths-are-absent-at-edit/index.mts
.claude/hooks/fleet/private-paths-are-absent-at-edit/package.json
.claude/hooks/fleet/private-paths-are-absent-at-edit/tsconfig.json
.claude/hooks/fleet/proc-environ-exfil-guard/README.md
.claude/hooks/fleet/proc-environ-exfil-guard/index.mts
.claude/hooks/fleet/proc-environ-exfil-guard/package.json
.claude/hooks/fleet/proc-environ-exfil-guard/tsconfig.json
.claude/hooks/fleet/prompt-injection-guard/README.md
.claude/hooks/fleet/prompt-injection-guard/bombs.mts
.claude/hooks/fleet/prompt-injection-guard/code-scan.mts
.claude/hooks/fleet/prompt-injection-guard/findings.mts
.claude/hooks/fleet/prompt-injection-guard/index.mts
.claude/hooks/fleet/prompt-injection-guard/markdown-scan.mts
.claude/hooks/fleet/prompt-injection-guard/package.json
.claude/hooks/fleet/prompt-injection-guard/scan-context.mts
.claude/hooks/fleet/prompt-injection-guard/test/payloads.mts
.claude/hooks/fleet/prompt-injection-guard/tsconfig.json
.claude/hooks/fleet/prose-code-format-nudge/README.md
.claude/hooks/fleet/prose-code-format-nudge/index.mts
.claude/hooks/fleet/prose-code-format-nudge/package.json
.claude/hooks/fleet/prose-code-format-nudge/tsconfig.json
.claude/hooks/fleet/provenance-publish-nudge/README.md
.claude/hooks/fleet/provenance-publish-nudge/index.mts
.claude/hooks/fleet/provenance-publish-nudge/package.json
.claude/hooks/fleet/provenance-publish-nudge/tsconfig.json
.claude/hooks/fleet/public-surface-nudge/README.md
.claude/hooks/fleet/public-surface-nudge/index.mts
.claude/hooks/fleet/public-surface-nudge/package.json
.claude/hooks/fleet/public-surface-nudge/tsconfig.json
.claude/hooks/fleet/pull-request-target-guard/README.md
.claude/hooks/fleet/pull-request-target-guard/index.mts
.claude/hooks/fleet/pull-request-target-guard/package.json
.claude/hooks/fleet/pull-request-target-guard/tsconfig.json
.claude/hooks/fleet/push-protected-branch-guard/README.md
.claude/hooks/fleet/push-protected-branch-guard/index.mts
.claude/hooks/fleet/push-protected-branch-guard/package.json
.claude/hooks/fleet/push-protected-branch-guard/tsconfig.json
.claude/hooks/fleet/read-orientation-nudge/README.md
.claude/hooks/fleet/read-orientation-nudge/index.mts
.claude/hooks/fleet/read-orientation-nudge/package.json
.claude/hooks/fleet/read-orientation-nudge/tsconfig.json
.claude/hooks/fleet/readme-fleet-shape-guard/README.md
.claude/hooks/fleet/readme-fleet-shape-guard/index.mts
.claude/hooks/fleet/readme-fleet-shape-guard/package.json
.claude/hooks/fleet/readme-fleet-shape-guard/tsconfig.json
.claude/hooks/fleet/rebase-during-merge-guard/README.md
.claude/hooks/fleet/rebase-during-merge-guard/index.mts
.claude/hooks/fleet/rebase-during-merge-guard/package.json
.claude/hooks/fleet/rebase-during-merge-guard/rebase-start-shape.mts
.claude/hooks/fleet/rebase-during-merge-guard/tsconfig.json
.claude/hooks/fleet/release-commit-subject-guard/README.md
.claude/hooks/fleet/release-commit-subject-guard/index.mts
.claude/hooks/fleet/release-commit-subject-guard/package.json
.claude/hooks/fleet/release-commit-subject-guard/tsconfig.json
.claude/hooks/fleet/release-defers-to-script-guard/README.md
.claude/hooks/fleet/release-defers-to-script-guard/index.mts
.claude/hooks/fleet/release-defers-to-script-guard/package.json
.claude/hooks/fleet/release-defers-to-script-guard/tsconfig.json
.claude/hooks/fleet/release-tag-tied-guard/README.md
.claude/hooks/fleet/release-tag-tied-guard/index.mts
.claude/hooks/fleet/release-tag-tied-guard/package.json
.claude/hooks/fleet/release-tag-tied-guard/tsconfig.json
.claude/hooks/fleet/release-workflow-guard/README.md
.claude/hooks/fleet/release-workflow-guard/index.mts
.claude/hooks/fleet/release-workflow-guard/package.json
.claude/hooks/fleet/release-workflow-guard/tsconfig.json
.claude/hooks/fleet/repeat-action-needs-a-script-nudge/README.md
.claude/hooks/fleet/repeat-action-needs-a-script-nudge/index.mts
.claude/hooks/fleet/repeat-action-needs-a-script-nudge/package.json
.claude/hooks/fleet/repeat-action-needs-a-script-nudge/tsconfig.json
.claude/hooks/fleet/reply-code-format-guard/README.md
.claude/hooks/fleet/reply-code-format-guard/index.mts
.claude/hooks/fleet/reply-code-format-guard/package.json
.claude/hooks/fleet/reply-code-format-guard/tsconfig.json
.claude/hooks/fleet/reply-prose-nudge/README.md
.claude/hooks/fleet/reply-prose-nudge/index.mts
.claude/hooks/fleet/reply-prose-nudge/package.json
.claude/hooks/fleet/reply-prose-nudge/tsconfig.json
.claude/hooks/fleet/reply-ref-link-guard/README.md
.claude/hooks/fleet/reply-ref-link-guard/index.mts
.claude/hooks/fleet/reply-ref-link-guard/package.json
.claude/hooks/fleet/reply-ref-link-guard/tsconfig.json
.claude/hooks/fleet/repo-map-refresh/README.md
.claude/hooks/fleet/repo-map-refresh/index.mts
.claude/hooks/fleet/repo-map-refresh/package.json
.claude/hooks/fleet/repo-map-refresh/tsconfig.json
.claude/hooks/fleet/report-location-guard/README.md
.claude/hooks/fleet/report-location-guard/index.mts
.claude/hooks/fleet/report-location-guard/package.json
.claude/hooks/fleet/report-location-guard/tsconfig.json
.claude/hooks/fleet/reserved-script-dir-guard/README.md
.claude/hooks/fleet/reserved-script-dir-guard/index.mts
.claude/hooks/fleet/reserved-script-dir-guard/package.json
.claude/hooks/fleet/reserved-script-dir-guard/tsconfig.json
.claude/hooks/fleet/resource-lease-recorder/README.md
.claude/hooks/fleet/resource-lease-recorder/index.mts
.claude/hooks/fleet/resource-lease-recorder/package.json
.claude/hooks/fleet/resource-lease-recorder/tsconfig.json
.claude/hooks/fleet/revert-bypass-last-resort-nudge/README.md
.claude/hooks/fleet/revert-bypass-last-resort-nudge/index.mts
.claude/hooks/fleet/revert-bypass-last-resort-nudge/package.json
.claude/hooks/fleet/revert-bypass-last-resort-nudge/tsconfig.json
.claude/hooks/fleet/rg-replace-flag-guard/README.md
.claude/hooks/fleet/rg-replace-flag-guard/index.mts
.claude/hooks/fleet/rg-replace-flag-guard/package.json
.claude/hooks/fleet/rg-replace-flag-guard/tsconfig.json
.claude/hooks/fleet/rule-citations-are-generic-at-edit/README.md
.claude/hooks/fleet/rule-citations-are-generic-at-edit/index.mts
.claude/hooks/fleet/rule-citations-are-generic-at-edit/package.json
.claude/hooks/fleet/rule-citations-are-generic-at-edit/tsconfig.json
.claude/hooks/fleet/rust-target-sweep-nudge/index.mts
.claude/hooks/fleet/rust-target-sweep-nudge/package.json
.claude/hooks/fleet/rust-target-sweep-nudge/tsconfig.json
.claude/hooks/fleet/sabotage-target-guard/README.md
.claude/hooks/fleet/sabotage-target-guard/index.mts
.claude/hooks/fleet/sabotage-target-guard/package.json
.claude/hooks/fleet/sabotage-target-guard/tsconfig.json
.claude/hooks/fleet/scan-label-in-commit-guard/README.md
.claude/hooks/fleet/scan-label-in-commit-guard/index.mts
.claude/hooks/fleet/scan-label-in-commit-guard/package.json
.claude/hooks/fleet/scan-label-in-commit-guard/tsconfig.json
.claude/hooks/fleet/scratch-in-tree-guard/README.md
.claude/hooks/fleet/scratch-in-tree-guard/index.mts
.claude/hooks/fleet/scratch-in-tree-guard/package.json
.claude/hooks/fleet/scratch-in-tree-guard/tsconfig.json
.claude/hooks/fleet/secret-content-guard/README.md
.claude/hooks/fleet/secret-content-guard/index.mts
.claude/hooks/fleet/secret-content-guard/package.json
.claude/hooks/fleet/secret-content-guard/tsconfig.json
.claude/hooks/fleet/sed-in-place-guard/README.md
.claude/hooks/fleet/sed-in-place-guard/index.mts
.claude/hooks/fleet/sed-in-place-guard/package.json
.claude/hooks/fleet/sed-in-place-guard/tsconfig.json
.claude/hooks/fleet/session-handoff-nudge/README.md
.claude/hooks/fleet/session-handoff-nudge/index.mts
.claude/hooks/fleet/session-handoff-nudge/package.json
.claude/hooks/fleet/session-handoff-nudge/tsconfig.json
.claude/hooks/fleet/setup-basics-tools/README.md
.claude/hooks/fleet/setup-basics-tools/install.mts
.claude/hooks/fleet/setup-basics-tools/package.json
.claude/hooks/fleet/setup-basics-tools/tsconfig.json
.claude/hooks/fleet/setup-claude-scanners/README.md
.claude/hooks/fleet/setup-claude-scanners/install.mts
.claude/hooks/fleet/setup-claude-scanners/package.json
.claude/hooks/fleet/setup-claude-scanners/tsconfig.json
.claude/hooks/fleet/setup-firewall/README.md
.claude/hooks/fleet/setup-firewall/install.mts
.claude/hooks/fleet/setup-firewall/package.json
.claude/hooks/fleet/setup-firewall/tsconfig.json
.claude/hooks/fleet/setup-misc-tools/README.md
.claude/hooks/fleet/setup-misc-tools/install.mts
.claude/hooks/fleet/setup-misc-tools/package.json
.claude/hooks/fleet/setup-misc-tools/tsconfig.json
.claude/hooks/fleet/setup-security-tools/README.md
.claude/hooks/fleet/setup-security-tools/external-tools.json
.claude/hooks/fleet/setup-security-tools/index.mts
.claude/hooks/fleet/setup-security-tools/install.mts
.claude/hooks/fleet/setup-security-tools/lib/agentshield.mts
.claude/hooks/fleet/setup-security-tools/lib/api-token.mts
.claude/hooks/fleet/setup-security-tools/lib/cargo.mts
.claude/hooks/fleet/setup-security-tools/lib/github-release.mts
.claude/hooks/fleet/setup-security-tools/lib/install-summary.mts
.claude/hooks/fleet/setup-security-tools/lib/installers.mts
.claude/hooks/fleet/setup-security-tools/lib/janus.mts
.claude/hooks/fleet/setup-security-tools/lib/manager.mts
.claude/hooks/fleet/setup-security-tools/lib/operator-prompts.mts
.claude/hooks/fleet/setup-security-tools/lib/run-all.mts
.claude/hooks/fleet/setup-security-tools/lib/sfw.mts
.claude/hooks/fleet/setup-security-tools/lib/shell-rc-bridge.mts
.claude/hooks/fleet/setup-security-tools/lib/shims.mts
.claude/hooks/fleet/setup-security-tools/lib/skillspector.mts
.claude/hooks/fleet/setup-security-tools/lib/token-storage.mts
.claude/hooks/fleet/setup-security-tools/lib/tool-config.mts
.claude/hooks/fleet/setup-security-tools/lib/zizmor.mts
.claude/hooks/fleet/setup-security-tools/package.json
.claude/hooks/fleet/setup-security-tools/skillspector/pyproject.toml
.claude/hooks/fleet/setup-security-tools/skillspector/uv.lock
.claude/hooks/fleet/setup-security-tools/tsconfig.json
.claude/hooks/fleet/setup-security-tools/update.mts
.claude/hooks/fleet/setup-signing/README.md
.claude/hooks/fleet/setup-signing/install.mts
.claude/hooks/fleet/setup-signing/package.json
.claude/hooks/fleet/setup-signing/tsconfig.json
.claude/hooks/fleet/shallow-clone-guard/README.md
.claude/hooks/fleet/shallow-clone-guard/index.mts
.claude/hooks/fleet/shallow-clone-guard/package.json
.claude/hooks/fleet/shallow-clone-guard/tsconfig.json
.claude/hooks/fleet/shared-index-add-nudge/README.md
.claude/hooks/fleet/shared-index-add-nudge/index.mts
.claude/hooks/fleet/shared-index-add-nudge/package.json
.claude/hooks/fleet/shared-index-add-nudge/tsconfig.json
.claude/hooks/fleet/shell-substitution-in-message-guard/README.md
.claude/hooks/fleet/shell-substitution-in-message-guard/index.mts
.claude/hooks/fleet/shell-substitution-in-message-guard/package.json
.claude/hooks/fleet/shell-substitution-in-message-guard/tsconfig.json
.claude/hooks/fleet/silent-guard-compliance-guard/README.md
.claude/hooks/fleet/silent-guard-compliance-guard/index.mts
.claude/hooks/fleet/silent-guard-compliance-guard/package.json
.claude/hooks/fleet/silent-guard-compliance-guard/tsconfig.json
.claude/hooks/fleet/single-lander-guard/README.md
.claude/hooks/fleet/single-lander-guard/index.mts
.claude/hooks/fleet/single-lander-guard/package.json
.claude/hooks/fleet/single-lander-guard/tsconfig.json
.claude/hooks/fleet/skill-usage-logger/README.md
.claude/hooks/fleet/skill-usage-logger/index.mts
.claude/hooks/fleet/skill-usage-logger/package.json
.claude/hooks/fleet/skill-usage-logger/tsconfig.json
.claude/hooks/fleet/small-pr-nudge/README.md
.claude/hooks/fleet/small-pr-nudge/index.mts
.claude/hooks/fleet/small-pr-nudge/package.json
.claude/hooks/fleet/small-pr-nudge/tsconfig.json
.claude/hooks/fleet/snapshot-hostile-require-guard/README.md
.claude/hooks/fleet/snapshot-hostile-require-guard/index.mts
.claude/hooks/fleet/snapshot-hostile-require-guard/package.json
.claude/hooks/fleet/snapshot-hostile-require-guard/tsconfig.json
.claude/hooks/fleet/soak-exclude-date-guard/README.md
.claude/hooks/fleet/soak-exclude-date-guard/index.mts
.claude/hooks/fleet/soak-exclude-date-guard/package.json
.claude/hooks/fleet/soak-exclude-date-guard/tsconfig.json
.claude/hooks/fleet/soak-exclude-scope-guard/README.md
.claude/hooks/fleet/soak-exclude-scope-guard/index.mts
.claude/hooks/fleet/soak-exclude-scope-guard/package.json
.claude/hooks/fleet/soak-exclude-scope-guard/tsconfig.json
.claude/hooks/fleet/soak-pin-needs-annotation-guard/README.md
.claude/hooks/fleet/soak-pin-needs-annotation-guard/index.mts
.claude/hooks/fleet/soak-pin-needs-annotation-guard/package.json
.claude/hooks/fleet/soak-pin-needs-annotation-guard/tsconfig.json
.claude/hooks/fleet/spend-warning-nudge/README.md
.claude/hooks/fleet/spend-warning-nudge/index.mts
.claude/hooks/fleet/spend-warning-nudge/package.json
.claude/hooks/fleet/spend-warning-nudge/tsconfig.json
.claude/hooks/fleet/squash-freeze-boundary-guard/README.md
.claude/hooks/fleet/squash-freeze-boundary-guard/index.mts
.claude/hooks/fleet/squash-freeze-boundary-guard/package.json
.claude/hooks/fleet/squash-freeze-boundary-guard/tsconfig.json
.claude/hooks/fleet/squash-history-nudge/README.md
.claude/hooks/fleet/squash-history-nudge/index.mts
.claude/hooks/fleet/squash-history-nudge/package.json
.claude/hooks/fleet/squash-history-nudge/tsconfig.json
.claude/hooks/fleet/stale-log-read-nudge/README.md
.claude/hooks/fleet/stale-log-read-nudge/index.mts
.claude/hooks/fleet/stale-log-read-nudge/package.json
.claude/hooks/fleet/stale-log-read-nudge/tsconfig.json
.claude/hooks/fleet/stale-node-modules-nudge/README.md
.claude/hooks/fleet/stale-node-modules-nudge/index.mts
.claude/hooks/fleet/stale-node-modules-nudge/package.json
.claude/hooks/fleet/stale-node-modules-nudge/tsconfig.json
.claude/hooks/fleet/stale-process-sweeper/README.md
.claude/hooks/fleet/stale-process-sweeper/index.mts
.claude/hooks/fleet/stale-process-sweeper/package.json
.claude/hooks/fleet/stale-process-sweeper/tsconfig.json
.claude/hooks/fleet/stale-tree-clobber-guard/README.md
.claude/hooks/fleet/stale-tree-clobber-guard/index.mts
.claude/hooks/fleet/stale-tree-clobber-guard/package.json
.claude/hooks/fleet/stale-tree-clobber-guard/tsconfig.json
.claude/hooks/fleet/ste-language-guard/README.md
.claude/hooks/fleet/ste-language-guard/index.mts
.claude/hooks/fleet/ste-language-guard/package.json
.claude/hooks/fleet/ste-language-guard/patterns.mts
.claude/hooks/fleet/ste-language-guard/tsconfig.json
.claude/hooks/fleet/stop-claim-verify-nudge/README.md
.claude/hooks/fleet/stop-claim-verify-nudge/index.mts
.claude/hooks/fleet/stop-claim-verify-nudge/package.json
.claude/hooks/fleet/stop-claim-verify-nudge/tsconfig.json
.claude/hooks/fleet/stop-means-commit-guard/README.md
.claude/hooks/fleet/stop-means-commit-guard/index.mts
.claude/hooks/fleet/stop-means-commit-guard/package.json
.claude/hooks/fleet/stop-means-commit-guard/tsconfig.json
.claude/hooks/fleet/sweep-ds-store/README.md
.claude/hooks/fleet/sweep-ds-store/index.mts
.claude/hooks/fleet/sweep-ds-store/package.json
.claude/hooks/fleet/sweep-ds-store/tsconfig.json
.claude/hooks/fleet/synthesized-script-edit-guard/README.md
.claude/hooks/fleet/synthesized-script-edit-guard/index.mts
.claude/hooks/fleet/synthesized-script-edit-guard/package.json
.claude/hooks/fleet/synthesized-script-edit-guard/tsconfig.json
.claude/hooks/fleet/target-arch-env-guard/README.md
.claude/hooks/fleet/target-arch-env-guard/index.mts
.claude/hooks/fleet/target-arch-env-guard/package.json
.claude/hooks/fleet/target-arch-env-guard/tsconfig.json
.claude/hooks/fleet/test-dir-name-guard/README.md
.claude/hooks/fleet/test-dir-name-guard/index.mts
.claude/hooks/fleet/test-dir-name-guard/package.json
.claude/hooks/fleet/test-dir-name-guard/tsconfig.json
.claude/hooks/fleet/test-env-scrub-order-guard/README.md
.claude/hooks/fleet/test-env-scrub-order-guard/index.mts
.claude/hooks/fleet/test-env-scrub-order-guard/package.json
.claude/hooks/fleet/test-env-scrub-order-guard/tsconfig.json
.claude/hooks/fleet/test-network-pattern-nudge/README.md
.claude/hooks/fleet/test-network-pattern-nudge/index.mts
.claude/hooks/fleet/test-network-pattern-nudge/package.json
.claude/hooks/fleet/test-network-pattern-nudge/tsconfig.json
.claude/hooks/fleet/test-platform-coverage-nudge/README.md
.claude/hooks/fleet/test-platform-coverage-nudge/index.mts
.claude/hooks/fleet/test-platform-coverage-nudge/package.json
.claude/hooks/fleet/test-platform-coverage-nudge/tsconfig.json
.claude/hooks/fleet/test-script-defers-guard/README.md
.claude/hooks/fleet/test-script-defers-guard/index.mts
.claude/hooks/fleet/test-script-defers-guard/package.json
.claude/hooks/fleet/test-script-defers-guard/tsconfig.json
.claude/hooks/fleet/token-guard/README.md
.claude/hooks/fleet/token-guard/index.mts
.claude/hooks/fleet/token-guard/package.json
.claude/hooks/fleet/token-guard/tsconfig.json
.claude/hooks/fleet/token-spend-guard/README.md
.claude/hooks/fleet/token-spend-guard/index.mts
.claude/hooks/fleet/token-spend-guard/package.json
.claude/hooks/fleet/token-spend-guard/tsconfig.json
.claude/hooks/fleet/trust-downgrade-guard/README.md
.claude/hooks/fleet/trust-downgrade-guard/index.mts
.claude/hooks/fleet/trust-downgrade-guard/package.json
.claude/hooks/fleet/trust-downgrade-guard/tsconfig.json
.claude/hooks/fleet/tsc-canonical-tsconfig-guard/README.md
.claude/hooks/fleet/tsc-canonical-tsconfig-guard/index.mts
.claude/hooks/fleet/tsc-canonical-tsconfig-guard/package.json
.claude/hooks/fleet/tsc-canonical-tsconfig-guard/tsconfig.json
.claude/hooks/fleet/unaddressed-review-feedback-guard/README.md
.claude/hooks/fleet/unaddressed-review-feedback-guard/index.mts
.claude/hooks/fleet/unaddressed-review-feedback-guard/package.json
.claude/hooks/fleet/unaddressed-review-feedback-guard/tsconfig.json
.claude/hooks/fleet/unbacked-claim-commit-guard/README.md
.claude/hooks/fleet/unbacked-claim-commit-guard/index.mts
.claude/hooks/fleet/unbacked-claim-commit-guard/package.json
.claude/hooks/fleet/unbacked-claim-commit-guard/tsconfig.json
.claude/hooks/fleet/uncodified-lesson-nudge/README.md
.claude/hooks/fleet/uncodified-lesson-nudge/index.mts
.claude/hooks/fleet/uncodified-lesson-nudge/package.json
.claude/hooks/fleet/uncodified-lesson-nudge/tsconfig.json
.claude/hooks/fleet/uncommitted-sweep-nudge/README.md
.claude/hooks/fleet/uncommitted-sweep-nudge/index.mts
.claude/hooks/fleet/uncommitted-sweep-nudge/package.json
.claude/hooks/fleet/uncommitted-sweep-nudge/tsconfig.json
.claude/hooks/fleet/unpushed-main-nudge/README.md
.claude/hooks/fleet/unpushed-main-nudge/index.mts
.claude/hooks/fleet/unpushed-main-nudge/package.json
.claude/hooks/fleet/unpushed-main-nudge/tsconfig.json
.claude/hooks/fleet/untrusted-coauthor-guard/README.md
.claude/hooks/fleet/untrusted-coauthor-guard/index.mts
.claude/hooks/fleet/untrusted-coauthor-guard/package.json
.claude/hooks/fleet/untrusted-coauthor-guard/tsconfig.json
.claude/hooks/fleet/untrusted-content-directive-nudge/README.md
.claude/hooks/fleet/untrusted-content-directive-nudge/index.mts
.claude/hooks/fleet/untrusted-content-directive-nudge/package.json
.claude/hooks/fleet/untrusted-content-directive-nudge/tsconfig.json
.claude/hooks/fleet/upstream-gitlinks-are-absent-at-edit/README.md
.claude/hooks/fleet/upstream-gitlinks-are-absent-at-edit/index.mts
.claude/hooks/fleet/upstream-gitlinks-are-absent-at-edit/package.json
.claude/hooks/fleet/upstream-gitlinks-are-absent-at-edit/tsconfig.json
.claude/hooks/fleet/upstream-is-read-only-guard/README.md
.claude/hooks/fleet/upstream-is-read-only-guard/index.mts
.claude/hooks/fleet/upstream-is-read-only-guard/package.json
.claude/hooks/fleet/upstream-is-read-only-guard/tsconfig.json
.claude/hooks/fleet/upstream-read-nudge/README.md
.claude/hooks/fleet/upstream-read-nudge/index.mts
.claude/hooks/fleet/upstream-read-nudge/package.json
.claude/hooks/fleet/upstream-read-nudge/tsconfig.json
.claude/hooks/fleet/use-repo-test-script-guard/README.md
.claude/hooks/fleet/use-repo-test-script-guard/index.mts
.claude/hooks/fleet/use-repo-test-script-guard/package.json
.claude/hooks/fleet/use-repo-test-script-guard/tsconfig.json
.claude/hooks/fleet/use-the-script-guard/README.md
.claude/hooks/fleet/use-the-script-guard/index.mts
.claude/hooks/fleet/use-the-script-guard/package.json
.claude/hooks/fleet/use-the-script-guard/tsconfig.json
.claude/hooks/fleet/uses-sha-verify-guard/README.md
.claude/hooks/fleet/uses-sha-verify-guard/index.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/bash.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/cache.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/gitmodules.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/issue-types.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/package-json.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/regexes.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/validate-ref.mts
.claude/hooks/fleet/uses-sha-verify-guard/lib/workflow.mts
.claude/hooks/fleet/uses-sha-verify-guard/package.json
.claude/hooks/fleet/uses-sha-verify-guard/tsconfig.json
.claude/hooks/fleet/variant-analysis-nudge/README.md
.claude/hooks/fleet/variant-analysis-nudge/index.mts
.claude/hooks/fleet/variant-analysis-nudge/package.json
.claude/hooks/fleet/variant-analysis-nudge/tsconfig.json
.claude/hooks/fleet/verify-absence-claims-nudge/README.md
.claude/hooks/fleet/verify-absence-claims-nudge/index.mts
.claude/hooks/fleet/verify-absence-claims-nudge/package.json
.claude/hooks/fleet/verify-absence-claims-nudge/tsconfig.json
.claude/hooks/fleet/verify-before-publish-guard/README.md
.claude/hooks/fleet/verify-before-publish-guard/index.mts
.claude/hooks/fleet/verify-before-publish-guard/package.json
.claude/hooks/fleet/verify-before-publish-guard/tsconfig.json
.claude/hooks/fleet/verify-render-pre-commit-nudge/README.md
.claude/hooks/fleet/verify-render-pre-commit-nudge/index.mts
.claude/hooks/fleet/verify-render-pre-commit-nudge/package.json
.claude/hooks/fleet/verify-render-pre-commit-nudge/tsconfig.json
.claude/hooks/fleet/version-bump-order-guard/README.md
.claude/hooks/fleet/version-bump-order-guard/bump-commit-parsing.mts
.claude/hooks/fleet/version-bump-order-guard/index.mts
.claude/hooks/fleet/version-bump-order-guard/package.json
.claude/hooks/fleet/version-bump-order-guard/tsconfig.json
.claude/hooks/fleet/vitest-vs-node-test-guard/README.md
.claude/hooks/fleet/vitest-vs-node-test-guard/index.mts
.claude/hooks/fleet/vitest-vs-node-test-guard/package.json
.claude/hooks/fleet/vitest-vs-node-test-guard/tsconfig.json
.claude/hooks/fleet/vscode-folder-open-task-guard/README.md
.claude/hooks/fleet/vscode-folder-open-task-guard/index.mts
.claude/hooks/fleet/vscode-folder-open-task-guard/package.json
.claude/hooks/fleet/vscode-folder-open-task-guard/tsconfig.json
.claude/hooks/fleet/waiting-discipline-nudge/README.md
.claude/hooks/fleet/waiting-discipline-nudge/index.mts
.claude/hooks/fleet/waiting-discipline-nudge/package.json
.claude/hooks/fleet/waiting-discipline-nudge/tsconfig.json
.claude/hooks/fleet/wheelhouse-drift-guard/README.md
.claude/hooks/fleet/wheelhouse-drift-guard/index.mts
.claude/hooks/fleet/wheelhouse-drift-guard/package.json
.claude/hooks/fleet/wheelhouse-drift-guard/tsconfig.json
.claude/hooks/fleet/workflow-agent-task-tools-nudge/README.md
.claude/hooks/fleet/workflow-agent-task-tools-nudge/index.mts
.claude/hooks/fleet/workflow-agent-task-tools-nudge/package.json
.claude/hooks/fleet/workflow-agent-task-tools-nudge/tsconfig.json
.claude/hooks/fleet/workflow-multiline-body-guard/README.md
.claude/hooks/fleet/workflow-multiline-body-guard/index.mts
.claude/hooks/fleet/workflow-multiline-body-guard/package.json
.claude/hooks/fleet/workflow-multiline-body-guard/tsconfig.json
.claude/hooks/fleet/workflow-sha-pins-are-stamped-at-edit/README.md
.claude/hooks/fleet/workflow-sha-pins-are-stamped-at-edit/index.mts
.claude/hooks/fleet/workflow-sha-pins-are-stamped-at-edit/package.json
.claude/hooks/fleet/workflow-sha-pins-are-stamped-at-edit/tsconfig.json
.claude/hooks/fleet/worktree-remove-relink-nudge/README.md
.claude/hooks/fleet/worktree-remove-relink-nudge/index.mts
.claude/hooks/fleet/worktree-remove-relink-nudge/package.json
.claude/hooks/fleet/worktree-remove-relink-nudge/tsconfig.json
.claude/hooks/fleet/zsh-word-split-guard/README.md
.claude/hooks/fleet/zsh-word-split-guard/index.mts
.claude/hooks/fleet/zsh-word-split-guard/package.json
.claude/hooks/fleet/zsh-word-split-guard/tsconfig.json
.claude/rules/fleet/fail-fast-linter-count-is-unknowable.md
.claude/rules/fleet/lint-parity-across-languages.md
.claude/rules/fleet/match-error-codes-not-messages.md
.claude/rules/fleet/no-deferred-residue.md
.claude/rules/fleet/preflight-before-the-gate.md
.claude/rules/fleet/prevent-spontaneous-agent-spawn.md
.claude/rules/fleet/prose-style-and-doctrine.md
.claude/rules/fleet/shared-module-is-named-util.md
.claude/rules/fleet/verify-state-before-acting.md
.claude/skills/fleet/_shared/compound-lessons.md
.claude/skills/fleet/_shared/env-check.md
.claude/skills/fleet/_shared/multi-agent-backends.md
.claude/skills/fleet/_shared/path-guard-rule.md
.claude/skills/fleet/_shared/report-format.md
.claude/skills/fleet/_shared/scripts/checkpoint.mts
.claude/skills/fleet/_shared/scripts/fleet-roster.mts
.claude/skills/fleet/_shared/scripts/git-default-branch.mts
.claude/skills/fleet/_shared/scripts/logger-guardrails.mts
.claude/skills/fleet/_shared/scripts/resolve-tools.mts
.claude/skills/fleet/_shared/scripts/utils.mts
.claude/skills/fleet/_shared/security-tools.md
.claude/skills/fleet/_shared/skill-authoring.md
.claude/skills/fleet/_shared/variant-analysis.md
.claude/skills/fleet/_shared/verify-build.md
.claude/skills/fleet/_shared/visual-verify.md
.claude/skills/fleet/agent-ci/SKILL.md
.claude/skills/fleet/agent-ci/reference.md
.claude/skills/fleet/auditing-api-surface/SKILL.md
.claude/skills/fleet/auditing-api-surface/lib/audit-api-surface.mts
.claude/skills/fleet/auditing-gha/SKILL.md
.claude/skills/fleet/auditing-gha/canonical-patterns.mts
.claude/skills/fleet/auditing-gha/run-report.mts
.claude/skills/fleet/auditing-gha/run.mts
.claude/skills/fleet/authoring-spec/SKILL.md
.claude/skills/fleet/building-tdd/SKILL.md
.claude/skills/fleet/cascading-fleet/SKILL.md
.claude/skills/fleet/cascading-fleet/lib/cascade-template.mts
.claude/skills/fleet/cascading-fleet/lib/fleet-repos.json
.claude/skills/fleet/cascading-fleet/lib/precascade-gate.mts
.claude/skills/fleet/cascading-fleet/lib/reconcile-lockfiles.mts
.claude/skills/fleet/cascading-fleet/references/lockfile-reconciliation.md
.claude/skills/fleet/cascading-fleet/references/pre-cascade-gate.md
.claude/skills/fleet/cascading-fleet/references/recovery-playbook.md
.claude/skills/fleet/cleaning-ci/SKILL.md
.claude/skills/fleet/cleaning-ci/lib/clean-ci.mts
.claude/skills/fleet/cleaning-ci/references/exclusions.md
.claude/skills/fleet/cleaning-ci/references/procedure.md
.claude/skills/fleet/codifying-disciplines/SKILL.md
.claude/skills/fleet/codifying-disciplines/references/choosing-the-surface.md
.claude/skills/fleet/codifying-disciplines/references/discipline-sources.md
.claude/skills/fleet/codifying-disciplines/references/test-requirements.md
.claude/skills/fleet/codifying-footguns/SKILL.md
.claude/skills/fleet/consolidating-commits/SKILL.md
.claude/skills/fleet/creating-guards/SKILL.md
.claude/skills/fleet/decomposing-tickets/SKILL.md
.claude/skills/fleet/deduping-dependencies/SKILL.md
.claude/skills/fleet/delegating-execution/SKILL.md
.claude/skills/fleet/designing-interfaces/LICENSE
.claude/skills/fleet/designing-interfaces/SKILL.md
.claude/skills/fleet/designing-interfaces/references/anti-ai-slop.md
.claude/skills/fleet/designing-interfaces/references/color.md
.claude/skills/fleet/designing-interfaces/references/copywriting.md
.claude/skills/fleet/designing-interfaces/references/craft-details.md
.claude/skills/fleet/designing-interfaces/references/delivery-and-craft.md
.claude/skills/fleet/designing-interfaces/references/example-workflow.md
.claude/skills/fleet/designing-interfaces/references/icons.md
.claude/skills/fleet/designing-interfaces/references/interface-copy.md
.claude/skills/fleet/designing-interfaces/references/mcp-tools.md
.claude/skills/fleet/designing-interfaces/references/motion.md
.claude/skills/fleet/designing-interfaces/references/refinement-modes.md
.claude/skills/fleet/designing-interfaces/references/research-workflow.md
.claude/skills/fleet/designing-interfaces/references/socket-product-styling.md
.claude/skills/fleet/designing-interfaces/references/typography.md
.claude/skills/fleet/designing-interfaces/references/visual-workflow.md
.claude/skills/fleet/diagnosing-bugs/SKILL.md
.claude/skills/fleet/driving-cursor-bugbot/SKILL.md
.claude/skills/fleet/driving-cursor-bugbot/lib/bugbot.mts
.claude/skills/fleet/driving-cursor-bugbot/reference.md
.claude/skills/fleet/extracting-design-systems/SKILL.md
.claude/skills/fleet/gh-stack/SKILL.md
.claude/skills/fleet/gh-stack/reference.md
.claude/skills/fleet/greening-ci-local/SKILL.md
.claude/skills/fleet/greening-ci-local/run.mts
.claude/skills/fleet/greening-ci/SKILL.md
.claude/skills/fleet/greening-ci/run.mts
.claude/skills/fleet/grilling-plan/SKILL.md
.claude/skills/fleet/grooming-backlog/SKILL.md
.claude/skills/fleet/guarding-paths/SKILL.md
.claude/skills/fleet/guarding-paths/reference.md
.claude/skills/fleet/guarding-paths/references/allowlisting.md
.claude/skills/fleet/guarding-paths/references/install.md
.claude/skills/fleet/guarding-paths/templates/check-paths.mts.tmpl
.claude/skills/fleet/handing-off/SKILL.md
.claude/skills/fleet/improve/SKILL.md
.claude/skills/fleet/improve/references/audit-playbook.md
.claude/skills/fleet/improve/references/closing-the-loop.md
.claude/skills/fleet/improve/references/plan-template.md
.claude/skills/fleet/improving-web-interfaces/SKILL.md
.claude/skills/fleet/improving-web-interfaces/references/implementation.md
.claude/skills/fleet/locking-down-agent-calls/SKILL.md
.claude/skills/fleet/locking-down-agent-calls/references/implementation-examples.md
.claude/skills/fleet/locking-down-agent-calls/references/recipes.md
.claude/skills/fleet/looping-quality/SKILL.md
.claude/skills/fleet/managing-pnpm-workspaces/SKILL.md
.claude/skills/fleet/managing-pnpm-workspaces/references/catalog-policy.md
.claude/skills/fleet/managing-worktrees/SKILL.md
.claude/skills/fleet/managing-worktrees/lib/land.mts
.claude/skills/fleet/managing-worktrees/references/land-mode.md
.claude/skills/fleet/managing-worktrees/references/pr-fanout-mode.md
.claude/skills/fleet/managing-worktrees/references/prune-mode.md
.claude/skills/fleet/map/SKILL.md
.claude/skills/fleet/measuring-ecosystem-impact/SKILL.md
.claude/skills/fleet/migrating-rule-packs/SKILL.md
.claude/skills/fleet/migrating-rule-packs/lib/run-migration-worktree.mts
.claude/skills/fleet/migrating-rule-packs/lib/run-migration.mts
.claude/skills/fleet/migrating-rule-packs/references/acceptance-and-precedent.md
.claude/skills/fleet/migrating-rule-packs/references/feedback-loop.md
.claude/skills/fleet/migrating-rule-packs/references/per-file-loop-architecture.md
.claude/skills/fleet/migrating-rule-packs/references/rule-pack-format.md
.claude/skills/fleet/opening-pr/SKILL.md
.claude/skills/fleet/optimizing-compiler-performance/SKILL.md
.claude/skills/fleet/optimizing-cpp-performance/SKILL.md
.claude/skills/fleet/optimizing-go-performance/SKILL.md
.claude/skills/fleet/optimizing-javascript-performance/SKILL.md
.claude/skills/fleet/optimizing-memory-performance/SKILL.md
.claude/skills/fleet/optimizing-node-native-performance/SKILL.md
.claude/skills/fleet/optimizing-parser-performance/SKILL.md
.claude/skills/fleet/optimizing-performance/SKILL.md
.claude/skills/fleet/optimizing-performance/references/compiler.md
.claude/skills/fleet/optimizing-performance/references/cpp.md
.claude/skills/fleet/optimizing-performance/references/go.md
.claude/skills/fleet/optimizing-performance/references/javascript-typescript.md
.claude/skills/fleet/optimizing-performance/references/memory.md
.claude/skills/fleet/optimizing-performance/references/node-native-boundaries.md
.claude/skills/fleet/optimizing-performance/references/parser-data-oriented-design.md
.claude/skills/fleet/optimizing-performance/references/rust.md
.claude/skills/fleet/optimizing-performance/references/webassembly-capabilities.md
.claude/skills/fleet/optimizing-react-interfaces/SKILL.md
.claude/skills/fleet/optimizing-react-interfaces/references/react-performance.md
.claude/skills/fleet/optimizing-rust-performance/SKILL.md
.claude/skills/fleet/optimizing-submodules/SKILL.md
.claude/skills/fleet/optimizing-webassembly-performance/SKILL.md
.claude/skills/fleet/patching-findings/SKILL.md
.claude/skills/fleet/patching-findings/references/procedure.md
.claude/skills/fleet/plugging-promise-race/SKILL.md
.claude/skills/fleet/property-and-fuzz-testing/SKILL.md
.claude/skills/fleet/property-and-fuzz-testing/references/cpp.md
.claude/skills/fleet/property-and-fuzz-testing/references/escalation-engines.md
.claude/skills/fleet/property-and-fuzz-testing/references/go.md
.claude/skills/fleet/property-and-fuzz-testing/references/high-value-targets.md
.claude/skills/fleet/property-and-fuzz-testing/references/javascript-typescript.md
.claude/skills/fleet/property-and-fuzz-testing/references/lock-step.md
.claude/skills/fleet/property-and-fuzz-testing/references/rust.md
.claude/skills/fleet/prose/SKILL.md
.claude/skills/fleet/prose/references/conversational.md
.claude/skills/fleet/prose/references/examples.md
.claude/skills/fleet/prose/references/idioms.md
.claude/skills/fleet/prose/references/phrases.md
.claude/skills/fleet/prose/references/structures.md
.claude/skills/fleet/pushing/SKILL.md
.claude/skills/fleet/recording-ui-walkthroughs/SKILL.md
.claude/skills/fleet/recording-ui-walkthroughs/mocking-vendor-screens.md
.claude/skills/fleet/recording-ui-walkthroughs/npm-mockup.mts
.claude/skills/fleet/recording-ui-walkthroughs/profiles/npm-create-token.json
.claude/skills/fleet/recording-ui-walkthroughs/record-walkthrough.mts
.claude/skills/fleet/recording-ui-walkthroughs/references/binding-timeline-to-ui.md
.claude/skills/fleet/recording-ui-walkthroughs/references/lessons-learned.md
.claude/skills/fleet/recording-ui-walkthroughs/references/step-types-and-recording.md
.claude/skills/fleet/refreshing-history/SKILL.md
.claude/skills/fleet/refreshing-history/run.mts
.claude/skills/fleet/releasing-a-package/SKILL.md
.claude/skills/fleet/rendering-chromium-to-png/SKILL.md
.claude/skills/fleet/rendering-chromium-to-png/screenshot.mts
.claude/skills/fleet/reordering-release-bump/SKILL.md
.claude/skills/fleet/reordering-release-bump/lib/reorder-bump.mts
.claude/skills/fleet/researching-recency/SKILL.md
.claude/skills/fleet/researching-recency/reference.md
.claude/skills/fleet/reviewing-code/SKILL.md
.claude/skills/fleet/reviewing-code/run.mts
.claude/skills/fleet/reviewing-web-interfaces/SKILL.md
.claude/skills/fleet/reviewing-web-interfaces/references/review-checklist.md
.claude/skills/fleet/reviewing-web-interfaces/references/shadscan-audit.md
.claude/skills/fleet/running-test262/SKILL.md
.claude/skills/fleet/running-test262/references/invocation-patterns.md
.claude/skills/fleet/running-test262/references/runners.md
.claude/skills/fleet/running-test262/references/troubleshooting.md
.claude/skills/fleet/scanning-quality/SKILL.md
.claude/skills/fleet/scanning-quality/reference.md
.claude/skills/fleet/scanning-quality/scans/bundle-trim.md
.claude/skills/fleet/scanning-quality/scans/deadcode-removal.md
.claude/skills/fleet/scanning-quality/scans/differential.md
.claude/skills/fleet/scanning-quality/scans/insecure-defaults.md
.claude/skills/fleet/scanning-quality/scans/variant-analysis.md
.claude/skills/fleet/scanning-security/SKILL.md
.claude/skills/fleet/scanning-security/reference.md
.claude/skills/fleet/scanning-vulns/SKILL.md
.claude/skills/fleet/scanning-vulns/references/procedure.md
.claude/skills/fleet/setup-repo/SKILL.md
.claude/skills/fleet/squashing-history/SKILL.md
.claude/skills/fleet/squashing-history/reference.md
.claude/skills/fleet/squashing-history/references/cascade-interaction.md
.claude/skills/fleet/squashing-history/references/design-rationale.md
.claude/skills/fleet/squashing-history/references/mode-selection-and-phases.md
.claude/skills/fleet/squashing-history/references/other-history-rewrites.md
.claude/skills/fleet/squashing-history/run-guards.mts
.claude/skills/fleet/squashing-history/run-squash-modes.mts
.claude/skills/fleet/squashing-history/run.mts
.claude/skills/fleet/testing-web-interfaces/SKILL.md
.claude/skills/fleet/testing-web-interfaces/references/test-layering.md
.claude/skills/fleet/threat-modeling/SKILL.md
.claude/skills/fleet/threat-modeling/bootstrap.md
.claude/skills/fleet/threat-modeling/interview.md
.claude/skills/fleet/threat-modeling/schema.md
.claude/skills/fleet/tidying-files/SKILL.md
.claude/skills/fleet/tidying-files/lib/tidy-files.mts
.claude/skills/fleet/tidying-rolldown-bundles/SKILL.md
.claude/skills/fleet/tidying-rolldown-bundles/lib/tidy-rolldown-bundles.mts
.claude/skills/fleet/tidying-worktrees/SKILL.md
.claude/skills/fleet/tidying-worktrees/lib/tidy-worktrees.mts
.claude/skills/fleet/triaging-findings/SKILL.md
.claude/skills/fleet/triaging-findings/fixtures/canary-findings.json
.claude/skills/fleet/triaging-findings/fixtures/vulnerable.js
.claude/skills/fleet/triaging-findings/references/procedure.md
.claude/skills/fleet/trimming-bundle/lib/trim-loop.mts
.claude/skills/fleet/trimming-bundle/references/failure-modes.md
.claude/skills/fleet/trimming-bundle/references/identifying-candidates.md
.claude/skills/fleet/updating-coverage/SKILL.md
.claude/skills/fleet/updating-daily/SKILL.md
.claude/skills/fleet/updating-hooks-dry/SKILL.md
.claude/skills/fleet/updating-inline-actions/SKILL.md
.claude/skills/fleet/updating-lockstep/SKILL.md
.claude/skills/fleet/updating-lockstep/reference.md
.claude/skills/fleet/updating-pricing/SKILL.md
.claude/skills/fleet/updating-security/SKILL.md
.claude/skills/fleet/updating-security/reference.md
.claude/skills/fleet/updating/SKILL.md
.claude/skills/fleet/updating/lib/discover.mts
.claude/skills/fleet/updating/reference.md
.claude/skills/fleet/writing-disclosures/SKILL.md
.claude/skills/fleet/writing-fast-tests/SKILL.md
.claude/skills/fleet/writing-fast-tests/references/measured-spawn-cost.md
.claude/skills/fleet/writing-fast-tests/references/reviewing-slow-suites.md
.claude/skills/fleet/writing-handoffs/SKILL.md
.claude/workflows/delegating-execution.js
.claude/workflows/reconcile-fleet-lockfiles.js
.claude/workflows/refresh-repo-map.js
.config/fleet/.markdownlint-cli2.jsonc
.config/fleet/external-tools.json
.config/fleet/fetch-allowlist.json
.config/fleet/git-authors.json
.config/fleet/lockstep.schema.json
.config/fleet/markdownlint-rules/_shared/root-readme.mts
.config/fleet/markdownlint-rules/_shared/rule-types.mts
.config/fleet/markdownlint-rules/_shared/wheelhouse-self-skip.mts
.config/fleet/markdownlint-rules/socket-details-summary-blank-line.mts
.config/fleet/markdownlint-rules/socket-gfm-alert-keywords.mts
.config/fleet/markdownlint-rules/socket-no-empty-changelog-sections.mts
.config/fleet/markdownlint-rules/socket-no-private-wheelhouse-leak.mts
.config/fleet/markdownlint-rules/socket-no-relative-sibling-script.mts
.config/fleet/markdownlint-rules/socket-readme-required-sections.mts
.config/fleet/markdownlint-rules/socket-readme-social-badges.mts
.config/fleet/markdownlint-rules/socket-task-list-syntax.mts
.config/fleet/mcp/launch-node.sh
.config/fleet/oxfmtrc.json
.config/fleet/oxlint-plugin/_shared/inject-import.mts
.config/fleet/oxlint-plugin/fleet/backtick-commands-in-comments/index.mts
.config/fleet/oxlint-plugin/fleet/bag-param-optionality-naming/index.mts
.config/fleet/oxlint-plugin/fleet/bag-param-optionality-naming/package.json
.config/fleet/oxlint-plugin/fleet/const-enum-shape/index.mts
.config/fleet/oxlint-plugin/fleet/const-enum-shape/package.json
.config/fleet/oxlint-plugin/fleet/export-top-level-functions/index.mts
.config/fleet/oxlint-plugin/fleet/export-top-level-functions/package.json
.config/fleet/oxlint-plugin/fleet/exported-name-has-domain-word/index.mts
.config/fleet/oxlint-plugin/fleet/exported-name-has-domain-word/package.json
.config/fleet/oxlint-plugin/fleet/guard-contract/index.mts
.config/fleet/oxlint-plugin/fleet/guard-contract/package.json
.config/fleet/oxlint-plugin/fleet/import-block-is-hoisted/index.mts
.config/fleet/oxlint-plugin/fleet/import-block-is-hoisted/package.json
.config/fleet/oxlint-plugin/fleet/inclusive-language/index.mts
.config/fleet/oxlint-plugin/fleet/inclusive-language/package.json
.config/fleet/oxlint-plugin/fleet/lint-disable-precedes-code/index.mts
.config/fleet/oxlint-plugin/fleet/lint-disable-precedes-code/package.json
.config/fleet/oxlint-plugin/fleet/match-assertions-normalize-paths/index.mts
.config/fleet/oxlint-plugin/fleet/match-assertions-normalize-paths/package.json
.config/fleet/oxlint-plugin/fleet/max-comment-block-lines/index.mts
.config/fleet/oxlint-plugin/fleet/max-comment-block-lines/package.json
.config/fleet/oxlint-plugin/fleet/max-file-lines/index.mts
.config/fleet/oxlint-plugin/fleet/max-file-lines/package.json
.config/fleet/oxlint-plugin/fleet/mcp-tool-names-are-conventional/index.mts
.config/fleet/oxlint-plugin/fleet/mcp-tool-names-are-conventional/package.json
.config/fleet/oxlint-plugin/fleet/no-agent-brand-assumption/index.mts
.config/fleet/oxlint-plugin/fleet/no-agent-brand-assumption/package.json
.config/fleet/oxlint-plugin/fleet/no-ai-slop-prose/index.mts
.config/fleet/oxlint-plugin/fleet/no-bare-crypto-named-usage/index.mts
.config/fleet/oxlint-plugin/fleet/no-bare-crypto-named-usage/package.json
.config/fleet/oxlint-plugin/fleet/no-bare-spawn-childproc-access/index.mts
.config/fleet/oxlint-plugin/fleet/no-bare-spawn-childproc-access/package.json
.config/fleet/oxlint-plugin/fleet/no-boolean-trap-param/index.mts
.config/fleet/oxlint-plugin/fleet/no-boolean-trap-param/package.json
.config/fleet/oxlint-plugin/fleet/no-cached-for-on-iterable/index.mts
.config/fleet/oxlint-plugin/fleet/no-cached-for-on-iterable/package.json
.config/fleet/oxlint-plugin/fleet/no-comment-glob-star-slash/index.mts
.config/fleet/oxlint-plugin/fleet/no-comment-glob-star-slash/package.json
.config/fleet/oxlint-plugin/fleet/no-console-prefer-logger/index.mts
.config/fleet/oxlint-plugin/fleet/no-console-prefer-logger/package.json
.config/fleet/oxlint-plugin/fleet/no-default-export/index.mts
.config/fleet/oxlint-plugin/fleet/no-default-export/package.json
.config/fleet/oxlint-plugin/fleet/no-deprecation/index.mts
.config/fleet/oxlint-plugin/fleet/no-deprecation/package.json
.config/fleet/oxlint-plugin/fleet/no-dynamic-import-in-snapshot-hook/index.mts
.config/fleet/oxlint-plugin/fleet/no-dynamic-import-in-snapshot-hook/package.json
.config/fleet/oxlint-plugin/fleet/no-dynamic-import-outside-bundle/index.mts
.config/fleet/oxlint-plugin/fleet/no-dynamic-import-outside-bundle/package.json
.config/fleet/oxlint-plugin/fleet/no-error-message-assertions/index.mts
.config/fleet/oxlint-plugin/fleet/no-error-message-assertions/package.json
.config/fleet/oxlint-plugin/fleet/no-eslint-biome-config-ref/index.mts
.config/fleet/oxlint-plugin/fleet/no-eslint-biome-config-ref/package.json
.config/fleet/oxlint-plugin/fleet/no-fetch-prefer-http-request/index.mts
.config/fleet/oxlint-plugin/fleet/no-fetch-prefer-http-request/package.json
.config/fleet/oxlint-plugin/fleet/no-file-scope-oxlint-disable/index.mts
.config/fleet/oxlint-plugin/fleet/no-file-scope-oxlint-disable/package.json
.config/fleet/oxlint-plugin/fleet/no-fileoverview-prefer-file/index.mts
.config/fleet/oxlint-plugin/fleet/no-fileoverview-prefer-file/package.json
.config/fleet/oxlint-plugin/fleet/no-floating-async-map/index.mts
.config/fleet/oxlint-plugin/fleet/no-floating-async-map/package.json
.config/fleet/oxlint-plugin/fleet/no-force-delete/index.mts
.config/fleet/oxlint-plugin/fleet/no-force-delete/package.json
.config/fleet/oxlint-plugin/fleet/no-handbuilt-file-url/index.mts
.config/fleet/oxlint-plugin/fleet/no-handbuilt-file-url/package.json
.config/fleet/oxlint-plugin/fleet/no-inline-defer-async/index.mts
.config/fleet/oxlint-plugin/fleet/no-inline-defer-async/package.json
.config/fleet/oxlint-plugin/fleet/no-inline-logger/index.mts
.config/fleet/oxlint-plugin/fleet/no-inline-logger/package.json
.config/fleet/oxlint-plugin/fleet/no-lib-barrel-import/index.mts
.config/fleet/oxlint-plugin/fleet/no-lib-barrel-import/package.json
.config/fleet/oxlint-plugin/fleet/no-literal-control-char/index.mts
.config/fleet/oxlint-plugin/fleet/no-literal-control-char/package.json
.config/fleet/oxlint-plugin/fleet/no-logger-glyph-prefix/index.mts
.config/fleet/oxlint-plugin/fleet/no-logger-glyph-prefix/package.json
.config/fleet/oxlint-plugin/fleet/no-logger-newline-literal/index.mts
.config/fleet/oxlint-plugin/fleet/no-logger-newline-literal/package.json
.config/fleet/oxlint-plugin/fleet/no-malformed-bypass-marker/index.mts
.config/fleet/oxlint-plugin/fleet/no-malformed-bypass-marker/package.json
.config/fleet/oxlint-plugin/fleet/no-minified-bundler-output/index.mts
.config/fleet/oxlint-plugin/fleet/no-minified-bundler-output/package.json
.config/fleet/oxlint-plugin/fleet/no-module-eval-side-effects/index.mts
.config/fleet/oxlint-plugin/fleet/no-module-eval-side-effects/package.json
.config/fleet/oxlint-plugin/fleet/no-namespace-import/index.mts
.config/fleet/oxlint-plugin/fleet/no-namespace-import/package.json
.config/fleet/oxlint-plugin/fleet/no-npx-dlx/index.mts
.config/fleet/oxlint-plugin/fleet/no-npx-dlx/package.json
.config/fleet/oxlint-plugin/fleet/no-optional-param-before-options-bag/index.mts
.config/fleet/oxlint-plugin/fleet/no-optional-param-before-options-bag/package.json
.config/fleet/oxlint-plugin/fleet/no-optional-positional-trap/index.mts
.config/fleet/oxlint-plugin/fleet/no-optional-positional-trap/package.json
.config/fleet/oxlint-plugin/fleet/no-options-param-mutation/index.mts
.config/fleet/oxlint-plugin/fleet/no-options-param-mutation/package.json
.config/fleet/oxlint-plugin/fleet/no-package-manager-auto-update-reenable/index.mts
.config/fleet/oxlint-plugin/fleet/no-package-manager-auto-update-reenable/package.json
.config/fleet/oxlint-plugin/fleet/no-parenthetical-aside/index.mts
.config/fleet/oxlint-plugin/fleet/no-parenthetical-aside/package.json
.config/fleet/oxlint-plugin/fleet/no-placeholders/index.mts
.config/fleet/oxlint-plugin/fleet/no-placeholders/package.json
.config/fleet/oxlint-plugin/fleet/no-platform-specific-import/index.mts
.config/fleet/oxlint-plugin/fleet/no-platform-specific-import/package.json
.config/fleet/oxlint-plugin/fleet/no-private-path-in-source/index.mts
.config/fleet/oxlint-plugin/fleet/no-private-path-in-source/package.json
.config/fleet/oxlint-plugin/fleet/no-process-chdir/index.mts
.config/fleet/oxlint-plugin/fleet/no-process-chdir/package.json
.config/fleet/oxlint-plugin/fleet/no-process-cwd-in-scripts-hooks/index.mts
.config/fleet/oxlint-plugin/fleet/no-process-cwd-in-scripts-hooks/package.json
.config/fleet/oxlint-plugin/fleet/no-promise-race-in-loop/index.mts
.config/fleet/oxlint-plugin/fleet/no-promise-race-in-loop/package.json
.config/fleet/oxlint-plugin/fleet/no-promise-race/index.mts
.config/fleet/oxlint-plugin/fleet/no-promise-race/package.json
.config/fleet/oxlint-plugin/fleet/no-prose-jargon/index.mts
.config/fleet/oxlint-plugin/fleet/no-prose-jargon/package.json
.config/fleet/oxlint-plugin/fleet/no-redundant-spread-fallback/index.mts
.config/fleet/oxlint-plugin/fleet/no-redundant-spread-fallback/package.json
.config/fleet/oxlint-plugin/fleet/no-required-in-options-bag/index.mts
.config/fleet/oxlint-plugin/fleet/no-required-in-options-bag/package.json
.config/fleet/oxlint-plugin/fleet/no-runtime-features-below-engine-floor/index.mts
.config/fleet/oxlint-plugin/fleet/no-runtime-features-below-engine-floor/package.json
.config/fleet/oxlint-plugin/fleet/no-snapshot-hostile-builtin/index.mts
.config/fleet/oxlint-plugin/fleet/no-source-content-tests/index.mts
.config/fleet/oxlint-plugin/fleet/no-source-content-tests/package.json
.config/fleet/oxlint-plugin/fleet/no-source-sniffing/index.mts
.config/fleet/oxlint-plugin/fleet/no-source-sniffing/package.json
.config/fleet/oxlint-plugin/fleet/no-spawn-stream-double-consume/index.mts
.config/fleet/oxlint-plugin/fleet/no-spawn-stream-double-consume/package.json
.config/fleet/oxlint-plugin/fleet/no-spawnsync-code-field/index.mts
.config/fleet/oxlint-plugin/fleet/no-spawnsync-code-field/package.json
.config/fleet/oxlint-plugin/fleet/no-src-import-in-test-expect/index.mts
.config/fleet/oxlint-plugin/fleet/no-src-import-in-test-expect/package.json
.config/fleet/oxlint-plugin/fleet/no-status-emoji/index.mts
.config/fleet/oxlint-plugin/fleet/no-status-emoji/package.json
.config/fleet/oxlint-plugin/fleet/no-structured-clone-prefer-json/index.mts
.config/fleet/oxlint-plugin/fleet/no-structured-clone-prefer-json/package.json
.config/fleet/oxlint-plugin/fleet/no-sync-rm-in-test-lifecycle/index.mts
.config/fleet/oxlint-plugin/fleet/no-sync-rm-in-test-lifecycle/package.json
.config/fleet/oxlint-plugin/fleet/no-top-level-await/index.mts
.config/fleet/oxlint-plugin/fleet/no-top-level-await/package.json
.config/fleet/oxlint-plugin/fleet/no-truncated-lint-disable-reason/index.mts
.config/fleet/oxlint-plugin/fleet/no-truncated-lint-disable-reason/package.json
.config/fleet/oxlint-plugin/fleet/no-truthy-object-guard/index.mts
.config/fleet/oxlint-plugin/fleet/no-truthy-object-guard/package.json
.config/fleet/oxlint-plugin/fleet/no-underscore-identifier/index.mts
.config/fleet/oxlint-plugin/fleet/no-underscore-identifier/package.json
.config/fleet/oxlint-plugin/fleet/no-use-strict-in-esm/index.mts
.config/fleet/oxlint-plugin/fleet/no-use-strict-in-esm/package.json
.config/fleet/oxlint-plugin/fleet/no-vendored-alias-in-test/index.mts
.config/fleet/oxlint-plugin/fleet/no-vendored-alias-in-test/package.json
.config/fleet/oxlint-plugin/fleet/no-vitest-empty-test/index.mts
.config/fleet/oxlint-plugin/fleet/no-vitest-empty-test/package.json
.config/fleet/oxlint-plugin/fleet/no-vitest-focused-tests/index.mts
.config/fleet/oxlint-plugin/fleet/no-vitest-focused-tests/package.json
.config/fleet/oxlint-plugin/fleet/no-vitest-identical-title/index.mts
.config/fleet/oxlint-plugin/fleet/no-vitest-identical-title/package.json
.config/fleet/oxlint-plugin/fleet/no-vitest-skipped-tests/index.mts
.config/fleet/oxlint-plugin/fleet/no-vitest-skipped-tests/package.json
.config/fleet/oxlint-plugin/fleet/no-vitest-standalone-expect/index.mts
.config/fleet/oxlint-plugin/fleet/no-vitest-standalone-expect/package.json
.config/fleet/oxlint-plugin/fleet/no-which-for-local-bin/index.mts
.config/fleet/oxlint-plugin/fleet/no-which-for-local-bin/package.json
.config/fleet/oxlint-plugin/fleet/optional-explicit-undefined/index.mts
.config/fleet/oxlint-plugin/fleet/optional-explicit-undefined/package.json
.config/fleet/oxlint-plugin/fleet/options-null-proto/index.mts
.config/fleet/oxlint-plugin/fleet/options-null-proto/package.json
.config/fleet/oxlint-plugin/fleet/options-param-naming/index.mts
.config/fleet/oxlint-plugin/fleet/options-param-naming/package.json
.config/fleet/oxlint-plugin/fleet/paths-are-normalized-before-match-at-edit/index.mts
.config/fleet/oxlint-plugin/fleet/paths-are-normalized-before-match-at-edit/package.json
.config/fleet/oxlint-plugin/fleet/personal-path-placeholders/index.mts
.config/fleet/oxlint-plugin/fleet/personal-path-placeholders/package.json
.config/fleet/oxlint-plugin/fleet/prefer-all-settled/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-all-settled/package.json
.config/fleet/oxlint-plugin/fleet/prefer-array-from/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-async-spawn/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-async-spawn/package.json
.config/fleet/oxlint-plugin/fleet/prefer-cached-for-loop/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-cached-for-loop/package.json
.config/fleet/oxlint-plugin/fleet/prefer-crlf-safe-split/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-crlf-safe-split/package.json
.config/fleet/oxlint-plugin/fleet/prefer-ellipsis-char/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-ellipsis-char/package.json
.config/fleet/oxlint-plugin/fleet/prefer-env-as-boolean/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-env-as-boolean/package.json
.config/fleet/oxlint-plugin/fleet/prefer-error-message-helper/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-error-message-helper/package.json
.config/fleet/oxlint-plugin/fleet/prefer-exec-path-over-node/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-exec-path-over-node/package.json
.config/fleet/oxlint-plugin/fleet/prefer-exists-sync/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-exists-sync/package.json
.config/fleet/oxlint-plugin/fleet/prefer-find-repo-root/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-find-repo-root/package.json
.config/fleet/oxlint-plugin/fleet/prefer-find-up-package-json/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-find-up-package-json/package.json
.config/fleet/oxlint-plugin/fleet/prefer-function-declaration/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-function-declaration/package.json
.config/fleet/oxlint-plugin/fleet/prefer-lib-versions-over-semver/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-lib-versions-over-semver/package.json
.config/fleet/oxlint-plugin/fleet/prefer-mirror-lock-write/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-mirror-lock-write/package.json
.config/fleet/oxlint-plugin/fleet/prefer-mock-import/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-mock-import/package.json
.config/fleet/oxlint-plugin/fleet/prefer-node-builtin-imports/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-node-builtin-imports/package.json
.config/fleet/oxlint-plugin/fleet/prefer-non-capturing-group/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-non-capturing-group/package.json
.config/fleet/oxlint-plugin/fleet/prefer-object-array-destructure/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-object-array-destructure/package.json
.config/fleet/oxlint-plugin/fleet/prefer-optional-chain/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-optional-chain/package.json
.config/fleet/oxlint-plugin/fleet/prefer-pure-call-form/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-pure-call-form/package.json
.config/fleet/oxlint-plugin/fleet/prefer-refined-record/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-replace-function/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-replace-function/package.json
.config/fleet/oxlint-plugin/fleet/prefer-repo-root-dot-cache/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-repo-root-dot-cache/package.json
.config/fleet/oxlint-plugin/fleet/prefer-safe-delete/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-safe-delete/package.json
.config/fleet/oxlint-plugin/fleet/prefer-separate-type-import/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-separate-type-import/package.json
.config/fleet/oxlint-plugin/fleet/prefer-setup-phrasing/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-shell-win32/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-shell-win32/package.json
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-compare-str/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-compare-str/package.json
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-error-message/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-error-message/package.json
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-normalize-path/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-normalize-path/package.json
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-predicates/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-socket-lib-predicates/package.json
.config/fleet/oxlint-plugin/fleet/prefer-spawn-over-execsync/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-spawn-over-execsync/package.json
.config/fleet/oxlint-plugin/fleet/prefer-stable-self-import/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-stable-self-import/package.json
.config/fleet/oxlint-plugin/fleet/prefer-static-type-import/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-static-type-import/package.json
.config/fleet/oxlint-plugin/fleet/prefer-typebox-schema/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-typebox-schema/package.json
.config/fleet/oxlint-plugin/fleet/prefer-undefined-over-null/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-undefined-over-null/package.json
.config/fleet/oxlint-plugin/fleet/prefer-windows-test-helpers/index.mts
.config/fleet/oxlint-plugin/fleet/prefer-windows-test-helpers/package.json
.config/fleet/oxlint-plugin/fleet/require-async-iife-entry/index.mts
.config/fleet/oxlint-plugin/fleet/require-async-iife-entry/package.json
.config/fleet/oxlint-plugin/fleet/require-regex-comment/index.mts
.config/fleet/oxlint-plugin/fleet/require-regex-comment/package.json
.config/fleet/oxlint-plugin/fleet/require-vitest-globals-import/index.mts
.config/fleet/oxlint-plugin/fleet/require-vitest-globals-import/package.json
.config/fleet/oxlint-plugin/fleet/require-void-run-hook/index.mts
.config/fleet/oxlint-plugin/fleet/require-void-run-hook/package.json
.config/fleet/oxlint-plugin/fleet/returned-object-null-proto/index.mts
.config/fleet/oxlint-plugin/fleet/returned-object-null-proto/package.json
.config/fleet/oxlint-plugin/fleet/socket-api-token-env/index.mts
.config/fleet/oxlint-plugin/fleet/socket-api-token-env/package.json
.config/fleet/oxlint-plugin/fleet/sort-array-literals/index.mts
.config/fleet/oxlint-plugin/fleet/sort-array-literals/package.json
.config/fleet/oxlint-plugin/fleet/sort-boolean-chains/index.mts
.config/fleet/oxlint-plugin/fleet/sort-boolean-chains/package.json
.config/fleet/oxlint-plugin/fleet/sort-equality-disjunctions/index.mts
.config/fleet/oxlint-plugin/fleet/sort-equality-disjunctions/package.json
.config/fleet/oxlint-plugin/fleet/sort-named-imports/index.mts
.config/fleet/oxlint-plugin/fleet/sort-named-imports/package.json
.config/fleet/oxlint-plugin/fleet/sort-object-literal-properties/index.mts
.config/fleet/oxlint-plugin/fleet/sort-object-literal-properties/package.json
.config/fleet/oxlint-plugin/fleet/sort-regex-alternations/index.mts
.config/fleet/oxlint-plugin/fleet/sort-regex-alternations/package.json
.config/fleet/oxlint-plugin/fleet/sort-set-args/index.mts
.config/fleet/oxlint-plugin/fleet/sort-set-args/package.json
.config/fleet/oxlint-plugin/fleet/sort-source-methods/index.mts
.config/fleet/oxlint-plugin/fleet/sort-source-methods/package.json
.config/fleet/oxlint-plugin/fleet/terse-lint-disable-reason/index.mts
.config/fleet/oxlint-plugin/fleet/terse-lint-disable-reason/package.json
.config/fleet/oxlint-plugin/fleet/use-fleet-canonical-api-token-getter/index.mts
.config/fleet/oxlint-plugin/fleet/use-fleet-canonical-api-token-getter/package.json
.config/fleet/oxlint-plugin/index.mts
.config/fleet/oxlint-plugin/lib/comment-checks.mts
.config/fleet/oxlint-plugin/lib/comment-markers.mts
.config/fleet/oxlint-plugin/lib/comparators.mts
.config/fleet/oxlint-plugin/lib/const-enum.mts
.config/fleet/oxlint-plugin/lib/detect-source-type.mts
.config/fleet/oxlint-plugin/lib/fleet-paths.mts
.config/fleet/oxlint-plugin/lib/generic-name-tokens.mts
.config/fleet/oxlint-plugin/lib/inclusive-terms.mts
.config/fleet/oxlint-plugin/lib/iterable-kind.mts
.config/fleet/oxlint-plugin/lib/lockstep-mirror.mts
.config/fleet/oxlint-plugin/lib/logical-chain.mts
.config/fleet/oxlint-plugin/lib/prose-parenthetical.mts
.config/fleet/oxlint-plugin/lib/rule-tester-oxlint-runner.mts
.config/fleet/oxlint-plugin/lib/rule-tester.mts
.config/fleet/oxlint-plugin/lib/rule-types.mts
.config/fleet/oxlint-plugin/lib/runtime-feature-floors.mts
.config/fleet/oxlint-plugin/lib/socket-lib-messages.mts
.config/fleet/oxlint-plugin/lib/test-file.mts
.config/fleet/oxlint-plugin/lib/vitest-fn-call.mts
.config/fleet/oxlint-plugin/package.json
.config/fleet/oxlint.config.mts
.config/fleet/playwright/agent-banner-shield.svg
.config/fleet/playwright/agent-banner.js
.config/fleet/playwright/agent-favicon.svg
.config/fleet/playwright/challenge-screen.js
.config/fleet/playwright/mcp-config.json
.config/fleet/playwright/operator-note.js
.config/fleet/pnpm-workspace.fleet.yaml
.config/fleet/rolldown/bundle-stub.mts
.config/fleet/rolldown/engine-gate-fold.mts
.config/fleet/rolldown/factory-collision.mts
.config/fleet/rolldown/hook-bundle-excluded.config.mts
.config/fleet/rolldown/hook-bundle-snapshot.config.mts
.config/fleet/rolldown/hook-bundle.config.mts
.config/fleet/rolldown/lib-snapshot-fix.mts
.config/fleet/rolldown/oxlint-plugin.config.mts
.config/fleet/sfw-bypass-list.txt
.config/fleet/taze.config.mts
.config/fleet/tsconfig.base.json
.config/fleet/tsconfig.check.base.json
.config/fleet/vitest.coverage.fleet.config.mts
.config/fleet/vitest.fuzz.fleet.config.mts
.config/repo/external-tools.json
.github/actions/fleet/cleanup-git-signing/action.yml
.github/actions/fleet/crates-io-auth/action.yml
.github/actions/fleet/download-artifact/action.yml
.github/actions/fleet/github-pr-app-token/action.yml
.github/actions/fleet/github-pr-app-token/mint-app-installation-token.mjs
.github/actions/fleet/github-release-app-token/action.yml
.github/actions/fleet/github-release-app-token/mint-app-installation-token.d.mts
.github/actions/fleet/github-release-app-token/mint-app-installation-token.mjs
.github/actions/fleet/github-release/action.yml
.github/actions/fleet/github-release/cut-immutable-release.d.mts
.github/actions/fleet/github-release/cut-immutable-release.mjs
.github/actions/fleet/run-offline/action.yml
.github/actions/fleet/run-script/action.yml
.github/actions/fleet/setup-git-signing/action.yml
.github/actions/fleet/setup-go-toolchain/action.yml
.github/actions/fleet/setup-odai/action.yml
.github/actions/fleet/setup-rust-cache/action.yml
.github/actions/fleet/setup-rust-toolchain/action.yml
.github/actions/fleet/upload-artifact/action.yml
.github/local-ci.Dockerfile
.github/zizmor.yml
.mcp.json
docs/design/fleet/README.md
docs/design/fleet/components.css
docs/design/fleet/tokens.css
docs/fleet/agents.md/a-peers-claim-is-a-lead.md
docs/fleet/agents.md/adversarial-self-review.md
docs/fleet/agents.md/agent-actions-via-scripts.md
docs/fleet/agents.md/agent-delegation.md
docs/fleet/agents.md/agent-detection-surfaces.md
docs/fleet/agents.md/agents-and-skills.md
docs/fleet/agents.md/artifact-hygiene.md
docs/fleet/agents.md/binary-vs-napi-naming.md
docs/fleet/agents.md/bypass-phrases.md
docs/fleet/agents.md/c8-ignore-directives.md
docs/fleet/agents.md/cascade-file-classification.md
docs/fleet/agents.md/cascade-is-a-unit.md
docs/fleet/agents.md/cascaded-hook-catalog.md
docs/fleet/agents.md/ci-env-is-runner-only.md
docs/fleet/agents.md/claude-md-is-a-bullet-index.md
docs/fleet/agents.md/code-first-then-ai.md
docs/fleet/agents.md/code-is-law.md
docs/fleet/agents.md/code-style.md
docs/fleet/agents.md/commit-cadence-format.md
docs/fleet/agents.md/commit-signing.md
docs/fleet/agents.md/config-segregation.md
docs/fleet/agents.md/conformance-runners.md
docs/fleet/agents.md/context-budget.md
docs/fleet/agents.md/copyleft-boundaries.md
docs/fleet/agents.md/coverage-lanes.md
docs/fleet/agents.md/coverage-ratchet.md
docs/fleet/agents.md/cross-tool-agents.md
docs/fleet/agents.md/database.md
docs/fleet/agents.md/default-branch-resolution.md
docs/fleet/agents.md/delegating-execution.md
docs/fleet/agents.md/dep-zero-inlining.md
docs/fleet/agents.md/dependency-spec-pinning.md
docs/fleet/agents.md/diagnosing-bugs.md
docs/fleet/agents.md/drift-watch.md
docs/fleet/agents.md/ecosystem-impact-measurement.md
docs/fleet/agents.md/enforcement-ratchet.md
docs/fleet/agents.md/error-messages.md
docs/fleet/agents.md/export-and-no-any.md
docs/fleet/agents.md/fable-fallback.md
docs/fleet/agents.md/feature-completeness.md
docs/fleet/agents.md/file-size.md
docs/fleet/agents.md/fix-at-the-source-not-the-mirror.md
docs/fleet/agents.md/fix-forward-not-revert.md
docs/fleet/agents.md/fleet-doctor.md
docs/fleet/agents.md/fleet-pack-distribution.md
docs/fleet/agents.md/format-before-lint.md
docs/fleet/agents.md/gated-extension-point.md
docs/fleet/agents.md/generated-files-are-never-gated.md
docs/fleet/agents.md/generated-outputs-are-untracked.md
docs/fleet/agents.md/gh-token-hygiene.md
docs/fleet/agents.md/git-config-write-guard.md
docs/fleet/agents.md/github-action-release-contract.md
docs/fleet/agents.md/github-token-limitations.md
docs/fleet/agents.md/golden-fixtures.md
docs/fleet/agents.md/history-rewrites.md
docs/fleet/agents.md/hook-bundle.md
docs/fleet/agents.md/hook-registry.md
docs/fleet/agents.md/human-gates.md
docs/fleet/agents.md/immutable-references.md
docs/fleet/agents.md/immutable-releases.md
docs/fleet/agents.md/inclusive-language.md
docs/fleet/agents.md/judgment-and-self-evaluation.md
docs/fleet/agents.md/lint-parity-across-languages.md
docs/fleet/agents.md/lint-rules.md
docs/fleet/agents.md/locking-down-claude.md
docs/fleet/agents.md/lockstep.md
docs/fleet/agents.md/long-running-tasks.md
docs/fleet/agents.md/match-error-codes-not-messages.md
docs/fleet/agents.md/max-file-lines-hard-cap-only.md
docs/fleet/agents.md/memory-codification.md
docs/fleet/agents.md/module-naming.md
docs/fleet/agents.md/multi-ecosystem-soak.md
docs/fleet/agents.md/multi-janus-mcp-shim.md
docs/fleet/agents.md/no-burn-down-lists.md
docs/fleet/agents.md/no-comment-glob-star-slash.md
docs/fleet/agents.md/no-deferred-residue.md
docs/fleet/agents.md/no-deprecation.md
docs/fleet/agents.md/no-disable-lint-rule.md
docs/fleet/agents.md/no-live-network-in-tests.md
docs/fleet/agents.md/no-local-fork.md
docs/fleet/agents.md/no-module-eval-side-effects.md
docs/fleet/agents.md/no-underscore-identifiers.md
docs/fleet/agents.md/npm-2fa-web-auth.md
docs/fleet/agents.md/npm-anti-bot-rhythm.md
docs/fleet/agents.md/npm-publish-scanning.md
docs/fleet/agents.md/options-object.md
docs/fleet/agents.md/pack-first-distribution.md
docs/fleet/agents.md/parallel-claude-sessions.md
docs/fleet/agents.md/parser-comments.md
docs/fleet/agents.md/path-hygiene.md
docs/fleet/agents.md/paths-are-normalized-before-match-at-edit.md
docs/fleet/agents.md/performance.md
docs/fleet/agents.md/piped-exit-code-belongs-to-the-filter.md
docs/fleet/agents.md/plan-storage.md
docs/fleet/agents.md/pnpm-patching.md
docs/fleet/agents.md/portable-microarch.md
docs/fleet/agents.md/pr-care.md
docs/fleet/agents.md/pr-review-comments.md
docs/fleet/agents.md/precommit-time-gate.md
docs/fleet/agents.md/prefer-inlining-small-deps.md
docs/fleet/agents.md/preflight-before-the-gate.md
docs/fleet/agents.md/private-package-identity.md
docs/fleet/agents.md/prompt-injection.md
docs/fleet/agents.md/prose-style-and-doctrine.md
docs/fleet/agents.md/public-surface-hygiene.md
docs/fleet/agents.md/publish-provenance.md
docs/fleet/agents.md/published-dist-is-readable.md
docs/fleet/agents.md/pull-request-target.md
docs/fleet/agents.md/push-policy.md
docs/fleet/agents.md/quiet-guards.md
docs/fleet/agents.md/release-pins-are-canonical.md
docs/fleet/agents.md/release-tag-escape-hatch.md
docs/fleet/agents.md/release-vs-cascade.md
docs/fleet/agents.md/repo-map.md
docs/fleet/agents.md/reporting-in-ste100.md
docs/fleet/agents.md/researching-recency.md
docs/fleet/agents.md/runtime-feature-floors.md
docs/fleet/agents.md/runtime-state-and-caches.md
docs/fleet/agents.md/rust-members.md
docs/fleet/agents.md/safe-placeholder-values.md
docs/fleet/agents.md/scope-work-into-landable-chunks.md
docs/fleet/agents.md/script-aggregation.md
docs/fleet/agents.md/security-primitives-have-consumers.md
docs/fleet/agents.md/security-stack.md
docs/fleet/agents.md/self-describing-scripts.md
docs/fleet/agents.md/sfw-persistent-ca.md
docs/fleet/agents.md/shared-module-is-named-util.md
docs/fleet/agents.md/shared-workflow-cascade.md
docs/fleet/agents.md/single-gitignore.md
docs/fleet/agents.md/single-source-of-truth.md
docs/fleet/agents.md/skill-model-routing.md
docs/fleet/agents.md/socket-bypass-markers.md
docs/fleet/agents.md/sorting.md
docs/fleet/agents.md/squash-until-release.md
docs/fleet/agents.md/stop-means-finish-the-commit.md
docs/fleet/agents.md/stop-the-bleeding.md
docs/fleet/agents.md/stranded-cascades.md
docs/fleet/agents.md/team-stars.md
docs/fleet/agents.md/telemetry-lockdown.md
docs/fleet/agents.md/terse-comments.md
docs/fleet/agents.md/test-layout.md
docs/fleet/agents.md/test-scripts-defer-to-mts.md
docs/fleet/agents.md/token-hygiene.md
docs/fleet/agents.md/token-spend.md
docs/fleet/agents.md/tooling.md
docs/fleet/agents.md/trusted-publishing-posture.md
docs/fleet/agents.md/twin-enforcers.md
docs/fleet/agents.md/untracked-by-default.md
docs/fleet/agents.md/untrusted-cwd.md
docs/fleet/agents.md/upstream-references.md
docs/fleet/agents.md/verify-state-before-acting.md
docs/fleet/agents.md/version-bumps.md
docs/fleet/agents.md/vocabulary.md
docs/fleet/agents.md/wheelhouse-controlled-drift.md
docs/fleet/agents.md/windows-gotchas.md
docs/fleet/agents.md/workflow-run-retention.md
docs/fleet/agents.md/worktree-hygiene.md
docs/fleet/agents.md/writing-skills-well.md
docs/references/fleet/sfw-local-install.md
opencode.json
patches/brace-expansion@5.0.9.patch
patches/minimatch@10.2.6.patch
scripts/fleet/agent-orphan-sweep.mts
scripts/fleet/ai-backends-status.mts
scripts/fleet/ai-codify/cli.mts
scripts/fleet/ai-codify/codify-guidance.mts
scripts/fleet/ai-lint-fix.mts
scripts/fleet/ai-lint-fix/claude.mts
scripts/fleet/ai-lint-fix/health.mts
scripts/fleet/ai-lint-fix/odai-fix.mts
scripts/fleet/ai-lint-fix/oxlint-json.mts
scripts/fleet/ai-lint-fix/prompt.mts
scripts/fleet/ai-lint-fix/rule-guidance.mts
scripts/fleet/ai/agent-offload.mts
scripts/fleet/ai/anthropic-key.mts
scripts/fleet/ai/balancer/active-rung.mts
scripts/fleet/ai/balancer/anthropic-key-command.mts
scripts/fleet/ai/balancer/anthropic-to-openai.mts
scripts/fleet/ai/balancer/api-key-helper.d.mts
scripts/fleet/ai/balancer/auth.mts
scripts/fleet/ai/balancer/compaction-trigger.mts
scripts/fleet/ai/balancer/context-budget.mts
scripts/fleet/ai/balancer/errors.mts
scripts/fleet/ai/balancer/failover-candidate.mts
scripts/fleet/ai/balancer/failover.mts
scripts/fleet/ai/balancer/image-assessor.mts
scripts/fleet/ai/balancer/image-inputs.mts
scripts/fleet/ai/balancer/measure-vision-fidelity.mts
scripts/fleet/ai/balancer/memory-sentinel.mts
scripts/fleet/ai/balancer/openai-to-anthropic.mts
scripts/fleet/ai/balancer/opencode-rungs.mts
scripts/fleet/ai/balancer/pick-image-assessor.mts
scripts/fleet/ai/balancer/probe.mts
scripts/fleet/ai/balancer/proxy.mts
scripts/fleet/ai/balancer/request-facts.mts
scripts/fleet/ai/balancer/request-route.mts
scripts/fleet/ai/balancer/routing.mts
scripts/fleet/ai/balancer/rung-policy.mts
scripts/fleet/ai/balancer/service-units.mts
scripts/fleet/ai/balancer/service.mts
scripts/fleet/ai/balancer/training-warning.mts
scripts/fleet/ai/balancer/transform-request.mts
scripts/fleet/ai/balancer/transport.mts
scripts/fleet/ai/balancer/upstream-head.mts
scripts/fleet/ai/balancer/usage-ledger.mts
scripts/fleet/ai/balancer/watchdog.mts
scripts/fleet/ai/claude-model.mts
scripts/fleet/ai/client-limits.mts
scripts/fleet/ai/codex-model.mts
scripts/fleet/ai/fireconnect-claude.mts
scripts/fleet/ai/fireconnect-config.mts
scripts/fleet/ai/infra.mts
scripts/fleet/ai/model-catalog.mts
scripts/fleet/ai/model-choices.mts
scripts/fleet/ai/model-list-cache.mts
scripts/fleet/ai/model-target-ids.mts
scripts/fleet/ai/model-targets.mts
scripts/fleet/ai/model-training-policy.mts
scripts/fleet/ai/odai.mts
scripts/fleet/ai/opencode-auth-store.mts
scripts/fleet/ai/opencode-auth.mts
scripts/fleet/ai/provider-apis.mts
scripts/fleet/ai/provider-availability.mts
scripts/fleet/ai/provider-credentials.mts
scripts/fleet/ai/provider-models.mts
scripts/fleet/ai/shims/claude-code-shim.mts
scripts/fleet/ai/shims/cli-shim-shared.mts
scripts/fleet/ai/shims/codex-shim.mts
scripts/fleet/ai/synthetic-quota.mts
scripts/fleet/analyze-range-consolidation/adapter.mts
scripts/fleet/analyze-range-consolidation/cli.mts
scripts/fleet/analyze-range-consolidation/ecosystems/npm-declared-ranges.mts
scripts/fleet/analyze-range-consolidation/ecosystems/npm-override-audit.mts
scripts/fleet/analyze-range-consolidation/ecosystems/npm.mts
scripts/fleet/analyze-range-consolidation/override-audit-report.mts
scripts/fleet/analyze-range-consolidation/override-audit.mts
scripts/fleet/analyze-range-consolidation/verdict.mts
scripts/fleet/apple-notarize.mts
scripts/fleet/apple-sign.mts
scripts/fleet/archives/tar-executable.mts
scripts/fleet/artifact/client.mts
scripts/fleet/artifact/download.mts
scripts/fleet/artifact/twirp.mts
scripts/fleet/artifact/upload.mts
scripts/fleet/artifact/zip.mts
scripts/fleet/attest/claims.mts
scripts/fleet/attest/cli-args.mts
scripts/fleet/attest/endpoints.mts
scripts/fleet/attest/provenance.mts
scripts/fleet/attest/statement.mts
scripts/fleet/attest/store.mts
scripts/fleet/attest/subject.mts
scripts/fleet/audit-transcript.mts
scripts/fleet/auditing-history/patch-id.mts
scripts/fleet/auditing-history/types.mts
scripts/fleet/backup-branches.mts
scripts/fleet/backup-branches/naming.mts
scripts/fleet/backup-branches/normalize.mts
scripts/fleet/backup-branches/policy.mts
scripts/fleet/backup-branches/prune.mts
scripts/fleet/backup-branches/report.mts
scripts/fleet/backup-branches/stash-git.mts
scripts/fleet/backup-branches/stash-policy.mts
scripts/fleet/backup-branches/stashes.mts
scripts/fleet/backup-branches/unique-content.mts
scripts/fleet/backup-work.mts
scripts/fleet/balancer/fleet-ports.mts
scripts/fleet/balancer/gauge-ramp.mts
scripts/fleet/balancer/latency.mts
scripts/fleet/balancer/liveness.mts
scripts/fleet/balancer/settings.mts
scripts/fleet/brew-publish.mts
scripts/fleet/browser-control-graft.mts
scripts/fleet/browser/chrome-cdp.mts
scripts/fleet/browser/control/acquire.mts
scripts/fleet/browser/control/auth-flow.mts
scripts/fleet/browser/control/browser-channel.mts
scripts/fleet/browser/control/chrome-binary.mts
scripts/fleet/browser/control/launch-shape.mts
scripts/fleet/browser/control/law.mts
scripts/fleet/browser/control/one-password.mts
scripts/fleet/browser/control/profiles.mts
scripts/fleet/browser/control/sanctioned-files.mts
scripts/fleet/browser/control/singleton-lock.mts
scripts/fleet/browser/open-url.mts
scripts/fleet/browser/timeouts.mts
scripts/fleet/build-hook-bundle.mts
scripts/fleet/build-hook-snapshot.mts
scripts/fleet/build-infra/lib/external-tools-schema.json
scripts/fleet/build-oxlint-bundle.mts
scripts/fleet/build-snapshot-launcher.mts
scripts/fleet/bump.mts
scripts/fleet/bump/invocation.mts
scripts/fleet/bump/lockstep-write.mts
scripts/fleet/bump/manifest-write.mts
scripts/fleet/bump/placeholder-release.mts
scripts/fleet/bump/reentry.mts
scripts/fleet/bump/release-section.mts
scripts/fleet/bump/subject.mts
scripts/fleet/bump/version-resolution.mts
scripts/fleet/cache/cache-cli.mts
scripts/fleet/cache/client.mts
scripts/fleet/cache/restore.mts
scripts/fleet/cache/save.mts
scripts/fleet/cache/tar-archive.mts
scripts/fleet/cache/twirp.mts
scripts/fleet/cargo-publish.mts
scripts/fleet/changelog/commits.mts
scripts/fleet/changelog/compose.mts
scripts/fleet/changelog/links.mts
scripts/fleet/changelog/render.mts
scripts/fleet/changelog/scopes.mts
scripts/fleet/changelog/sections.mts
scripts/fleet/check.mts
scripts/fleet/check/_shared/generated-artifacts.mts
scripts/fleet/check/_shared/literal-path-tails.mts
scripts/fleet/check/account-identity-is-not-committed.mts
scripts/fleet/check/action-pins-are-current.mts
scripts/fleet/check/action-ports-are-lock-stepped.mts
scripts/fleet/check/actions-are-segmented.mts
scripts/fleet/check/actions-checkout-is-absent.mts
scripts/fleet/check/actions-secrets-are-declared.mts
scripts/fleet/check/added-statements-are-covered.mts
scripts/fleet/check/agent-offload-routes-are-declared.mts
scripts/fleet/check/agents-are-well-formed.mts
scripts/fleet/check/agents-have-rule-citations.mts
scripts/fleet/check/ai-balancer-is-supervised.mts
scripts/fleet/check/ai-balancer-starts-on-session.mts
scripts/fleet/check/ai-balancer-watchdog-is-supervised.mts
scripts/fleet/check/ai-spawns-have-paired-effort.mts
scripts/fleet/check/alias-mirrors-are-ungated.mts
scripts/fleet/check/allowlist-entries-are-justified.mts
scripts/fleet/check/app-token-minters-are-identical.mts
scripts/fleet/check/app-tokens-are-scoped.mts
scripts/fleet/check/artifact-gates-are-real.mts
scripts/fleet/check/backend-routing-is-legal.mts
scripts/fleet/check/balancer-primary-rung-is-paid.mts
scripts/fleet/check/balancer-routing-is-context-aware.mts
scripts/fleet/check/baseline-catalog-deps-are-covered.mts
scripts/fleet/check/block-comments-are-closed-once.mts
scripts/fleet/check/bot-signing-email-matches-key.mts
scripts/fleet/check/brand-assets-are-canonically-named.mts
scripts/fleet/check/brew-install-is-pinned.mts
scripts/fleet/check/brew-supply-chain-is-hardened-at-commit.mts
scripts/fleet/check/build-microarch-is-portable.mts
scripts/fleet/check/bundle-catalog-pins-are-locked.mts
scripts/fleet/check/bundle-is-installable.mts
scripts/fleet/check/bypass-phrases-are-metadata.mts
scripts/fleet/check/capability-hooks-are-conditional-only.mts
scripts/fleet/check/cargo-soak-config-is-current.mts
scripts/fleet/check/cascade-additions-are-justified.mts
scripts/fleet/check/cascade-followups-are-settled.mts
scripts/fleet/check/cascaded-fleet-trees-have-no-tests.mts
scripts/fleet/check/catalog-pins-are-not-deprecated.mts
scripts/fleet/check/changelog-is-commit-derived.mts
scripts/fleet/check/check-names-are-assertions.mts
scripts/fleet/check/check-registrations-resolve.mts
scripts/fleet/check/checks-are-wired.mts
scripts/fleet/check/checks-carry-no-burn-down-lists.mts
scripts/fleet/check/ci-local-is-canonical.mts
scripts/fleet/check/classic-branch-protections-are-absent.mts
scripts/fleet/check/claude-config-is-hardened.mts
scripts/fleet/check/claude-dirs-are-segmented.mts
scripts/fleet/check/claude-md-citations-resolve.mts
scripts/fleet/check/claude-md-fits-the-project-doc-budget.mts
scripts/fleet/check/claude-md-repo-section-is-a-bullet-index.mts
scripts/fleet/check/claude-md-rules-are-enforced.mts
scripts/fleet/check/claude-md-rules-are-informative.mts
scripts/fleet/check/claude-settings-env-matches-fleet-env.mts
scripts/fleet/check/claude-settings-fleet-markers-are-short.mts
scripts/fleet/check/collections-are-single-sourced.mts
scripts/fleet/check/comment-markers-are-honeypot-inert.mts
scripts/fleet/check/commits-are-signed.mts
scripts/fleet/check/commits-have-no-ai-attribution.mts
scripts/fleet/check/commits-have-no-ai-attribution/commit-history.mts
scripts/fleet/check/commits-have-no-ai-attribution/registry-boundary.mts
scripts/fleet/check/commits-have-no-ai-attribution/release-boundary.mts
scripts/fleet/check/commits-have-no-ai-attribution/report.mts
scripts/fleet/check/commits-have-no-ai-attribution/scan.mts
scripts/fleet/check/committed-dist-is-current.mts
scripts/fleet/check/committed-scripts-have-no-fetch-exec.mts
scripts/fleet/check/config-refs-are-segregated-at-commit.mts
scripts/fleet/check/consumed-safe-delete-is-opt-in.mts
scripts/fleet/check/container-refs-are-digest-pinned.mts
scripts/fleet/check/context-cost-is-under-the-ratchet.mts
scripts/fleet/check/convention-guards-consult-fleet-context.mts
scripts/fleet/check/copyleft-licenses-are-current.mts
scripts/fleet/check/copyleft-slices-are-tests-only.mts
scripts/fleet/check/coverage-badge-is-current.mts
scripts/fleet/check/coverage-config-is-consolidated.mts
scripts/fleet/check/coverage-exclusions-are-documented.mts
scripts/fleet/check/coverage-lanes-are-wired.mts
scripts/fleet/check/coverage-thresholds-are-ratcheted.mts
scripts/fleet/check/credential-helpers-resolve.mts
scripts/fleet/check/dedup-patches-are-justified.mts
scripts/fleet/check/denied-domains-are-absent.mts
scripts/fleet/check/dep-zero-errors-are-inlined.mts
scripts/fleet/check/dependencies-are-deduped.mts
scripts/fleet/check/dependency-specs-are-registry-or-workspace.mts
scripts/fleet/check/design-skill-cluster-is-connected.mts
scripts/fleet/check/disclosure-content-is-grounded.mts
scripts/fleet/check/dispatch-artifacts-are-rebuilt.mts
scripts/fleet/check/dispatch-matchers-cover-hook-tools.mts
scripts/fleet/check/dispatch-table-is-current.mts
scripts/fleet/check/doc-references-resolve.mts
scripts/fleet/check/docs-file-references-resolve.mts
scripts/fleet/check/dual-use-declarations-are-complete.mts
scripts/fleet/check/endpoints-are-outside-china-jurisdiction.mts
scripts/fleet/check/entry-scripts-are-born-tested.mts
scripts/fleet/check/entry-scripts-are-fail-soft.mts
scripts/fleet/check/entry-scripts-are-self-describing.mts
scripts/fleet/check/env-kill-switches-are-absent-at-commit.mts
scripts/fleet/check/error-messages-are-thorough-at-commit.mts
scripts/fleet/check/error-patterns-are-code-keyed.mts
scripts/fleet/check/exports-are-referenced.mts
scripts/fleet/check/external-refs-carry-sha-and-label.mts
scripts/fleet/check/external-tools-are-declared-once.mts
scripts/fleet/check/external-tools-are-sorted.mts
scripts/fleet/check/external-tools-are-valid.mts
scripts/fleet/check/external-tools-match-wheelhouse.mts
scripts/fleet/check/fable-spawns-have-opus-fallback.mts
scripts/fleet/check/features-are-complete.mts
scripts/fleet/check/fetch-allowlist-derived-copies-are-current.mts
scripts/fleet/check/fetch-allowlist-is-gh-aw-subset.mts
scripts/fleet/check/fetch-allowlist-is-respected-at-commit.mts
scripts/fleet/check/fixture-names-are-descriptive.mts
scripts/fleet/check/fleet-artifacts-are-complete.mts
scripts/fleet/check/fleet-pack-ci-files-are-tracked.mts
scripts/fleet/check/fleet-pack-workflow-payloads-are-fetchable.mts
scripts/fleet/check/fleet-soak-exclude-parity.mts
scripts/fleet/check/format-write-is-convergent.mts
scripts/fleet/check/fresh-members-are-squashed-until-release.mts
scripts/fleet/check/fuzz-targets-are-sound.mts
scripts/fleet/check/fuzz-tiers-are-covered.mts
scripts/fleet/check/generated-artifacts-are-current.mts
scripts/fleet/check/generated-globs-are-consistent.mts
scripts/fleet/check/generated-outputs-are-untracked.mts
scripts/fleet/check/gh-aw-emissions-are-declared.mts
scripts/fleet/check/gh-aw-locks-are-current.mts
scripts/fleet/check/gh-aw-workflow-models-are-canonical.mts
scripts/fleet/check/gh-default-repo-matches-origin.mts
scripts/fleet/check/gha-allowlist-matches-template-uses.mts
scripts/fleet/check/git-credentials-are-not-ambient.mts
scripts/fleet/check/git-fetch-bootstraps-are-lock-stepped.mts
scripts/fleet/check/git-hooks-have-exit-status-propagation.mts
scripts/fleet/check/github-action-aliases-are-not-frozen.mts
scripts/fleet/check/gitignore-is-single-file-at-commit.mts
scripts/fleet/check/glob-lists-are-sorted.mts
scripts/fleet/check/go-deps-are-soaked.mts
scripts/fleet/check/golden-fixtures-are-named-golden-at-commit.mts
scripts/fleet/check/guard-blocks-are-pithy.mts
scripts/fleet/check/handoff-docs-are-untracked.mts
scripts/fleet/check/hook-bundle-build-is-clean.mts
scripts/fleet/check/hook-dirs-are-not-husks.mts
scripts/fleet/check/hook-main-is-entrypoint-guarded.mts
scripts/fleet/check/hook-names-are-accurate.mts
scripts/fleet/check/hook-registry-is-current.mts
scripts/fleet/check/hook-snapshot-is-wired.mts
scripts/fleet/check/hook-verdicts-are-typed.mts
scripts/fleet/check/hooks-have-no-guard-nudge-overlap.mts
scripts/fleet/check/hooks-have-unit-tests.mts
scripts/fleet/check/human-gate-lanes-are-runnable.mts
scripts/fleet/check/ignored-files-are-untracked.mts
scripts/fleet/check/keychain-reads-are-test-safe.mts
scripts/fleet/check/lint-configs-protect-verbatim.mts
scripts/fleet/check/lint-rules-have-unit-tests.mts
scripts/fleet/check/linters-are-oxlint-oxfmt-only.mts
scripts/fleet/check/local-ci-skip-locks-is-guarded.mts
scripts/fleet/check/lock-step-headers-match.mts
scripts/fleet/check/lock-step-refs-resolve.mts
scripts/fleet/check/lockstep-mirror-markers-are-declared.mts
scripts/fleet/check/long-doc-sections-are-folded.mts
scripts/fleet/check/main-branch-rules-are-enforced.mts
scripts/fleet/check/managed-file-imports-are-managed.mts
scripts/fleet/check/markdown-doc-headers-are-plain.mts
scripts/fleet/check/markdown-filenames-are-canonical-at-commit.mts
scripts/fleet/check/mcp-client-configs-are-current.mts
scripts/fleet/check/mcp-servers-expose-named-tools.mts
scripts/fleet/check/member-ci-fires-on-push.mts
scripts/fleet/check/member-dirs-are-not-nested.mts
scripts/fleet/check/member-fetcher-matches-pinned-pack.mts
scripts/fleet/check/member-repos-resolve.mts
scripts/fleet/check/memories-are-codified-at-commit.mts
scripts/fleet/check/model-fallback-persists-per-repo.mts
scripts/fleet/check/multi-crate-cargo-versions-are-bare.mts
scripts/fleet/check/mutating-skills-have-model.mts
scripts/fleet/check/name-rename-is-complete.mts
scripts/fleet/check/native-sources-are-doctrine-clean.mts
scripts/fleet/check/native-tests-are-network-off.mts
scripts/fleet/check/node-modules-symlink-is-ignored.mts
scripts/fleet/check/npm-package-page-is-visible.mts
scripts/fleet/check/npm-packages-are-bot-co-owned.mts
scripts/fleet/check/odai-legs-are-switched-on.mts
scripts/fleet/check/opencode-guard-bridge-is-loadable.mts
scripts/fleet/check/options-objects-are-last.mts
scripts/fleet/check/output-styles-are-well-formed.mts
scripts/fleet/check/oxlint-plugin-loads.mts
scripts/fleet/check/pack-bytes-have-no-private-refs.mts
scripts/fleet/check/pack-contents-are-clean.mts
scripts/fleet/check/pack-imports-are-lib-stable.mts
scripts/fleet/check/pack-reads-are-registry-only.mts
scripts/fleet/check/package-files-are-allowlisted.mts
scripts/fleet/check/package-manager-auto-update-is-disabled-at-commit.mts
scripts/fleet/check/package-manager-node-is-continuous.mts
scripts/fleet/check/package-manager-pins-are-synced.mts
scripts/fleet/check/packed-readme-pins-release-refs.mts
scripts/fleet/check/path-tools-are-at-pinned-version.mts
scripts/fleet/check/paths-are-canonical.mts
scripts/fleet/check/paths-are-constructed-once.mts
scripts/fleet/check/paths-are-normalized-before-match-at-commit.mts
scripts/fleet/check/paths/allowlist.mts
scripts/fleet/check/paths/exempt.mts
scripts/fleet/check/paths/rules.mts
scripts/fleet/check/paths/scan-code.mts
scripts/fleet/check/paths/scan-script.mts
scripts/fleet/check/paths/scan-workflow.mts
scripts/fleet/check/paths/state.mts
scripts/fleet/check/paths/types.mts
scripts/fleet/check/paths/walk.mts
scripts/fleet/check/payload-importers-are-preserved.mts
scripts/fleet/check/pin-coupled-todos-are-resolved.mts
scripts/fleet/check/pinned-labels-match-shas.mts
scripts/fleet/check/platform-tails-match-naming-domain.mts
scripts/fleet/check/playwright-launches-are-sanctioned.mts
scripts/fleet/check/pnpm-run-citations-resolve.mts
scripts/fleet/check/pnpm-run-flags-have-no-bare-dash.mts
scripts/fleet/check/pr-refs-in-docs-are-linked.mts
scripts/fleet/check/precommit-steps-are-bounded.mts
scripts/fleet/check/prettierignore-globs-are-anchored.mts
scripts/fleet/check/priced-models-cover-observed-usage.mts
scripts/fleet/check/pricing-data-is-current.mts
scripts/fleet/check/private-packages-are-unpublishable.mts
scripts/fleet/check/private-paths-are-absent-at-commit.mts
scripts/fleet/check/prose-em-dashes-are-absent.mts
scripts/fleet/check/prose-parenthetical-asides-are-absent.mts
scripts/fleet/check/provenance-is-attested.mts
scripts/fleet/check/public-files-are-exported.mts
scripts/fleet/check/publish-config-is-hardened.mts
scripts/fleet/check/publish-entrypoints-are-fleet-composed.mts
scripts/fleet/check/publish-entrypoints-are-uniform.mts
scripts/fleet/check/publish-environments-are-branch-restricted.mts
scripts/fleet/check/publish-workflows-are-conventionally-named.mts
scripts/fleet/check/publish-workflows-are-staged-fail-closed.mts
scripts/fleet/check/published-dist-is-readable.mts
scripts/fleet/check/published-packages-are-release-ready.mts
scripts/fleet/check/published-packages-have-files-field.mts
scripts/fleet/check/published-versions-have-releases.mts
scripts/fleet/check/release-and-cascade-are-paired.mts
scripts/fleet/check/release-pins-are-canonical.mts
scripts/fleet/check/release-publish-scripts-are-conventionally-named.mts
scripts/fleet/check/release-receipts-match-observable-state.mts
scripts/fleet/check/release-tags-are-immutable.mts
scripts/fleet/check/release-tags-match-provenance.mts
scripts/fleet/check/repo-glyphs-are-current.mts
scripts/fleet/check/repo-owned-claude-paths-are-tracked.mts
scripts/fleet/check/report-paths-are-helper-built.mts
scripts/fleet/check/researching-recency-contract-is-current.mts
scripts/fleet/check/review-stages-are-ordered.mts
scripts/fleet/check/root-files-are-sanctioned.mts
scripts/fleet/check/rule-citations-are-generic-at-commit.mts
scripts/fleet/check/rust-toolchain-pins-are-synced.mts
scripts/fleet/check/safe-delete-targets-are-guarded.mts
scripts/fleet/check/scanner-parity.mts
scripts/fleet/check/script-paths-resolve.mts
scripts/fleet/check/scripts-are-segmented.mts
scripts/fleet/check/security-posture-matches-law.mts
scripts/fleet/check/security-primitives-have-consumers.mts
scripts/fleet/check/setup-is-prompt-less.mts
scripts/fleet/check/setup-is-prompt-less/evaluate.mts
scripts/fleet/check/sfw-ca-env-is-wired.mts
scripts/fleet/check/shared-hook-helpers-are-used.mts
scripts/fleet/check/shared-modules-are-named-util.mts
scripts/fleet/check/skill-delegations-resolve.mts
scripts/fleet/check/skill-system-is-coherent.mts
scripts/fleet/check/skills-are-well-formed.mts
scripts/fleet/check/skillspector-pin-is-consistent.mts
scripts/fleet/check/soak-excludes-have-dates.mts
scripts/fleet/check/soak-excludes-have-dates/external-tools.mts
scripts/fleet/check/soak-excludes-match-package-trust.mts
scripts/fleet/check/soak-time-is-consistent.mts
scripts/fleet/check/socket-pins-are-never-lowered.mts
scripts/fleet/check/socket-wheelhouse-config-matches-schema.mts
scripts/fleet/check/source-is-windows-portable.mts
scripts/fleet/check/sources-are-mts.mts
scripts/fleet/check/sparkle-auto-update-is-disabled.mts
scripts/fleet/check/stable-aliases-match-base.mts
scripts/fleet/check/stage-approvals-have-ids.mts
scripts/fleet/check/static-imports-are-declared.mts
scripts/fleet/check/stray-artifacts-are-absent.mts
scripts/fleet/check/subagent-status-doc-is-current.mts
scripts/fleet/check/submodules-are-rooted-in-upstream.mts
scripts/fleet/check/submodules-are-sparse-or-annotated.mts
scripts/fleet/check/suppressed-rules-resolve.mts
scripts/fleet/check/taze-is-single-registry.mts
scripts/fleet/check/telemetry-deps-are-reviewed.mts
scripts/fleet/check/telemetry-env-is-disabled.mts
scripts/fleet/check/template-tiers-are-segmented.mts
scripts/fleet/check/test-credentials-are-safe-placeholders.mts
scripts/fleet/check/test-files-are-runner-collected.mts
scripts/fleet/check/test-files-are-vitest-run.mts
scripts/fleet/check/test-identities-are-fictional.mts
scripts/fleet/check/test-mocks-are-live.mts
scripts/fleet/check/test-scripts-are-deferred.mts
scripts/fleet/check/test-spawns-are-isolated.mts
scripts/fleet/check/tests-are-mirror-named.mts
scripts/fleet/check/tests-read-canonical-sources.mts
scripts/fleet/check/thin-untracks-are-recoverable.mts
scripts/fleet/check/third-party-actions-are-absent.mts
scripts/fleet/check/tracked-files-are-within-size-cap.mts
scripts/fleet/check/tracked-symlinks-are-safe.mts
scripts/fleet/check/training-models-respect-visibility.mts
scripts/fleet/check/trust-gates-are-not-weakened.mts
scripts/fleet/check/trusted-publishers-match-source.mts
scripts/fleet/check/twin-enforcers-are-paired.mts
scripts/fleet/check/type-gate-sees-build-types.mts
scripts/fleet/check/upstream-contracts-are-current.mts
scripts/fleet/check/upstream-gitlinks-are-absent-at-commit.mts
scripts/fleet/check/upstream-submodules-are-release-tagged.mts
scripts/fleet/check/upstream-submodules-are-shallow-single-branch.mts
scripts/fleet/check/usage-dedup-key-is-sound.mts
scripts/fleet/check/uv-lockfiles-are-current.mts
scripts/fleet/check/version-derivation-jobs-have-tags.mts
scripts/fleet/check/version-is-not-ahead-of-published.mts
scripts/fleet/check/vite-is-rolldown-native.mts
scripts/fleet/check/vitest-config-is-consolidated.mts
scripts/fleet/check/webhooks-are-allowlisted.mts
scripts/fleet/check/wheelhouse-controlled-files-are-classified.mts
scripts/fleet/check/workflow-env-is-action-supplied.mts
scripts/fleet/check/workflow-envs-have-full-fleet-env.mts
scripts/fleet/check/workflow-installs-have-the-socket-token.mts
scripts/fleet/check/workflow-scripts-are-explicit-scope.mts
scripts/fleet/check/workflow-sha-pins-are-stamped-at-commit.mts
scripts/fleet/check/workflow-token-is-read-only.mts
scripts/fleet/check/workflows-have-no-retired-secrets.mts
scripts/fleet/check/working-tree-is-clean.mts
scripts/fleet/check/workspace-importers-have-manifests.mts
scripts/fleet/checks/repo-filter.mts
scripts/fleet/checks/repo.mts
scripts/fleet/checks/steps-hooks.mts
scripts/fleet/checks/steps-paths.mts
scripts/fleet/checks/steps-release.mts
scripts/fleet/checks/steps.mts
scripts/fleet/checks/untrack-offenders.mts
scripts/fleet/clean.mts
scripts/fleet/cli/human-gate.mts
scripts/fleet/cli/picker.mts
scripts/fleet/cli/terminal-link.mts
scripts/fleet/clipboard-decode.mts
scripts/fleet/clone-repo.mts
scripts/fleet/codify-rule.mts
scripts/fleet/codify-scan/inventory.mts
scripts/fleet/comment-voice.mts
scripts/fleet/commit-paths.mts
scripts/fleet/compress.mts
scripts/fleet/consolidate-commits.mts
scripts/fleet/consolidate-commits/backup.mts
scripts/fleet/consolidate-commits/range.mts
scripts/fleet/consolidate-commits/report.mts
scripts/fleet/consolidate-commits/rewrite.mts
scripts/fleet/consolidate-reports.mts
scripts/fleet/constants/bot-identity.mts
scripts/fleet/constants/brew-tap-pins.mts
scripts/fleet/constants/burndown.mts
scripts/fleet/constants/catalog-holds.mts
scripts/fleet/constants/example-repo.mts
scripts/fleet/constants/fleet-pack-version.generated.mts
scripts/fleet/constants/generated-globs.mts
scripts/fleet/constants/model-pricing.generated.mts
scripts/fleet/constants/model-pricing.json
scripts/fleet/constants/npm-registry.mts
scripts/fleet/constants/oci-media-types.mts
scripts/fleet/constants/soak-excludes.mts
scripts/fleet/constants/soak.mts
scripts/fleet/constants/socket-scopes.mts
scripts/fleet/constants/source-extensions.mts
scripts/fleet/constants/taze-passes.mts
scripts/fleet/context-cost.mts
scripts/fleet/coordination/claim-tools.mts
scripts/fleet/coordination/claim.mts
scripts/fleet/cover-report.mts
scripts/fleet/cover-run.mts
scripts/fleet/cover.mts
scripts/fleet/cover/bun-lane.mts
scripts/fleet/cover/cpp-lane.mts
scripts/fleet/cover/discovery.mts
scripts/fleet/cover/go-lane.mts
scripts/fleet/cover/lane-contract.mts
scripts/fleet/cover/lane-paths.mts
scripts/fleet/cover/lanes.mts
scripts/fleet/cover/native-lanes.mts
scripts/fleet/cover/phases.mts
scripts/fleet/cover/run.mts
scripts/fleet/cover/rust-lane.mts
scripts/fleet/cover/scratch-isolation.mts
scripts/fleet/crate-release-sha.mts
scripts/fleet/cross-cli/fleet-fork-detect.mts
scripts/fleet/cross-cli/pretooluse-hook.mts
scripts/fleet/depot-ci.mts
scripts/fleet/dismiss-stale-dependabot-alerts.mts
scripts/fleet/doctor-git-probes.mts
scripts/fleet/doctor-worktree-probes.mts
scripts/fleet/doctor.mts
scripts/fleet/eco/cargo-workspaces.mts
scripts/fleet/eco/go-workspaces.mts
scripts/fleet/eco/pnpm-lockfile.mts
scripts/fleet/eco/rust/tool-pins.mts
scripts/fleet/eco/swift-targets.mts
scripts/fleet/errors/predicates.mts
scripts/fleet/estimate-ai-cost.mts
scripts/fleet/external-tools/_shared.mts
scripts/fleet/external-tools/add.mts
scripts/fleet/external-tools/clone-install.mts
scripts/fleet/external-tools/delete.mts
scripts/fleet/external-tools/edit.mts
scripts/fleet/external-tools/github.mts
scripts/fleet/external-tools/install-cloned.mts
scripts/fleet/external-tools/integrity.mts
scripts/fleet/external-tools/list.mts
scripts/fleet/external-tools/locators.mts
scripts/fleet/external-tools/manager.mts
scripts/fleet/external-tools/platform-map.mts
scripts/fleet/external-tools/prune.mts
scripts/fleet/external-tools/refresh.mts
scripts/fleet/external-tools/schema.mts
scripts/fleet/external-tools/show.mts
scripts/fleet/external-tools/sort.mts
scripts/fleet/external-tools/update.mts
scripts/fleet/external-tools/verify.mts
scripts/fleet/fetch-fleet-pack.mts
scripts/fleet/fix-cpp.mts
scripts/fleet/fix-go.mts
scripts/fleet/fix-rust.mts
scripts/fleet/fix-swift.mts
scripts/fleet/fix.mts
scripts/fleet/fleet-url-action.mts
scripts/fleet/fmt-cpp.mts
scripts/fleet/fmt-go.mts
scripts/fleet/fmt-rust.mts
scripts/fleet/fmt-swift.mts
scripts/fleet/format.mts
scripts/fleet/fs/cascade-mirror-scope.mts
scripts/fleet/fs/cascaded-mirrors.mts
scripts/fleet/fs/file-ownership.mts
scripts/fleet/fs/fleet-canonical-splice.mts
scripts/fleet/fs/force.mts
scripts/fleet/fs/mirror-lock.mts
scripts/fleet/fs/mirror/registry.mts
scripts/fleet/fs/never-walked-entries.mts
scripts/fleet/fs/path-to-repo.mts
scripts/fleet/fs/safe.mts
scripts/fleet/fs/strict.mts
scripts/fleet/fs/tracked-globs.mts
scripts/fleet/fs/unix-path.mts
scripts/fleet/fsync-dist.mts
scripts/fleet/fuzz/report-crash.mts
scripts/fleet/gen/agents-skills-mirror.mts
scripts/fleet/gen/api-md.mts
scripts/fleet/gen/aw-token-shapes.mts
scripts/fleet/gen/coverage-badge.mts
scripts/fleet/gen/fleet-pack-version.mts
scripts/fleet/gen/gitmodules-hash.mts
scripts/fleet/gen/glyph-geometry.mts
scripts/fleet/gen/glyph-render.mts
scripts/fleet/gen/glyph-store.mts
scripts/fleet/gen/glyph-types.mts
scripts/fleet/gen/glyph.mts
scripts/fleet/gen/harness-adapters.mts
scripts/fleet/gen/harness-adapters/fleet-guards.mts
scripts/fleet/gen/hook-dispatch.mts
scripts/fleet/gen/hook-validators.mts
scripts/fleet/gen/llms-txt.mts
scripts/fleet/gen/model-pricing-module.mts
scripts/fleet/gen/package-exports.mts
scripts/fleet/gen/png-optimize.mts
scripts/fleet/gen/repo-map.mts
scripts/fleet/gen/svg-optimize.mts
scripts/fleet/get-green.mts
scripts/fleet/get-green/report.mts
scripts/fleet/gh-auth.mts
scripts/fleet/gh-chrome-cdp.mts
scripts/fleet/gh-heartbeat.mts
scripts/fleet/git-partial-submodule.mts
scripts/fleet/git-partial-submodule/commands.mts
scripts/fleet/git-partial-submodule/internal.mts
scripts/fleet/git/exec.mts
scripts/fleet/git/lock-retry.mts
scripts/fleet/git/modules-pin-contract.mts
scripts/fleet/git/modules.mts
scripts/fleet/git/mutex.mts
scripts/fleet/git/porcelain.mts
scripts/fleet/git/quiescence.mts
scripts/fleet/git/staged-commit.mts
scripts/fleet/git/worktree.mts
scripts/fleet/github/action-port-map.mts
scripts/fleet/github/actions-runtime.mts
scripts/fleet/github/ghcr-package.mts
scripts/fleet/github/managed-ruleset-identity.mts
scripts/fleet/github/raw-url.mts
scripts/fleet/github/repo-visibility.mts
scripts/fleet/github/security-alert-feeds.mts
scripts/fleet/github/token.mts
scripts/fleet/github/tracked-surface.mts
scripts/fleet/github/workflow-display-names.mts
scripts/fleet/gitmodules-contract.mts
scripts/fleet/go-publish.mts
scripts/fleet/grant-ruleset-bypass.mts
scripts/fleet/grant-ruleset-bypass/messages.mts
scripts/fleet/grant-ruleset-bypass/ruleset-model.mts
scripts/fleet/guard-stats.mts
scripts/fleet/hide-comments.mts
scripts/fleet/hooks/dispatch-scan.mts
scripts/fleet/hooks/guard-block-shape.mts
scripts/fleet/hooks/snapshot-hostile-builtins.mts
scripts/fleet/hooks/wiring.mts
scripts/fleet/install-git-hooks.mts
scripts/fleet/install-sfw.mts
scripts/fleet/janus.mts
scripts/fleet/land-work.mts
scripts/fleet/land-work/ai-summary.mts
scripts/fleet/land-work/message.mts
scripts/fleet/lib/api-docs/docs-artifact.mts
scripts/fleet/lib/api-docs/export-rows.mts
scripts/fleet/lib/audit-hook-documentation.mts
scripts/fleet/lib/auth-status.mts
scripts/fleet/lib/catalog-diff.mts
scripts/fleet/lib/catalog-pin-floor.mts
scripts/fleet/lib/claude-md-redundancy.mts
scripts/fleet/lib/claude-md-trim.mts
scripts/fleet/lib/commit-via-github-api.mts
scripts/fleet/lib/conditional-config.mts
scripts/fleet/lib/context-spend.mts
scripts/fleet/lib/coverage-badge.mts
scripts/fleet/lib/delegating-execution/prompts.mts
scripts/fleet/lib/delegating-execution/route.mts
scripts/fleet/lib/delegating-execution/types.mts
scripts/fleet/lib/doctor/brewfile-gap.mts
scripts/fleet/lib/doctor/catalog-gap.mts
scripts/fleet/lib/doctor/git-gap.mts
scripts/fleet/lib/doctor/lockfile-catalog-gap.mts
scripts/fleet/lib/doctor/node-modules-symlink-gap.mts
scripts/fleet/lib/doctor/pin-shadow-gap.mts
scripts/fleet/lib/doctor/secret-scan-gap.mts
scripts/fleet/lib/doctor/soak-gap.mts
scripts/fleet/lib/doctor/stranded-cascade-gap.mts
scripts/fleet/lib/ecosystem-impact.mts
scripts/fleet/lib/enforcer-inventory.mts
scripts/fleet/lib/ensure-node.mts
scripts/fleet/lib/exports-conditions.mts
scripts/fleet/lib/external-tools-schema.mts
scripts/fleet/lib/gh-aw-action-pin-soak.mts
scripts/fleet/lib/gh-aw-frontmatter-hash.mts
scripts/fleet/lib/github-bots.mts
scripts/fleet/lib/github-git-refs.mts
scripts/fleet/lib/known-models.mts
scripts/fleet/lib/markdown-ast.mts
scripts/fleet/lib/npm-version-policy.mts
scripts/fleet/lib/opaque-dirs.mts
scripts/fleet/lib/oxlint-plugin-loads.mts
scripts/fleet/lib/package-manager.mts
scripts/fleet/lib/release-anchor.mts
scripts/fleet/lib/release-cascade.mts
scripts/fleet/lib/security-report.mts
scripts/fleet/lib/self-referential-symlink.mts
scripts/fleet/lib/skill-system.mts
scripts/fleet/lib/squash-publish-guard.mts
scripts/fleet/lib/stable-alias.mts
scripts/fleet/lib/taze-output.mts
scripts/fleet/lib/telemetry-payload-scan.mts
scripts/fleet/lib/telemetry-payload-shapes.mts
scripts/fleet/lib/telemetry-scan.mts
scripts/fleet/lib/unit-test-scan.mts
scripts/fleet/lib/verify-release-hashes.mts
scripts/fleet/lib/workspace-yaml.mts
scripts/fleet/lint-actions.mts
scripts/fleet/lint-cpp.mts
scripts/fleet/lint-findings.mts
scripts/fleet/lint-github-settings.mts
scripts/fleet/lint-github-settings/detect.mts
scripts/fleet/lint-github-settings/evaluate.mts
scripts/fleet/lint-github-settings/types.mts
scripts/fleet/lint-go.mts
scripts/fleet/lint-pr-comment.mts
scripts/fleet/lint-pr-comment/format-rules.mts
scripts/fleet/lint-rust.mts
scripts/fleet/lint-swift.mts
scripts/fleet/lint.mts
scripts/fleet/lint/format-scope.mts
scripts/fleet/lint/run.mts
scripts/fleet/lint/scope-flags.mts
scripts/fleet/local-ci-skip-locks.mts
scripts/fleet/lockstep-emit-mirror-globs.mts
scripts/fleet/lockstep-emit-schema.mts
scripts/fleet/lockstep.mts
scripts/fleet/lockstep/auto-bump-apply.mts
scripts/fleet/lockstep/auto-bump.mts
scripts/fleet/lockstep/checks.mts
scripts/fleet/lockstep/cli.mts
scripts/fleet/lockstep/emit-mirror-globs.mts
scripts/fleet/lockstep/emit-schema.mts
scripts/fleet/lockstep/git.mts
scripts/fleet/lockstep/manifest.mts
scripts/fleet/lockstep/mirror-globs.mts
scripts/fleet/lockstep/report.mts
scripts/fleet/lockstep/scan.mts
scripts/fleet/lockstep/schema.mts
scripts/fleet/lockstep/types.mts
scripts/fleet/mcp/chrome-devtools/run.mts
scripts/fleet/mcp/config.mts
scripts/fleet/mcp/fff/run.mts
scripts/fleet/mcp/fleet/run.mts
scripts/fleet/mcp/janus/run.mts
scripts/fleet/mcp/janus/runner.mts
scripts/fleet/mcp/janus/workspace.mts
scripts/fleet/mcp/playwright/run.mts
scripts/fleet/mcp/reset.mts
scripts/fleet/mcp/slack/client.mts
scripts/fleet/mcp/slack/credential.mts
scripts/fleet/mcp/slack/format.mts
scripts/fleet/mcp/slack/run.mts
scripts/fleet/mcp/util.mts
scripts/fleet/measure-ecosystem-impact.mts
scripts/fleet/member/fleet-membership.mts
scripts/fleet/member/fleet-source-present.mts
scripts/fleet/member/repo-setup.mts
scripts/fleet/npm-auth-browser.mts
scripts/fleet/npm-auth-cli.mts
scripts/fleet/npm-auth.mts
scripts/fleet/npm-publish.mts
scripts/fleet/offload-model.mts
scripts/fleet/offload-providers.mts
scripts/fleet/optimizing-submodules/collect-submodule-consumers.mts
scripts/fleet/pack/fetcher.mts
scripts/fleet/pack/files.mts
scripts/fleet/pack/inspect.mts
scripts/fleet/pack/launcher-variants.mts
scripts/fleet/pack/pinned-manifest-cache.mts
scripts/fleet/pack/pinned-ref.mts
scripts/fleet/pack/ref.mts
scripts/fleet/pack/structure.mts
scripts/fleet/pack/template-payload-scope.mts
scripts/fleet/patching-findings/cli.mts
scripts/fleet/patching-findings/lib/patch-parse.mts
scripts/fleet/paths.mts
scripts/fleet/paths/util.mts
scripts/fleet/power-state.mts
scripts/fleet/pr-care/bots.mts
scripts/fleet/pr-care/branch.mts
scripts/fleet/pr-care/checks.mts
scripts/fleet/pr-care/cli.mts
scripts/fleet/pr-care/gh.mts
scripts/fleet/pre-push-gate.mts
scripts/fleet/preflight.mts
scripts/fleet/prepare-cadence.mts
scripts/fleet/prepare.mts
scripts/fleet/prepare/self-heal.mts
scripts/fleet/process/active-run-marker.mts
scripts/fleet/process/backoff.mts
scripts/fleet/process/duration-budgets.mts
scripts/fleet/process/fixer-lock.mts
scripts/fleet/process/is-main-module.mts
scripts/fleet/process/lifecycle.mts
scripts/fleet/process/poll-with-decay.mts
scripts/fleet/process/run-main.mts
scripts/fleet/process/runaway-memory.mts
scripts/fleet/process/spawn-env-scan.mts
scripts/fleet/prose/bot-directives.mts
scripts/fleet/prose/comment-voice-store.mts
scripts/fleet/prose/em-dash.mts
scripts/fleet/prose/outbound-surfaces.mts
scripts/fleet/prose/playwright-law.mts
scripts/fleet/prose/pr-body-law.mts
scripts/fleet/prose/review-comment-law.mts
scripts/fleet/prose/security-posture-law.mts
scripts/fleet/prose/test-isolation-law.mts
scripts/fleet/prune-actions-caches.mts
scripts/fleet/prune-fleet-pack-releases.mts
scripts/fleet/prune-workflow-runs.mts
scripts/fleet/publish-from-snapshot.mts
scripts/fleet/publish-pipeline.mts
scripts/fleet/publish-shared.mts
scripts/fleet/registry-infra/apple/developer-id-cert.mts
scripts/fleet/registry-infra/apple/developer-id-page.mts
scripts/fleet/registry-infra/apple/developer-id-plan.mts
scripts/fleet/registry-infra/apple/keychain-csr.mts
scripts/fleet/registry-infra/brew/shared.mts
scripts/fleet/registry-infra/cargo/approve.mts
scripts/fleet/registry-infra/cargo/bump.mts
scripts/fleet/registry-infra/cargo/placeholder.mts
scripts/fleet/registry-infra/cargo/registry.mts
scripts/fleet/registry-infra/cargo/shared.mts
scripts/fleet/registry-infra/cargo/staged.mts
scripts/fleet/registry-infra/cargo/trusted-publisher.mts
scripts/fleet/registry-infra/crates-io-trusted-token.mts
scripts/fleet/registry-infra/dry-pack.mts
scripts/fleet/registry-infra/form-auto-submit.browser.js
scripts/fleet/registry-infra/gh-auth.mts
scripts/fleet/registry-infra/gh-device-code.mts
scripts/fleet/registry-infra/gh-device-flow.mts
scripts/fleet/registry-infra/gh-form-auto-submit.mts
scripts/fleet/registry-infra/gh-hosts-file.mts
scripts/fleet/registry-infra/gh-oauth-authorize.mts
scripts/fleet/registry-infra/gh-org-choice.mts
scripts/fleet/registry-infra/gh-otp-verify.mts
scripts/fleet/registry-infra/gh-scope-cli.mts
scripts/fleet/registry-infra/gh-scope-lease.mts
scripts/fleet/registry-infra/gh-sigil-signin.mts
scripts/fleet/registry-infra/go/shared.mts
scripts/fleet/registry-infra/napi-matrix.mts
scripts/fleet/registry-infra/npm/access-context-schema.mts
scripts/fleet/registry-infra/npm/account-context-schema.mts
scripts/fleet/registry-infra/npm/account-inventory-read.mts
scripts/fleet/registry-infra/npm/account-inventory.mts
scripts/fleet/registry-infra/npm/approve.mts
scripts/fleet/registry-infra/npm/auth-identity.mts
scripts/fleet/registry-infra/npm/auth-posture.mts
scripts/fleet/registry-infra/npm/backfill.mts
scripts/fleet/registry-infra/npm/browser-extensions.mts
scripts/fleet/registry-infra/npm/browser-session.mts
scripts/fleet/registry-infra/npm/bump.mts
scripts/fleet/registry-infra/npm/challenge-gate.mts
scripts/fleet/registry-infra/npm/lifecycle-scripts.mts
scripts/fleet/registry-infra/npm/login.mts
scripts/fleet/registry-infra/npm/org-sweep.mts
scripts/fleet/registry-infra/npm/org-web.mts
scripts/fleet/registry-infra/npm/otp-runner.mts
scripts/fleet/registry-infra/npm/owner-sweep.mts
scripts/fleet/registry-infra/npm/pack-manifest.mts
scripts/fleet/registry-infra/npm/pack-preflight.mts
scripts/fleet/registry-infra/npm/pinned-npm.mts
scripts/fleet/registry-infra/npm/placeholder.mts
scripts/fleet/registry-infra/npm/promote.mts
scripts/fleet/registry-infra/npm/provenance.mts
scripts/fleet/registry-infra/npm/publish-command.mts
scripts/fleet/registry-infra/npm/publish-failure.mts
scripts/fleet/registry-infra/npm/registry.mts
scripts/fleet/registry-infra/npm/scan.mts
scripts/fleet/registry-infra/npm/shared.mts
scripts/fleet/registry-infra/npm/stage-cli.mts
scripts/fleet/registry-infra/npm/staged-browser-parse.mts
scripts/fleet/registry-infra/npm/staged-browser-read.mts
scripts/fleet/registry-infra/npm/staged-cross-check.mts
scripts/fleet/registry-infra/npm/staged-workspace.mts
scripts/fleet/registry-infra/npm/staged.mts
scripts/fleet/registry-infra/npm/threat-scan.mts
scripts/fleet/registry-infra/npm/trust-sweep.mts
scripts/fleet/registry-infra/npm/trust.mts
scripts/fleet/registry-infra/npm/trusted-publisher-browser.mts
scripts/fleet/registry-infra/npm/trusted-publisher-page.mts
scripts/fleet/registry-infra/npm/trusted-publisher-parse.mts
scripts/fleet/registry-infra/npm/trusted-publisher-plan.mts
scripts/fleet/registry-infra/npm/versions-browser-read.mts
scripts/fleet/registry-infra/npm/versions-context-schema.mts
scripts/fleet/registry-infra/npm/web-auth-batch.mts
scripts/fleet/registry-infra/npm/workspace-plan.mts
scripts/fleet/registry-infra/npm/workspace.mts
scripts/fleet/registry-infra/pin-readme.mts
scripts/fleet/registry-infra/reconcile.mts
scripts/fleet/registry-infra/release-branch.mts
scripts/fleet/registry-infra/release.mts
scripts/fleet/registry-infra/remote-dispatch.mts
scripts/fleet/registry-infra/remote-github-release.mts
scripts/fleet/registry-infra/remote-npm-publish.mts
scripts/fleet/registry-infra/shared.mts
scripts/fleet/registry-infra/socket-oauth.mts
scripts/fleet/registry-liveness-gate.d.mts
scripts/fleet/registry-liveness-gate.mjs
scripts/fleet/registry-publish-date.mts
scripts/fleet/release-pipeline.mts
scripts/fleet/release-pipeline/deps.mts
scripts/fleet/release-pipeline/gate-runners.mts
scripts/fleet/release-pipeline/reconcile-gap-subject.mts
scripts/fleet/release-pipeline/reconcile-gap.mts
scripts/fleet/release-pipeline/release-runners.mts
scripts/fleet/release-pipeline/release-runners/promote.mts
scripts/fleet/release-pipeline/release-runners/release-markers.mts
scripts/fleet/release-pipeline/release-runners/scan-stage.mts
scripts/fleet/release-pipeline/release-runners/staging.mts
scripts/fleet/release-pipeline/release-runners/verify.mts
scripts/fleet/release-pipeline/staged-commit.mts
scripts/fleet/release-pipeline/stages.mts
scripts/fleet/release-pipeline/state.mts
scripts/fleet/release-pipeline/summary.mts
scripts/fleet/release/changelog-path.mts
scripts/fleet/release/channels.mts
scripts/fleet/release/gap-recovery.mts
scripts/fleet/release/github-release-enabled.mts
scripts/fleet/release/member-probe.mts
scripts/fleet/release/subject.mts
scripts/fleet/release/version-source.mts
scripts/fleet/report-claude-usage.mts
scripts/fleet/reports/url.mts
scripts/fleet/researching-recency/cli.mts
scripts/fleet/researching-recency/lib/dedupe.mts
scripts/fleet/researching-recency/lib/fetch.mts
scripts/fleet/researching-recency/lib/markers.mts
scripts/fleet/researching-recency/lib/plan.mts
scripts/fleet/researching-recency/lib/rank.mts
scripts/fleet/researching-recency/lib/relevance.mts
scripts/fleet/researching-recency/lib/render/compact.mts
scripts/fleet/researching-recency/lib/render/footer.mts
scripts/fleet/researching-recency/lib/signals.mts
scripts/fleet/researching-recency/lib/sources/bluesky.mts
scripts/fleet/researching-recency/lib/sources/devto.mts
scripts/fleet/researching-recency/lib/sources/github.mts
scripts/fleet/researching-recency/lib/sources/hackernews.mts
scripts/fleet/researching-recency/lib/sources/lobsters.mts
scripts/fleet/researching-recency/lib/sources/reddit.mts
scripts/fleet/researching-recency/lib/sources/web.mts
scripts/fleet/researching-recency/lib/sources/x.mts
scripts/fleet/researching-recency/lib/types.mts
scripts/fleet/researching-recency/paths.mts
scripts/fleet/resolve-release-tag.d.mts
scripts/fleet/resolve-release-tag.mjs
scripts/fleet/resolve-security-pin.mts
scripts/fleet/review-action-ports.mts
scripts/fleet/rust-target-sweep.mts
scripts/fleet/scanning-quality/findings.mts
scripts/fleet/scanning-vulns/cli.mts
scripts/fleet/scanning-vulns/lib/collate.mts
scripts/fleet/security.mts
scripts/fleet/security/posture-probe.mts
scripts/fleet/serve-reports.mts
scripts/fleet/setup/activate-node.mts
scripts/fleet/setup/bootstrap-zero-dep-packages.d.mts
scripts/fleet/setup/bootstrap-zero-dep-packages.mjs
scripts/fleet/setup/brew.mts
scripts/fleet/setup/claude-config.mts
scripts/fleet/setup/developer-tools.mts
scripts/fleet/setup/ecosystems.mts
scripts/fleet/setup/external-tools.json
scripts/fleet/setup/fireconnect.mts
scripts/fleet/setup/go.mts
scripts/fleet/setup/hook-snapshot.mts
scripts/fleet/setup/index.mts
scripts/fleet/setup/lib/bootstrap-common.d.mts
scripts/fleet/setup/lib/bootstrap-common.mjs
scripts/fleet/setup/lib/check-firewall.mjs
scripts/fleet/setup/lib/error-message.mjs
scripts/fleet/setup/lib/install-fff.mjs
scripts/fleet/setup/lib/install-janus.mjs
scripts/fleet/setup/lib/install-npm.mjs
scripts/fleet/setup/lib/install-pnpm.mjs
scripts/fleet/setup/lib/install-sfw.d.mts
scripts/fleet/setup/lib/install-sfw.mjs
scripts/fleet/setup/lib/install-tool.mjs
scripts/fleet/setup/lib/install-uv.mjs
scripts/fleet/setup/lib/jq.mjs
scripts/fleet/setup/lib/platform.mjs
scripts/fleet/setup/lib/read-package-integrity.d.mts
scripts/fleet/setup/lib/read-package-integrity.mjs
scripts/fleet/setup/lib/read-pinned-version.mjs
scripts/fleet/setup/offload-providers.mts
scripts/fleet/setup/python.mts
scripts/fleet/setup/refero.mts
scripts/fleet/setup/repo-steps.mts
scripts/fleet/setup/roster-db.mts
scripts/fleet/setup/rust.mts
scripts/fleet/setup/seed-balancer-aliases.mts
scripts/fleet/setup/sfw-ca.mts
scripts/fleet/setup/slack-token.mts
scripts/fleet/setup/token.mts
scripts/fleet/setup/tools-sfw.d.mts
scripts/fleet/setup/tools-sfw.mjs
scripts/fleet/setup/tools.mjs
scripts/fleet/setup/url-scheme.mts
scripts/fleet/soak-bypass.mts
scripts/fleet/soak-rules.mts
scripts/fleet/socket-lib-cascade.mts
scripts/fleet/socket-lib-cascade/commands.mts
scripts/fleet/socket-lib-cascade/drive.mts
scripts/fleet/socket-lib-cascade/gates.mts
scripts/fleet/socket-lib-cascade/render.mts
scripts/fleet/socket-lib-cascade/stages.mts
scripts/fleet/socket-lib-cascade/state.mts
scripts/fleet/socket-lib-cascade/target.mts
scripts/fleet/socket-wheelhouse-emit-schema.mts
scripts/fleet/socket-wheelhouse-schema.mts
scripts/fleet/socket-wheelhouse-schema/build-stubs.mts
scripts/fleet/socket-wheelhouse-schema/build.mts
scripts/fleet/socket-wheelhouse-schema/capabilities.mts
scripts/fleet/socket-wheelhouse-schema/ci.mts
scripts/fleet/socket-wheelhouse-schema/design.mts
scripts/fleet/socket-wheelhouse-schema/docker.mts
scripts/fleet/socket-wheelhouse-schema/docs.mts
scripts/fleet/socket-wheelhouse-schema/napi.mts
scripts/fleet/socket-wheelhouse-schema/policy.mts
scripts/fleet/socket-wheelhouse-schema/testing.mts
scripts/fleet/socket-wheelhouse-schema/tooling.mts
scripts/fleet/source-pricing-feed.mts
scripts/fleet/spend-forecast.mts
scripts/fleet/spend-report.mts
scripts/fleet/spend-statusline-render-entry.mts
scripts/fleet/spend-statusline.mts
scripts/fleet/spend/claude-usage-breakdowns.mts
scripts/fleet/spend/claude-usage.mts
scripts/fleet/spend/codex-usage.mts
scripts/fleet/spend/fireworks-usage.mts
scripts/fleet/spend/ledger-report.mts
scripts/fleet/spend/offload-read.mts
scripts/fleet/spend/offload.mts
scripts/fleet/spend/projection.mts
scripts/fleet/spend/report-charts.mts
scripts/fleet/spend/report-html.mts
scripts/fleet/spend/report-path.mts
scripts/fleet/spend/report-theme.mts
scripts/fleet/spend/statusline-render.mts
scripts/fleet/state/db.mts
scripts/fleet/statusline/launcher.mts
scripts/fleet/statusline/render.mts
scripts/fleet/strings/lines.mts
scripts/fleet/strip-ai-tags.mts
scripts/fleet/sync-gh-aw-action-pins.mts
scripts/fleet/sync-global-hooks.mts
scripts/fleet/sync-inline-action-pins.mts
scripts/fleet/sync-oxlint-rules.mts
scripts/fleet/sync-oxlint-schema-pin.mts
scripts/fleet/sync-package-manager-pins.mts
scripts/fleet/team-activity/cli.mts
scripts/fleet/team-activity/lib/config.mts
scripts/fleet/team-activity/lib/discover.mts
scripts/fleet/team-activity/lib/filter.mts
scripts/fleet/team-activity/lib/follow-ups.mts
scripts/fleet/team-activity/lib/paths.mts
scripts/fleet/team-activity/lib/render.mts
scripts/fleet/team-activity/lib/scan.mts
scripts/fleet/team-activity/lib/state.mts
scripts/fleet/team-activity/lib/types.mts
scripts/fleet/test-runner/cli-args.mts
scripts/fleet/test-runner/git-files.mts
scripts/fleet/test-runner/mirror-resolver.mts
scripts/fleet/test-runner/read-summary.mts
scripts/fleet/test-runner/run-and-report.mts
scripts/fleet/test-runner/run-vitest.mts
scripts/fleet/test-runner/scope-decisions.mts
scripts/fleet/test-runner/summary-decision.mts
scripts/fleet/test-support/collection.mts
scripts/fleet/test-support/coverage-exclusions.mts
scripts/fleet/test-support/fictional-identities.mts
scripts/fleet/test-support/fixture-names.mts
scripts/fleet/test.mts
scripts/fleet/triaging-findings/cli.mts
scripts/fleet/triaging-findings/lib/ingest.mts
scripts/fleet/triaging-findings/lib/report.mts
scripts/fleet/trim-claude-md.mts
scripts/fleet/trimming-bundle/measure-bundle.mts
scripts/fleet/update-model-pricing.mts
scripts/fleet/update.mts
scripts/fleet/update/_shared.mts
scripts/fleet/update/brew-parse.mts
scripts/fleet/update/brew.mts
scripts/fleet/update/cargo.mts
scripts/fleet/update/docker.mts
scripts/fleet/update/external-tools.mts
scripts/fleet/update/fleet-pins.mts
scripts/fleet/update/go.mts
scripts/fleet/update/model-pricing.mts
scripts/fleet/update/node.mts
scripts/fleet/update/patch-rekey.mts
scripts/fleet/update/patched-deps.mts
scripts/fleet/util/coverage-locations.mts
scripts/fleet/util/coverage-merge.mts
scripts/fleet/util/multi-package-publish-verify.mts
scripts/fleet/util/multi-package-publish.mts
scripts/fleet/util/napi-targets.mts
scripts/fleet/util/pack-app-triplets.mts
scripts/fleet/util/parse-args.mts
scripts/fleet/util/run-command.mts
scripts/fleet/util/source-allowlist.mts
scripts/fleet/validate-bundle-deps.mts
scripts/fleet/vendor-actions.mts
scripts/fleet/verify-submodule-sparse.mts
scripts/fleet/weekly-update.mts
scripts/fleet/weekly-update/dep-changes.mts
scripts/fleet/weekly-update/deterministic-chain.mts
scripts/fleet/weekly-update/diff-narrow.mts
scripts/fleet/weekly-update/odai-decisions.mts
scripts/fleet/weekly-update/pr-body-cli.mts
scripts/fleet/weekly-update/pr-body.mts
scripts/fleet/weekly-update/pricing.mts
scripts/fleet/weekly-update/shed-out-of-surface.mts
scripts/fleet/weekly-update/superseded-cli.mts
scripts/fleet/weekly-update/superseded.mts
scripts/fleet/whose-work.mts
scripts/fleet/worktree-sweep.mts
scripts/fleet/write-handoff.mts
test/fleet/_shared/lib/coverage-env.mts
test/fleet/_shared/lib/env.mts
test/fleet/_shared/lib/fake-git.mts
test/fleet/_shared/lib/git-fixture.mts
test/fleet/_shared/lib/isolate-home-env.mts
test/fleet/_shared/lib/matchers.mts
test/fleet/_shared/lib/output.mts
test/fleet/_shared/lib/package-bin.mts
test/fleet/_shared/lib/platform.mts
test/fleet/_shared/lib/tags.mts
test/fleet/_shared/lib/timing.mts
test/fleet/e2e/comment-voice.test.mts
test/fleet/integration/comment-voice.test.mts
test/fleet/nock-loopback-passthrough.test.mts
test/fleet/registry-infra/cargo/placeholder.test.mts
test/fleet/registry-infra/npm/placeholder.test.mts
test/fleet/scripts/setup.mts
test/fleet/unit/comment-voice.test.mts
# </fleet-pack>
