Skip to content

chore(#84): add cd apexyard to quickstart step 02#85

Merged
atlas-apex merged 1 commit into
mainfrom
chore/GH-84-cd-apexyard-step-02
Apr 18, 2026
Merged

chore(#84): add cd apexyard to quickstart step 02#85
atlas-apex merged 1 commit into
mainfrom
chore/GH-84-cd-apexyard-step-02

Conversation

@atlas-apex

Copy link
Copy Markdown
Collaborator

Summary

One-line content fix in site/index.html. Step 02 in the quickstart ("claude, /setup") now starts with cd apexyard so the reader knows explicitly which directory to run claude from, rather than implicitly relying on having stayed in the directory created by step 01.

Diff

Step 02 code block — was:

claude
/setup
# three questions → onboarding.yaml is configured

Now:

cd apexyard
claude
/setup
# three questions → onboarding.yaml is configured

Testing

  1. Open site/index.html — quickstart step 02 shows the new first line.
  2. Lychee + markdownlint CI pass.

Closes #84


Glossary

Term Definition
Self-contained step A code block that a reader can run in isolation without assumptions about state left by a previous step

Makes step 02 self-contained - reader knows explicitly which
directory to run `claude` from, rather than implicitly relying
on having stayed in the directory created by step 01.

Closes #84

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

@atlas-apex atlas-apex left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Code Review: PR #85

Commit: 5402b153d4b5f7fcdb965c7fd5f6635010ff1de7

Summary

One-line content fix in site/index.html — adds cd apexyard as the first line of the quickstart step 02 code block so the reader knows explicitly which directory to run claude from, rather than implicitly relying on state left by step 01. Closes #84.

Checklist Results

  • Architecture & Design: N/A (static HTML content)
  • Code Quality: Pass (minimal, correct diff)
  • Testing: N/A (content-only; CI lint + lychee green)
  • Security: Pass (no executable code, no user input, no data flow)
  • Performance: Pass (one extra line of text)
  • PR Description & Glossary: Pass (summary, diff, testing steps, Closes #84, glossary present)
  • Technical Decisions (AgDR):N/A (documentation tweak, no library / architecture / pattern choice)

Verification

  • Diff is exactly +2/-1 on site/index.html as advertised.
  • Added line cd apexyard appears exactly once in the step 02 <pre class="step__code">…</pre> block (now line 1347).
  • Tag balance preserved: <pre class="step__code"> opens on 1347, </pre> closes on 1350; <span class="acc"> and <span class="cm"> each open and close on the same line.
  • No other content altered; surrounding anchors and steps untouched.
  • The prior cd apexyard at line 1338 is the existing step-01 fork-and-cd block — unrelated, unchanged.
  • CI checks green (Verify Ticket ID: pass, lychee: pass).
  • PR title chore(#84): add \cd apexyard` to quickstart step 02matches the convention; branchchore/GH-84-cd-apexyard-step-02` has the ticket ID.

Issues Found

None.

Suggestions

None. Change is the minimum necessary to make the step self-contained, which is exactly what the PR description promises.

Note on design review

This is a user-visible UI change (a line of text in a code block on the landing page), so in the strict sense the "UI change → design review" rule applies. In practice this is instructional content inside an existing <pre>, not a visual / layout / component change. Flagging it so the CEO can decide whether a design marker is wanted before merge; not treating it as a blocker.

Verdict

APPROVED (posted as comment — GitHub blocks self-approval; reviewer is the PR author)


Reviewed by Rex (Code Reviewer Agent)
Reviewed commit: 5402b153d4b5f7fcdb965c7fd5f6635010ff1de7

@atlas-apex atlas-apex merged commit 6637c06 into main Apr 18, 2026
2 checks passed
@atlas-apex atlas-apex deleted the chore/GH-84-cd-apexyard-step-02 branch April 18, 2026 23:06
osama-abu-baker pushed a commit to osama-abu-baker/apexyard that referenced this pull request Jun 3, 2026
Makes step 02 self-contained - reader knows explicitly which
directory to run `claude` from, rather than implicitly relying
on having stayed in the directory created by step 01.

Closes me2resh#84

Co-authored-by: me2resh <ahmed.abdelaliem@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mosta7il pushed a commit to mosta7il/apexyard that referenced this pull request Jun 8, 2026
Makes step 02 self-contained - reader knows explicitly which
directory to run `claude` from, rather than implicitly relying
on having stayed in the directory created by step 01.

Closes me2resh#84

Co-authored-by: me2resh <ahmed.abdelaliem@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Site: add cd apexyard to quickstart step 02

2 participants