diff --git a/.github/aw/cli-commands.md b/.github/aw/cli-commands.md index 840933e1332..d2be43fca8d 100644 --- a/.github/aw/cli-commands.md +++ b/.github/aw/cli-commands.md @@ -140,6 +140,21 @@ gh aw checks --- +### `gh aw experiments` + +Inspect experiment state tracked in `experiments/*` branches. Default behavior matches `experiments list`; use `experiments analyze` for per-workflow statistics. All subcommands accept `--repo/-r` and `--json/-j`. + +```bash +gh aw experiments # List experiment workflow branches +gh aw experiments list --json # List all experiments as JSON +gh aw experiments analyze # Analyze one experiment workflow +gh aw experiments analyze --repo owner/repo # Analyze in another repository +``` + +**MCP equivalent**: Not available โ€” run from a local terminal. + +--- + ### `gh aw fix` Apply automatic codemods to fix deprecated fields in workflow files. @@ -269,6 +284,7 @@ gh aw mcp list # List workflows with MCP serve | `gh aw audit` | `audit` | | `gh aw audit ` | `audit-diff` | | `gh aw checks` | `checks` | +| `gh aw experiments` | *(local only)* | | `gh aw mcp inspect` | `mcp-inspect` | | `gh aw add` | `add` | | `gh aw update` | `update` | diff --git a/.github/aw/messages.md b/.github/aw/messages.md index d288e67804f..bb38a9372ef 100644 --- a/.github/aw/messages.md +++ b/.github/aw/messages.md @@ -51,6 +51,15 @@ Emoji by domain: ๐Ÿ” search ยท ๐Ÿ“ architecture ยท ๐Ÿ”ฌ analysis/security ยท | `staged-title` | `{operation}` | `๐ŸŽญ Preview: {operation}` | | `staged-description` | `{operation}` | `The following {operation} would occur if staged mode was disabled:` | +### Body headers (prepended to every AI-generated message body) + +| Key | Variables | Default | +|-----|-----------|---------| +| `disclosure-header` | `{workflow_name}`, `{run_url}` | *(off)* โ€” set `true` for built-in AI-authorship disclosure text, or provide a custom string | +| `body-header` | `{workflow_name}`, `{run_url}` | *(off)* โ€” custom header text prepended to every body | + +Insertion order, top to bottom: threat-detection caution alert โ†’ `disclosure-header` โ†’ `body-header` โ†’ agent-generated content. Applies to issues, comments, pull requests, and discussions. + ### Boolean options | Key | Default | Description |