You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scratchpad/metrics-glossary.md (line 283) documents the Daily Firewall Report's reporting period as "last 7 days", but the actual workflow operates on a 24-hour window. This glossary is used as the canonical cross-report metric-scope reference (e.g. by the Daily Regulatory Report Generator to validate cross-report consistency), so a stale entry here can cause other reports to misinterpret or misvalidate the firewall report's numbers.
.github/workflows/daily-firewall-report.md:93,99 explicitly state: "the reporting period is the last 24 hours, matching the shared log-fetch component."
Update scratchpad/metrics-glossary.md:283 to read "Daily Firewall Report (last 24 hours)" to match the workflow's actual, documented behavior. No workflow code change is needed — only the glossary entry is stale.
Acceptance criteria
scratchpad/metrics-glossary.md line 283 correctly states a 24-hour window for the Daily Firewall Report.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Problem
scratchpad/metrics-glossary.md(line 283) documents the Daily Firewall Report's reporting period as "last 7 days", but the actual workflow operates on a 24-hour window. This glossary is used as the canonical cross-report metric-scope reference (e.g. by the Daily Regulatory Report Generator to validate cross-report consistency), so a stale entry here can cause other reports to misinterpret or misvalidate the firewall report's numbers.Evidence
scratchpad/metrics-glossary.md:283states:- Daily Firewall Report (last 7 days)..github/workflows/daily-firewall-report.md:45importsshared/aw-logs-24h-fetch.md..github/workflows/daily-firewall-report.md:93,99explicitly state: "the reporting period is the last 24 hours, matching the shared log-fetch component."Suggested action
Update
scratchpad/metrics-glossary.md:283to read "Daily Firewall Report (last 24 hours)" to match the workflow's actual, documented behavior. No workflow code change is needed — only the glossary entry is stale.Acceptance criteria
scratchpad/metrics-glossary.mdline 283 correctly states a 24-hour window for the Daily Firewall Report.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See 网络 Configuration for more information.