feat: polished loop create/edit form (closes #21)#30
Merged
Conversation
The change had proposal + design + specs but no tasks.md, so it could not pass through /ob-apply or be archived. Verified each of the six proposed capabilities against the actual codebase (shared validation hook, task mode toggle, inline command copy, smart cwd default, direct edit navigation, per-field validation) - all six were already implemented across prior WIP commits (d29f6a9, 1e16395). Retroactive tasks.md marks them [x] against verified code rather than re-describing planned work. One genuine gap found and fixed: src/board/components/DetailView.tsx was dead code (zero imports repo-wide) left over from before direct-edit- navigation bypassed it. Removed. Typecheck clean, full suite at the known baseline (37 failed / 500 passed, unchanged). openspec status now shows all 4 artifacts complete - ready to archive. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Closes #21.
Summary
Implement the polished loop create/edit form with task selection, inline command editing, smart defaults, copy-on-edit, direct edit navigation, and real-time per-field validation across board and TUI.
Changes
Verification
Issue Reference
Closes #21