# summary

Verify that your AI agent is reading the generated rule files.

# description

Generates a probe prompt tailored to the active tool and profiles in this workspace.
Paste it into your AI agent — if the agent responds correctly, the rules are being applied.

Does not invoke the agent automatically. Prints the probe prompt and instructions.

# examples

- Print a probe prompt for the active workspace:

  <%= config.bin %> <%= command.id %>

- JSON output for scripting:

  <%= config.bin %> <%= command.id %> --json

# warn.noConfig

No .setup-agents/config.json found. Run `sf setup-agents init` first, or pass --profile and --rules explicitly.

# warn.noRules

No rule files detected for tool "%s". Run `sf setup-agents local --rules %s` to generate them.

# warn.noTool

No AI tool detected in this workspace. Add --rules <tool> to specify one.

# info.header

Probe prompt for %s (%s):

# info.instructions

Paste the prompt below into your AI agent. If it responds according to the constraints, the rules are active.

# info.separator

────────────────────────────────────────────────────────────

# info.footer

If the agent ignores these constraints, re-run `sf setup-agents local` and reload your AI tool.

# flags.rules.summary

AI tool to verify.

# flags.profile.summary

Profiles to include in the probe (comma-separated).
