Refactor#4
Merged
Merged
Conversation
Each exercise now carries `sets_n` and `volume = ["slug", ...]`; the template sums per muscle group at render time, so adding or removing a lift updates the volume vs. target table on next build with no hand-tallying. Items are also expandable to show their breakdown inline, which works on mobile where hover tooltips don't. Adds CLAUDE.md capturing the data-derived UI rule. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Establishes the project's design-documentation pattern and prepares the workout program for the incoming tracker app, with no tracker code yet. - docs/roadmap.md captures the full multi-phase roadmap. - docs/adr/ with README, template, and six accepted ADRs covering: hosting target (hybrid GitHub Pages + Cloudflare), subdomain strategy, auth (single-user shared secret), CI rebuild filtering for session commits, progression-rule encoding, and the session JSON schema. - Every day and exercise in workout_program.toml gains a stable `id` so progression history survives program edits and renamings. - The five linear barbell lifts gain structured `progression` metadata per ADR 0005; other exercises are unchanged for now. - CLAUDE.md gains the ADR convention rule. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Switch the Pages workflow from the taiki-e Zola pin to DeterminateSystems/determinate-nix-action + `nix build`, so the local shell, local builds, and CI all draw from one locked toolchain. The build output is a store symlink, so it's dereferenced into public/ before the artifact upload. Document the decision in docs/adr/0007-nix-build-tooling.md and index it. Also use stdenv.hostPlatform.system in flake.nix to drop a nixpkgs deprecation warning. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Emit Warp's bootstrap escape sequence from the devShell shellHook when launched from Warp, so `nix develop` gets blocks/completions. Two guards keep it inert otherwise: $TERM_PROGRAM (no-op outside Warp) and an interactive-shell check on $- (so direnv, which runs the hook non-interactively in the already-warpified host shell, skips it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.