Skip to content
Merged
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
6 changes: 5 additions & 1 deletion scratchpad/architecture.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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) │ │
│ └──────────────────────────────────────────────────────────────────────────────────┘ │
Comment on lines +52 to +54
├──────────────────────────────────── UTILITY PACKAGES ────────────────────────────────────┤
│ │
│ ┌──────────┐ ┌─────────┐ ┌────────────┐ ┌────────┐ ┌─────────┐ ┌──────────┐ │
Expand Down Expand Up @@ -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) |
Expand Down
Loading