Skip to content

Commit e7ce81f

Browse files
Mossakaclaude
andcommitted
Merge origin/main and regenerate conflicted workflows
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 parents 8a1fd99 + aa70006 commit e7ce81f

42 files changed

Lines changed: 2432 additions & 189 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ai-moderator.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ai-moderator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
type: string
1717
engine:
1818
id: copilot
19-
model: gpt-5-mini
19+
model: gpt-5.1-codex-mini
2020
tools:
2121
github:
2222
mode: local
@@ -282,7 +282,7 @@ on:
282282
type: string
283283
engine:
284284
id: copilot
285-
model: gpt-5-mini
285+
model: gpt-5.1-codex-mini
286286
tools:
287287
github:
288288
mode: local

.github/workflows/audit-workflows.lock.yml

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/audit-workflows.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,80 +77,86 @@ Use gh-aw MCP server (not CLI directly). Run `status` tool to verify.
7777
- `patterns/{errors,missing-tools,mcp-failures}.json`
7878
- Compare with historical data
7979

80+
### Report Formatting Guidelines
81+
82+
**Header Levels**: Use h3 (###) or lower for all headers in your audit report. The discussion title serves as h1, so content headers should start at h3.
83+
84+
**Progressive Disclosure**: The template already uses appropriate `<details>` tags - maintain this pattern for any additional long sections.
85+
8086
**Create Discussion**: Always create report with audit findings including summary, statistics, missing tools, errors, affected workflows, recommendations, and historical context.
8187
```markdown
8288
# 🔍 Agentic Workflow Audit Report - [DATE]
8389

84-
## Audit Summary
90+
### Audit Summary
8591

8692
- **Period**: Last 24 hours
8793
- **Runs Analyzed**: [NUMBER]
8894
- **Workflows Active**: [NUMBER]
8995
- **Success Rate**: [PERCENTAGE]
9096
- **Issues Found**: [NUMBER]
9197

92-
## Missing Tools
98+
### Missing Tools
9399

94100
[If any missing tools were detected, list them with frequency and affected workflows]
95101

96102
| Tool Name | Request Count | Workflows Affected | Reason |
97103
|-----------|---------------|-------------------|---------|
98104
| [tool] | [count] | [workflows] | [reason]|
99105

100-
## Error Analysis
106+
### Error Analysis
101107

102108
[Detailed breakdown of errors found]
103109

104-
### Critical Errors
110+
#### Critical Errors
105111
- [Error description with affected workflows]
106112

107-
### Warnings
113+
#### Warnings
108114
- [Warning description with affected workflows]
109115

110-
## MCP Server Failures
116+
### MCP Server Failures
111117

112118
[If any MCP server failures detected]
113119

114120
| Server Name | Failure Count | Workflows Affected |
115121
|-------------|---------------|-------------------|
116122
| [server] | [count] | [workflows] |
117123

118-
## Firewall Analysis
124+
### Firewall Analysis
119125

120126
[If firewall logs were collected and analyzed]
121127

122128
- **Total Requests**: [NUMBER]
123129
- **Allowed Requests**: [NUMBER]
124130
- **Denied Requests**: [NUMBER]
125131

126-
### Allowed Domains
132+
#### Allowed Domains
127133
[List of allowed domains with request counts]
128134

129-
### Denied Domains
135+
#### Denied Domains
130136
[List of denied domains with request counts - these may indicate blocked network access attempts]
131137

132-
## Performance Metrics
138+
### Performance Metrics
133139

134140
- **Average Token Usage**: [NUMBER]
135141
- **Total Cost (24h)**: $[AMOUNT]
136142
- **Highest Cost Workflow**: [NAME] ($[AMOUNT])
137143
- **Average Turns**: [NUMBER]
138144

139-
## Affected Workflows
145+
### Affected Workflows
140146

141147
[List of workflows with issues]
142148

143-
## Recommendations
149+
### Recommendations
144150

145151
1. [Specific actionable recommendation]
146152
2. [Specific actionable recommendation]
147153
3. [...]
148154

149-
## Historical Context
155+
### Historical Context
150156

151157
[Compare with previous audits if available from cache memory]
152158

153-
## Next Steps
159+
### Next Steps
154160

155161
- [ ] [Action item 1]
156162
- [ ] [Action item 2]

.github/workflows/changeset.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/changeset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
issues: read
1515
engine:
1616
id: codex
17-
model: gpt-5-mini
17+
model: gpt-5.1-codex-mini
1818
strict: true
1919
safe-outputs:
2020
push-to-pull-request-branch:

.github/workflows/chroma-issue-indexer.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)