Skip to content

Document global CLI installation#81

Merged
JRS1986 merged 1 commit into
mainfrom
codex/global-install-docs
May 20, 2026
Merged

Document global CLI installation#81
JRS1986 merged 1 commit into
mainfrom
codex/global-install-docs

Conversation

@JRS1986
Copy link
Copy Markdown
Owner

@JRS1986 JRS1986 commented May 20, 2026

Agentic coding disclosure

What changed

  • Files changed: README install docs, Getting Started wiki docs, generated project GETTING_STARTED template, writer regression test, changelog.
  • Commands run: uv run ruff check; uv run pytest -q; uv run coding-scaffold context lint --target .; uv run coding-scaffold eval run --target .
  • Tests run: uv run ruff check passed; uv run pytest -q passed with 331 tests; context lint passed; eval passed 9/9.
  • Tests not run and why: n/a.

Risk surface

  • External tools or MCP servers used: GitHub connector attempted issue creation and failed with 403; GitHub CLI created issue, pushed branch, and opened this PR.
  • Secrets / data exposure risk: none.
  • Network calls made during the session: GitHub issue, branch push, and PR operations only.

Review focus

  • Human review focus: confirm uv tool install / pipx install is the desired first-time user path; confirm contributor install instructions remain clear; confirm generated onboarding no longer implies source-repo venv activation.
  • Known limitations: no UI work included; the feedback treats GUI as later.
  • Reusable knowledge captured: issue Make CodingScaffold easier to install and run globally #80 records the tester feedback.

@JRS1986 JRS1986 merged commit e43fda9 into main May 20, 2026
3 checks passed
@JRS1986 JRS1986 deleted the codex/global-install-docs branch May 20, 2026 18:14
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.

Make CodingScaffold easier to install and run globally

1 participant