Skip to content

Fix duplicated "Tasks" heading in synced issues - #156

Merged
androidand merged 1 commit into
mainfrom
feat/155-fix-duplicate-tasks-heading
Sep 3, 2026
Merged

androidand merged 1 commit into
mainfrom
feat/155-fix-duplicate-tasks-heading

Conversation

@androidand

Copy link
Copy Markdown
Owner

Closes #155

WorkItemFor renders ## Tasks then pastes tasks.md verbatim; every tasks.md in this repo (and presumably most, by convention) opens with its own # Tasks H1, so every synced issue showed the heading twice. Same fix pattern as the Proposal section's redundant H1 — reuses stripLeadingH1.

Found by inspection on issue #154 (the demo for #153, still open for review).

tasks.md conventionally opens with its own "# Tasks" H1; WorkItemFor
already renders "## Tasks" before it, so every synced issue showed the
heading twice. Same stripLeadingH1 helper already used for the Proposal
section. Found by inspection on issue #154 (the demo for #153).
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying specsync with  Cloudflare Pages  Cloudflare Pages

Latest commit: 935b5a7
Status: ✅  Deploy successful!
Preview URL: https://575e2464.specsync.pages.dev
Branch Preview URL: https://feat-155-fix-duplicate-tasks.specsync.pages.dev

View logs

@androidand
androidand merged commit ecb0b0b into main Sep 3, 2026
2 checks passed
@androidand
androidand deleted the feat/155-fix-duplicate-tasks-heading branch September 3, 2026 10:26
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.

Fix duplicated "Tasks" heading in synced issues

1 participant