I have a workflow that generates multiple markdowns with links between them (implementation plan with links to individual markdown files for each task). The main markdown file is opened via /plannotator-annotate. Sometimes the user has no comments on the main document but makes annotations on one or more linked documents. However, if the user tries to "Send Annotations" then they are presented with a message that they must first add an annotation. Seems like a bug b/c if the user adds an annotation to the main document then submits annotations, claude correctly receives both the annotation on the main document as well as annotations on the linked documents. Seems like an edge case that just needs handling.
I have a workflow that generates multiple markdowns with links between them (implementation plan with links to individual markdown files for each task). The main markdown file is opened via
/plannotator-annotate. Sometimes the user has no comments on the main document but makes annotations on one or more linked documents. However, if the user tries to "Send Annotations" then they are presented with a message that they must first add an annotation. Seems like a bug b/c if the user adds an annotation to the main document then submits annotations, claude correctly receives both the annotation on the main document as well as annotations on the linked documents. Seems like an edge case that just needs handling.