Open
Conversation
- Add project and epic_id columns to todo entity - Add ProjectFilter enum for list filtering (Any/Equals/IsNull) - Implement project inheritance from epic with validation - Block deletion of epics that have children - Add self-reference check for epic_id - Add CLI flags: --project/--epic for add, --project/--no-project for list - Add TUI detail view fields for project and epic with error feedback - Add 13 unit tests for project/epic logic
- Add scroll_offsets to CursorState and BacklogCursor for column scrolling - Add ensure_visible() to auto-scroll keeping cursor in viewport - Clamp scroll offsets in sync_after_refresh to prevent stale state after deletes - Add bounds check in CursorState::ensure_visible to prevent panics - Improve detail view error handling with specific messages for title/date/notes - Clone UiMode to fix borrow checker issues with mutable draw methods
Defensive hardening for extreme terminal sizes where visible_rows could be 0, preventing potential issues in scroll calculations.
- Add TodoError typed errors with is_client_error() for MCP error classification - Introduce McpTool trait (ATPIT) to eliminate repetitive handler dispatch - Support epic_id linking with project inheritance from parent epics - Block deletion of epics with children, prevent self-referencing - Add project/noProject/epicId filtering to list operations
Deploying mach with
|
| Latest commit: |
88ff0f8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://af4a4f9a.mach-76x.pages.dev |
| Branch Preview URL: | https://add-mcp-add-project.mach-76x.pages.dev |
Replace nullable union types with simple types per MCP 2025-11-25 spec. Optionality is expressed via the required array, not type unions. This fixes potential client compatibility issues with Cursor, Gemini, and MCP Inspector.
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.
No description provided.