Email to Todo Converter - fix broken fences, remove scaffold residue, keep extraction strategy open (#354)#1068
Merged
kryputh merged 1 commit intoJun 19, 2026
Conversation
…e, open up extraction strategy Building on Errordog2's merged docs (3d1d778). Three targeted fixes, no restructuring: - README.md and specs.md: fixed single-backtick code fences left over from the original broken scaffold (6f15f57); now proper triple-backtick fences with forward-slash paths. - specs.md: removed an orphaned 'Recommended internal structure' bullet list with no heading, also scaffold residue. - specs.md: Core Behavior Contract previously mandated keyword-based extraction ('please send', 'follow up', etc.), which commits to an implementation strategy at the architecture stage. Reframed to require detecting actionable content without fixing the method, and added an explicit Open Questions section covering extraction strategy and storage destination. docs/test-plan.md's reference to issue Stellar-Mail#358 left untouched pending maintainer clarification - not guessing at that one.
5 tasks
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 #354
Errordog2 already merged docs here (3d1d778) before I pushed mine, we
both branched off the same broken scaffold independently. This sits on
top of their work instead of overwriting it.
Fixed:
decides implementation too early. Reframed to leave the method open,
added an Open Questions section for extraction strategy + storage.
Left docs/test-plan.md alone, it references #358 not #354, flagging for
a maintainer to confirm rather than guessing.
Only README.md and specs.md touched.