Skip to content

fix(architecture): attribute up to the updater stage, not functions#80

Merged
Gerrrt merged 1 commit into
mainfrom
claude/dotfiles-issues-review-lanze6
Jul 18, 2026
Merged

fix(architecture): attribute up to the updater stage, not functions#80
Gerrrt merged 1 commit into
mainfrom
claude/dotfiles-issues-review-lanze6

Conversation

@Gerrrt

@Gerrrt Gerrrt commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

What & why

The load-order table on the architecture page described up as a functions stage verb:

['functions', 'cross-OS shell functions (mkcd, extract, up, …)'],

But up is not a function in zsh/functions.zsh — it's the updater defined in zsh/update.zsh:283, which the same page already lists separately as the maint / update stage ("the up updater nudge"). core.manifest describes functions.zsh as (mkcd, extract, serve, genpw, ...).

This swaps up for serve — a real functions.zsh function — so the copy matches the manifest.

Change

  • src/pages/architecture.astroupserve in the functions stage description.

This is the single concrete drift found in the showcase-accuracy sweep (#79). The report's optional "wire the hard-typed 'Ten' to generated.json" hardening is not included here — it's accurate today, so it's left for a separate decision.

Closes #79

🤖 Generated with Claude Code

https://claude.ai/code/session_01PqpZTVtrhA18ZT7THnaUHu


Generated by Claude Code

The load-order description listed `up` as a functions.zsh verb, but `up`
is the updater defined in zsh/update.zsh (the separate maint/update stage).
Swap it for `serve`, a real functions.zsh function, matching
core.manifest's description of the functions stage.

Fixes the one concrete drift found in the showcase-accuracy sweep
(dotfiles-web#79).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PqpZTVtrhA18ZT7THnaUHu
Copilot AI review requested due to automatic review settings July 18, 2026 19:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a small documentation drift on the Architecture page by correcting the example verbs listed for the functions load-order stage so they reflect real functions.zsh entries (and don’t misattribute up, which belongs to the updater stage).

Changes:

  • Update the functions stage description to replace up with serve in the load-order table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Gerrrt
Gerrrt merged commit 8b58c0b into main Jul 18, 2026
3 checks passed
@Gerrrt
Gerrrt deleted the claude/dotfiles-issues-review-lanze6 branch July 18, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

showcase-accuracy: weekly site-vs-fleet consistency sweep

2 participants