Skip to content

Email to Todo Converter - fix broken fences, remove scaffold residue, keep extraction strategy open (#354)#1068

Merged
kryputh merged 1 commit into
Stellar-Mail:mainfrom
temisan0x:feat/email-to-todo-architecture-v2
Jun 19, 2026
Merged

Email to Todo Converter - fix broken fences, remove scaffold residue, keep extraction strategy open (#354)#1068
kryputh merged 1 commit into
Stellar-Mail:mainfrom
temisan0x:feat/email-to-todo-architecture-v2

Conversation

@temisan0x

Copy link
Copy Markdown
Contributor

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:

  • broken code fences in README.md and specs.md (scaffold leftover)
  • orphaned bullet list in specs.md with no heading (same leftover)
  • specs.md locked in keyword matching as the extraction method, which
    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.

…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.
@kryputh kryputh merged commit 6edad41 into Stellar-Mail:main Jun 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[V1][individual] Email-to-Todo Converter - Architecture and folder contract

2 participants