---
name: ai-creed/warn-only
source: https://app.decimal.ai/s/ai-creed-warn-only@1/SKILL.md
source_sha256: 2873ac1e80f0
---

# warn-only

## Intent

Control fixture: exactly one warning (FM01 unknown field), exit 0.

## Inputs

None — the fixture is static.

## Preconditions

None — no external dependencies.

## Procedure

1. Lint this directory and expect one warning.

## Output

A findings list with a single FM01 warning.

## Examples

Given the input `shakespii lint tests/fixtures/warn-only`, the expected output is one warning and exit code 0.

## Anti-patterns

Adding a second unknown field — the CLI test locks the count at one.