Like and Dislike Buttons with Local Prompting #16
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.
The result of this PR is https://github.com/bitovi/carton-case-management/tree/fe-735-like-dislike-buttons-local-prompting-attempt. The results are fairly close to what I'd hope for. Here are some call outs:
Agents
Suggests TTD to implement feature.
Assumptions:
router.test.tsSkills
component-set-test-driven-development
.github/skills/component-set-test-driven-development
figma-url-router
.github/skills/figma-url-router
mcp-error-handling
.github/skills/mcp-error-handling
Specs
005-comment-upvotes
specs/005-comment-upvotes/spec.md
TODOs
figma-url-routeror simplify it drastically (likely remove). The logic should live 100% in component-set-test-driven-development. There is already a lot of overlap between the two skills and I'm not 100% sure that figma-url-router gets used as expected anymore.mcp_figma_get_design_context, that it should then get the nearest available nodes and assume they're "feature examples".mcp-error-handlingskill to require user prompt to continue if an issue happens at all. Currently it seems to only work if there's never a time when mcp request was successful, i.e. mcp tool was successful, but next one wasn't doesn't halt process.