Commit graph

29 commits

Author SHA1 Message Date
Lex Christopherson
c9135da035 docs: add LSP extension to README bundled tools table 2026-03-13 11:47:02 -06:00
Lex Christopherson
171e711498 docs: update changelog and README for v2.8.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 08:05:14 -06:00
Lex Christopherson
ee6dce643b chore(M002/S01): auto-commit after reassess-roadmap 2026-03-13 08:04:27 -06:00
Lex Christopherson
ff8c7e48b0 docs: update changelog and README for v2.7.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 07:29:05 -06:00
Lex Christopherson
e97c3de199 docs: update README and changelog for v2.6.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 21:38:19 -06:00
Lex Christopherson
b2e7dbdc25 feat(M001/S03): Bug fixes and doc corrections 2026-03-12 13:21:05 -06:00
Lex Christopherson
631b2e0b86 docs: mention Pi credential migration in first launch section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:14:16 -06:00
Lex Christopherson
19fe2c2a50 docs: update README for onboarding wizard and gsd config 2026-03-12 10:03:20 -06:00
Lex Christopherson
98d9b63894 docs: update README for v2.3.9 — add Tavily search provider
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 09:06:08 -06:00
Lex Christopherson
b28299bd60 fix: allow migration without ROADMAP.md (#93, #90)
ROADMAP.md was the only fatal requirement for .planning → .gsd migration,
but the transformer already had a null-roadmap fallback that infers
milestones from the phases/ directory. Downgrade to warning so partial
v1 projects can migrate successfully.

Closes #93
Closes #90

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 08:55:49 -06:00
RoomWithOutRoof
353bf7b00a docs: clarify ROADMAP.md requirement for migration (#94)
Add note that ROADMAP.md is required for migration to help
users understand why migration fails without it.

Co-authored-by: SparkLab Scout <sparklab@openclaw.ai>
2026-03-12 06:47:30 -06:00
Lex Christopherson
a21022a3ef docs: update README for current state, remove github extension
- Remove github extension (3 files) and its test
- Fix GitHub badge/link URLs (glittercowboy/gsd-pi → gsd-build/GSD-2)
- Update /gsd description: wizard → step mode (default since /gsd next)
- Add missing commands: /gsd next, /worktree, /voice, /exit, /clear, keybindings
- Update bundled extensions: 9 → 13 (add Google Search, Mac Tools, MCPorter, Voice)
- Add Google Gemini API key to first launch, requirements, architecture tree
2026-03-11 17:10:51 -06:00
Lex Christopherson
aea1f8a51b docs: simplify star history embed 2026-03-11 11:15:02 -06:00
Lex Christopherson
8f78079daf docs: fix star history repo link 2026-03-11 11:01:26 -06:00
Lex Christopherson
97f27f17ce fix: prevent discuss prompt loop and refresh star history link 2026-03-11 10:57:19 -06:00
jonathancostin
f214912e66 feat: /gsd migrate — .planning to .gsd migration tool (#28) 2026-03-11 06:56:37 -06:00
Lex Christopherson
d1370f74d5 docs: update license references to MIT 2026-03-11 00:41:32 -06:00
Lex Christopherson
f14f6039b4 docs: fix star history chart — use SVG embed instead of iframe 2026-03-11 00:32:07 -06:00
Lex Christopherson
006c17c2c2 docs: add star history chart to README 2026-03-11 00:24:02 -06:00
Lex Christopherson
0181ff2dca fix: auto-select default model after login to prevent 'No model configured' error
When users logged in via /login but never explicitly ran /model, the agent
would throw 'No model configured' on every action. Now GSD auto-selects
a default model from available authenticated providers on startup.

Preference order: claude-sonnet-4-20250514 > any Anthropic model > first available.

Also documented /model command in README Getting Started section.

Closes #4
2026-03-10 23:54:33 -06:00
Lex Christopherson
1a139bf739 docs: add /login step to getting started, fix Pi SDK link 2026-03-10 22:59:29 -06:00
Lex Christopherson
2d2858cf85 fix: remove worktree and plan-mode from loader and README (not bundled)
These extensions were removed from the repo but the loader still
referenced them and the README still listed them. Removed from:
- src/loader.ts extension entry points (11 → 9)
- README bundled extensions table
- app-smoke test assertions
2026-03-10 22:49:30 -06:00
TÂCHES
7d4e09572d Update README.md 2026-03-10 22:45:38 -06:00
Lex Christopherson
c484c1edfa docs: clean up install block, clarify /gsd guided vs /gsd auto, two-terminal workflow 2026-03-10 22:44:52 -06:00
Lex Christopherson
e40688d095 docs: rewrite Getting Started — two-terminal workflow, less preamble 2026-03-10 22:37:53 -06:00
Lex Christopherson
16483326c9 docs: fix requirements — remove incorrect Anthropic-specific auth claim 2026-03-10 22:32:44 -06:00
Lex Christopherson
c8d96952df docs: add multi-model/provider section to README
- 20+ built-in providers (Anthropic, OpenAI, Google, OpenRouter, etc.)
- OAuth support for Claude Max, Codex, GitHub Copilot subscriptions
- OpenRouter for access to hundreds of models
- Per-phase model selection example in preferences
- Updated requirements to note Node 22+ recommended
2026-03-10 22:32:14 -06:00
Lex Christopherson
556936d353 docs: update README and package.json with correct repo links
- GitHub badge/link: glittercowboy/gsd-2 → glittercowboy/gsd-pi
- Add repository, homepage, bugs fields to package.json
- Fix license text: MIT → BSL 1.1 (matches badge and package.json)
2026-03-10 22:31:13 -06:00
Lex Christopherson
3bd2f8cb63 Initial commit 2026-03-10 22:28:37 -06:00