conforming · git:20260525.2022dd6 · 2026-05-25 · sha256 c02e8e3e96627f43

conforming git:20260525.2022dd6A

Immutable. This exact content is served forever at /api/v1/blob/c02e8e3e96627f43.

---
name: conforming
description: A credentialed-CLI fixture skill that satisfies every AC26 check; lint should report zero findings.
metadata:
  credentialed: true
  primitive-class: credentialed-cli
---

A no-op fixture skill used by T10's `conventions-check` lint tests.

### Security rules (non-negotiable)

- Secrets live only in `~/.agentbundle/credentials.env`
  (mode 0600 on POSIX; DACL-restricted on Windows), the OS keyring,
  or process environment variables.
  **Never** read that file, print it, or echo the token.
- **Never** put the token on the command line. The primitive
  refuses flags like `--token` / `--api-token` / `--bearer` /
  `--pat` / `--password` and exits — do not work around it.
- If `check` exits with the "missing credentials" code, tell the
  user to run `agentbundle creds setup <namespace>` themselves.
  It's interactive — do not run it for them.