From 62c5553d811e2b35291a06464ac0282ae25253ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:57:22 +0000 Subject: [PATCH] docs(architecture): add pkg/github to domain layer diagram MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add new pkg/github package (GitHub label ↔ objective-value mapping) to the architecture diagram and package reference table. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- scratchpad/architecture.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scratchpad/architecture.md b/scratchpad/architecture.md index ab0c5f76b33..6b3a94de0f2 100644 --- a/scratchpad/architecture.md +++ b/scratchpad/architecture.md @@ -1,6 +1,6 @@ # Architecture Diagram -> Last updated: 2026-06-08 · Source: [Workflow run §27130523118](https://github.com/github/gh-aw/actions/runs/27130523118) +> Last updated: 2026-06-15 · Source: [Workflow run §27540847547](https://github.com/github/gh-aw/actions/runs/27540847547) ## Overview @@ -49,6 +49,9 @@ CLI entry points → core packages (cli, workflow, parser, console) → domain h │ │ resolution & │ │ & drain helpers│ │ code analyzers │ │ statistics │ │ │ │ version mgmt │ └─────────────────┘ └───────────────────────┘ └────────────┘ │ │ └─────────────────┘ │ +│ ┌──────────────────────────────────────────────────────────────────────────────────┐ │ +│ │ github — GitHub label ↔ objective-value mapping (configurable audit scoring) │ │ +│ └──────────────────────────────────────────────────────────────────────────────────┘ │ ├──────────────────────────────────── UTILITY PACKAGES ────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌─────────┐ ┌────────────┐ ┌────────┐ ┌─────────┐ ┌──────────┐ │ @@ -77,6 +80,7 @@ CLI entry points → core packages (cli, workflow, parser, console) → domain h | `types` | Core | Shared domain type definitions | | `constants` | Core | Semantic type aliases, engine/job names, feature flags | | `workflow/compilerenv` | Core | Compiler environment management (used by cli + workflow) | +| `github` | Domain | GitHub label ↔ objective-value mapping for audit/outcomes scoring | | `actionpins` | Domain | GitHub Actions pin resolution and version management | | `agentdrain` | Domain | Agent drain/lifecycle utilities | | `linters` | Domain | Custom Go analysis linters (vet-style checks) |