btca CLI is a source-first research CLI. It hydrates resources (git, local, npm) into searchable context, then answers questions grounded in those sources. Use configured resources for ongoing work, or one-off anonymous resources directly in . Full CLI reference: https://docs.btca.dev/guides/cli-reference Add resources: Verify resources: Ask a question: Common Tasks - Ask with multiple resources: - Ask with anonymous one-off resources (not saved to config): Config Overview - Config lives in (project) and (global). - Project config overrides global and controls provider/model and resources. Tr…