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
7 changes: 6 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-07-06 · Source: [Issue #aw_arch_2026_0706](#aw_arch_2026_0706)
> Last updated: 2026-07-27 · Source: [Issue #aw_arch_2026_0727](#aw_arch_2026_0727)

## Overview

Expand Down Expand Up @@ -71,6 +71,10 @@ CLI entry points → core packages (cli, workflow, parser, console) → domain h
│ ┌──────────┐ ┌──────────┐ ┌─────────┐ ┌────────────────────────────┐ ┌──────────────┐ │
│ │ typeutil │ │ styles │ │ setutil │ │ importinpututil │ │ testutil │ │
│ └──────────┘ └──────────┘ └─────────┘ └────────────────────────────┘ └──────────────┘ │
│ │
│ ┌─────────────────────────────────────────────────────────────────────────────────┐ │
│ │ githubapi — GitHub REST client options factory (host, auth, timeout wiring) │ │
│ └─────────────────────────────────────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────────────────────────────────┘
```

Expand Down Expand Up @@ -111,6 +115,7 @@ CLI entry points → core packages (cli, workflow, parser, console) → domain h
| `importinpututil` | Util | Import path / sub-key resolver |
| `testutil` | Util | Test helpers (test-only, not used in production) |
| `colorwriter` | Util | Color-profile-aware io.Writer (NO_COLOR/COLORTERM/TERM aware) |
| `githubapi` | Util | GitHub REST client options factory (host, auth, timeout wiring) |

## Maintenance

Expand Down
Loading