From d2d7fa8dbdd5a4f01439f4b8e5eafead4579b393 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:19:19 +0000 Subject: [PATCH] docs: add metrics-glossary.md to developer instructions (dev.md v4.4) Integrate newly added scratchpad/metrics-glossary.md into the consolidated developer instructions file. Adds a Related Documentation link describing the standardized metric names and scopes used across daily report workflows. No tone issues found in the new spec file. Coverage: 63 spec files (100%). Co-Authored-By: Claude Sonnet 4.6 --- scratchpad/dev.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scratchpad/dev.md b/scratchpad/dev.md index 13e0e66fc5f..6f8757d3e54 100644 --- a/scratchpad/dev.md +++ b/scratchpad/dev.md @@ -1,7 +1,7 @@ # Developer Instructions -**Version**: 4.3 -**Last Updated**: 2026-03-25 +**Version**: 4.4 +**Last Updated**: 2026-03-26 **Purpose**: Consolidated development guidelines for GitHub Agentic Workflows This document consolidates specifications from the scratchpad directory into unified developer instructions. It provides architecture patterns, security guidelines, code organization rules, and testing practices. @@ -2542,6 +2542,7 @@ These files are loaded automatically by compatible AI tools (e.g., GitHub Copilo - [Testing Guidelines](./testing.md) - Testing framework: assert vs require, fuzz tests, security regression tests, benchmarks, and `make` test commands - [Token Budget Guidelines](./token-budget-guidelines.md) - Token budget targets and optimization strategies: `max-turns` engine restrictions (Claude/Custom only), `timeout-minutes` configuration, and prompt optimization patterns for Copilot workflows - [Custom GitHub Actions Build System](./actions.md) - Custom Go-based actions build system: directory structure (`actions/`), build tooling (`pkg/cli/actions_build_command.go`), action modes (standard vs dev), and CI integration +- [Daily Reports Metrics Glossary](./metrics-glossary.md) - Standardized metric names and scopes for cross-report comparisons: issue, PR, workflow, firewall, code quality, observability, and Copilot agent metrics; scope documentation conventions; validation rules for regulatory reports ### External References @@ -2553,6 +2554,7 @@ These files are loaded automatically by compatible AI tools (e.g., GitHub Copilo --- **Document History**: +- v4.4 (2026-03-26): Added `metrics-glossary.md` to Related Documentation (standardized metric names for daily report cross-comparisons: issue/PR/workflow/firewall/observability/Copilot metrics, scope documentation conventions). No tone issues found. Coverage: 63 spec files. - v4.3 (2026-03-25): Updated `guard-policies-specification.md` to use `allowed-repos` instead of deprecated `repos` field throughout (added migration note: `repos` is a deprecated alias, `gh aw fix` migrates automatically). No new spec files; no tone issues. Coverage: 62 spec files. - v4.2 (2026-03-24): Added engine-specific capability notes to Engine Interface Architecture section (`max-turns` is Claude/Custom only, not Copilot; `firewall` support matrix). Added Related Documentation links for `token-budget-guidelines.md` (max-turns restrictions, timeout-minutes config, Copilot prompt optimization) and `actions.md` (custom Go-based actions build system). Coverage: 62 spec files. - v4.1 (2026-03-22): Updated `repos` → `allowed-repos` in GitHub MCP Guard Policies section (reflects PR #22331 codemod; `repos` is now a deprecated alias). Added deprecation migration note (`gh aw fix`). Added Related Documentation link for GitHub MCP Access Control Specification. Coverage: 66 spec files.