Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/shared/smoke-test-brevity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Smoke Test Brevity

**CRITICAL EFFICIENCY REQUIREMENTS:**
- Keep ALL outputs extremely short and concise. Use single-line responses where possible.
- NO verbose explanations or unnecessary context.
- Minimize file reading - only read what is absolutely necessary for the task.
- Use targeted, specific queries - avoid broad searches or large data retrievals.
8 changes: 5 additions & 3 deletions .github/workflows/smoke-aider.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions .github/workflows/smoke-aider.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ engine:
strict: true
imports:
- shared/aider.md
- shared/smoke-test-brevity.md
network:
allowed: []
tools:
Expand Down Expand Up @@ -58,11 +59,6 @@ sandbox:

# Smoke Test: Aider Engine Validation

**CRITICAL EFFICIENCY REQUIREMENTS:**
- Keep ALL outputs extremely short and concise. Use single-line responses.
- NO verbose explanations or unnecessary context.
- Minimize file reading - only read what is absolutely necessary for the task.

Aider has no MCP client support, so this smoke test exercises only the CLI-native
capabilities: prompt delivery, shell commands, and file editing. Safe outputs are
emitted by appending JSONL entries to the file referenced by `$GH_AW_SAFE_OUTPUTS`.
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/smoke-claude.lock.yml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ imports:
- shared/github-mcp-app.md
- shared/otlp.md
- shared/token-telemetry-check.md
- shared/smoke-test-brevity.md
network:
allowed:
- defaults
Expand Down Expand Up @@ -142,8 +143,6 @@ features:

# Smoke Test: Claude Engine Validation.

**IMPORTANT: Keep all outputs extremely short and concise. Use single-line responses where possible. No verbose explanations.**

## Test Requirements

For tests below, mark a test as passed only if the required tool call succeeds.
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/smoke-codex.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ imports:
- shared/trufflehog.md
- shared/otlp.md
- shared/token-telemetry-check.md
- shared/smoke-test-brevity.md
network:
allowed:
- defaults
Expand Down Expand Up @@ -100,12 +101,6 @@ sandbox:

# Smoke Test: Codex Engine Validation

**CRITICAL EFFICIENCY REQUIREMENTS:**
- Keep ALL outputs extremely short and concise. Use single-line responses.
- NO verbose explanations or unnecessary context.
- Minimize file reading - only read what is absolutely necessary for the task.
- Use targeted, specific queries - avoid broad searches or large data retrievals.

## Test Requirements

1. **GitHub MCP Testing**: Use GitHub MCP tools to fetch details of exactly 2 merged pull requests from ${{ github.repository }} (title and number only, no descriptions)
Expand Down
Loading