Conversation
Owner
leeovery
commented
Dec 11, 2025
- Update workflow diagram from 3 to 4 phases (adding Review)
- Add technical-implementation skill (Phase 3: TDD execution)
- Add technical-review skill (Phase 4: validation against artifacts)
- Add /start-planning command for initiating planning sessions
- Update descriptions to reflect current skill capabilities
- Update workflow diagram from 3 to 4 phases (adding Review) - Add technical-implementation skill (Phase 3: TDD execution) - Add technical-review skill (Phase 4: validation against artifacts) - Add /start-planning command for initiating planning sessions - Update descriptions to reflect current skill capabilities
- Fix workflow nav link to point to #the-four-phase-workflow - Update About paragraph to include review phase in workflow description
- ⏳ for concluded discussions awaiting planning - ✅ for concluded discussions with plans already created -⚠️ remains for exploring discussions (may not be ready)
- Clearer status text: "ready for planning", "not ready", "plan exists" - Add legend explaining each emoji indicator - Note that users can pick any option or start without a discussion
leeovery
added a commit
that referenced
this pull request
Apr 20, 2026
cmdIndex silently stayed in keyword-only mode when the user configured a provider after an initial stub-mode index — only 'query' and 'status' warned. On the first index call after the upgrade, emit a one-shot note to stderr telling the user to run 'knowledge rebuild' to switch to vector search. Deduplicated via a module-level flag so bulk indexing of N files does not spam N identical warnings. Also fix test isolation: the CLI test suite leaked the developer's real ~/.config/workflows/config.json into tempdir-based tests, breaking keyword-only scenarios (Test 11 onward) on any machine with a real knowledge-base setup. Pin HOME/XDG_CONFIG_HOME to a tempdir. Closes deferred-issues #11.
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.