Skip to main content
Builtins catalog / nika:grep

File

Tool family from the canonical registry.

invoke

Call this builtin through the invoke verb.

Read this contract

This reference preserves the specification at the revision linked below. Source examples are fragments: their surrounding tasks, inputs and permissions are not supplied here. Consult engine status and nika catalog --tools --json for the installed implementation; a registry declaration is not a runtime qualification.

Usage and behavior

illustration
Recursive grep · returns array of { path, line, match } · line is the 1-based line number (integer) · match the matched line text · results sorted by (path, line). pattern: is a Rust-regex-class expression (RE2-compatible · no backreferences · the portable subset). Throws · NIKA-BUILTIN-GREP-001 (invalid pattern · validation_error).

Arguments

Pass the values required by the tool contract.

Permissions

Understand authority before granting effects.

Errors and recovery

Read diagnostics and choose a recovery policy.

Workflow templates

Put the fragment inside a complete workflow.

Contract provenance

Read the pinned specification · Canonical registry. Tool identity: nika:grep. Specification revision: f8c5df2127c7. The Lab language identity is language:tool:grep; the registry view is ecosystem:tool/nika:grep. They refer to this contract without merging their graph identities.