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

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

6 changes: 6 additions & 0 deletions .github/workflows/daily-awf-spec-compiler-surfacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ Before finishing, write:
- Do not create duplicate issues for already-tracked feature IDs.
- Prefer fewer high-confidence items over broad speculation.
- Never finish without either `create_issue` or `noop`.

## Reporting Guidelines

- Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body.
- Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.
- Structure reports as: overview → key metrics/issues → collapsible detail → next actions.
## agent: `awf-change-detector`
---
description: Extracts user-relevant feature candidates from schema/compiler diffs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-cli-performance.lock.yml

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

6 changes: 6 additions & 0 deletions .github/workflows/daily-cli-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,4 +709,10 @@ Each entry contains:
}
```

## Reporting Guidelines

- Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body.
- Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.
- Structure reports as: overview → key metrics/issues → collapsible detail → next actions.
Comment on lines +712 to +716

Begin your daily performance analysis now!
2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-healer.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/daily-doc-healer.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,6 @@ Call `noop` with a summary:

### Output Format

Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body. Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.

Structure reports as: overview → key metrics/issues → collapsible detail → next actions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-geo-optimizer.lock.yml

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

6 changes: 4 additions & 2 deletions .github/workflows/daily-geo-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Use today's date derived from the metadata.json timestamp.
### Body

```markdown
## GEO Audit Report — ${{ github.repository }}
### GEO Audit Report — ${{ github.repository }}

**Audit Date**: [date from metadata]
**Run**: [link to run]
Expand Down Expand Up @@ -263,7 +263,7 @@ If **all scores are already Excellent (90+/100)** and there are no actionable re
### Issue body

```markdown
## GEO Improvement: <short title>
### GEO Improvement: <short title>

**Source audit**: [GEO Audit Report — YYYY-MM-DD](<link to the discussion you just created>)
**Audit date**: <date from metadata>
Expand Down Expand Up @@ -293,4 +293,6 @@ If **all scores are already Excellent (90+/100)** and there are no actionable re

### Output Format

Use `###` (h3) or lower for all report headers; never use `#` or `##` inside the report body. Wrap long lists, tables, and detailed findings in `<details><summary><b>...</b></summary>...</details>` blocks for progressive disclosure.

Structure reports as: overview → key metrics/issues → collapsible detail → next actions.
Loading