Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 494 Bytes

File metadata and controls

27 lines (19 loc) · 494 Bytes

AgentFit Agent Instructions

Setup

pnpm install --frozen-lockfile

Verification

Run these before claiming completion:

pnpm typecheck
pnpm test
pnpm lint
pnpm build
pnpm smoke:package

Check the working tree with git status --short before summarizing changes.

Scope

  • Keep the CLI local-first and deterministic by default.
  • Do not add provider network calls to the dry-run adapter.
  • Run real agent adapters only when the user explicitly selects them.