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
2 changes: 1 addition & 1 deletion .github/workflows/audit-workflows.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/audit-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Before writing the final report, verify recommendations are concrete and evidenc

When updating repo memory:
- merge with existing data instead of overwriting useful history
- serialize `workflow-trends.json` and `recommendations.json` as pretty-printed JSON with two-space indentation and a trailing newline; never store them as minified single-line JSON
- keep stable IDs so issues, recommendations, and anomalies can be cross-referenced across days
- increment recurrence and persistence counters when the same problem reappears
- compare the current audit with prior entries before deciding whether something is new or ongoing
Expand Down