Skip to content

Make the guided installer route prominent in README and GitHub Pages - #9

Merged
tradewithmeai merged 1 commit into
mainfrom
docs/prominent-installer-route
Aug 31, 2026
Merged

Make the guided installer route prominent in README and GitHub Pages#9
tradewithmeai merged 1 commit into
mainfrom
docs/prominent-installer-route

Conversation

@tradewithmeai

Copy link
Copy Markdown
Owner

Summary

Both README.md and docs/index.html (the GitHub Pages site) led with "clone the repo and ask
Claude Code" as the first, primary route to get started, with the guided installer mentioned
second -- the opposite of what most people should reach for now that v0.1.0-beta.4's guided
installers exist. This makes downloading Socials Studio the primary route in both places, matching
the wording and button hierarchy already approved on
solvx.uk/socials-studio.

No application code was touched -- documentation only.

What changed

README.md:

  • New "Download Socials Studio" section right after the intro, linking
    solvx.uk/socials-studio prominently plus direct
    v0.1.0-beta.4 asset links for Windows/macOS/Linux.
  • "Get started" reordered: guided installer first (primary), "Already use Claude Code" second
    (secondary, technical route) -- including the literal git clone / cd / claude three-line
    route.
  • Testing status corrected: the v0.1.0-beta.3 Windows installer was actually human-tested
    successfully (existing Claude Code detection and launch into Socials Studio confirmed) -- the
    freshly built v0.1.0-beta.4 binary hasn't had its own separate hardware retest yet. Noted
    Linux's real-Chrome (not Chromium) requirement inline.
  • All beta.2/beta.3 version references updated to beta.4 where they describe the current
    download (a v0.1.0-beta.3 mention describing the historical hardware test is deliberately kept
    as-is).

docs/index.html:

  • Hero button row restructured: "Download for Windows" primary, macOS/Linux downloads and a
    solvx.uk link secondary, GitHub-related buttons demoted further -- same hierarchy as solvx.uk.
  • "Get started" section reordered to match (installer first, clone route second, with the same
    three-line code block), added an anchor id for the new "Install with Claude Code" button, and
    the same Windows/Linux testing-status and Chrome-requirement corrections as the README.
  • All beta.2 references (meta tags, JSON-LD, beta pill, section heading) updated to beta.4.

Not touched

  • No installer/auth code, no other documentation files (installer/README.md doesn't present
    cloning as an install route and has no stale version references; CONTRIBUTING.md's clone
    instructions are correctly contributor-only and out of scope).
  • No release created, nothing merged.

Validation

  • pytest -- 107 passed (unchanged; no code touched)
  • python -m compileall -q auth installer doctor.py tests -- clean
  • git diff --check -- clean
  • Every download/release link in both files resolves (HTTP 200), including
    solvx.uk/socials-studio and all three v0.1.0-beta.4 assets, verified live with curl.
  • Internal README/HTML anchors (#download-socials-studio, #get-started,
    #testing-status, #reporting-problems--requesting-features) all point at real headings/ids.

Both README.md and docs/index.html led with "clone the repo and ask
Claude Code" as the first, primary route, with the guided installer
mentioned second -- backwards from what v0.1.0-beta.4 actually offers
most people. Reorder both so downloading Socials Studio is the primary
route and the repository/clone route is clearly secondary, matching
the button hierarchy and wording already approved on
https://solvx.uk/socials-studio.

README.md:
- New "Download Socials Studio" section right after the intro, linking
  solvx.uk/socials-studio prominently plus direct v0.1.0-beta.4 asset
  links for Windows/macOS/Linux.
- "Get started" reordered: guided installer first, "Already use Claude
  Code" second, with the literal clone/cd/claude three-line route.
- Testing status corrected: the beta.3 Windows installer was actually
  human-tested successfully (existing Claude Code detection and launch
  confirmed) -- the freshly built beta.4 binary hasn't had its own
  separate hardware retest yet. Noted Linux's real-Chrome (not
  Chromium) requirement inline.
- All beta.2/beta.3 version references updated to beta.4 where they
  describe the current download.

docs/index.html:
- Hero button row restructured: "Download for Windows" primary, macOS/
  Linux downloads and a solvx.uk link secondary, GitHub-related buttons
  demoted further.
- "Get started" section reordered to match (installer first, clone
  route second, with the same three-line code block), added an anchor
  id for the new "Install with Claude Code" button, and the same
  Windows/Linux testing-status and Chrome-requirement corrections as
  the README.
- All beta.2 references (meta tags, JSON-LD, beta pill, section
  heading) updated to beta.4.

No application code touched. All 107 tests still pass, compileall is
clean, git diff --check is clean, and every download/release link in
both files (including solvx.uk and all three beta.4 assets) returns
HTTP 200.
@tradewithmeai
tradewithmeai marked this pull request as ready for review August 31, 2026 01:22
@tradewithmeai
tradewithmeai merged commit 8f41639 into main Aug 31, 2026
8 checks passed
@tradewithmeai
tradewithmeai deleted the docs/prominent-installer-route branch August 31, 2026 01:23
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T01:25:21.801510Z 88cd225 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 88cd225969

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Comment on lines +31 to +33
Or grab **v0.1.0-beta.4** directly from GitHub Releases:

- **Windows (recommended):** [`Socials-Studio-Setup.exe`](https://github.com/tradewithmeai/socials-studio/releases/download/v0.1.0-beta.4/Socials-Studio-Setup.exe)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Stamp the Windows installer as beta.4

When a Windows user follows this new beta.4 link, the release workflow builds the executable by invoking iscc installer\windows\setup.iss, but that script still defines MyAppVersion as 0.1.0-beta.3 and uses it for AppVersion. The advertised beta.4 download will therefore install and register itself as beta.3, making version reporting and upgrade diagnosis misleading; update the installer metadata before presenting this as the beta.4 binary.

AGENTS.md reference: AGENTS.md:L27-L30

Useful? React with 👍 / 👎.

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.

1 participant