Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

feat(framework): block incoherent backlog writes with AI lifecycle hooks

Open
#581 1 comment 0 reactions 1 assignee View on GitHub

@blafourcade is already working on this.

Since Aug 6, 2026.

Assessment

This issue has not been assessed yet.

Description

Problem to solve

An AI agent can leave a modified local backlog incoherent without being stopped before its turn ends.

Proposed solution

aidd-pm owns a deterministic local Markdown coherence checker. A project-scoped blocking AI lifecycle hook runs at turn stop only when the backlog changed, reports stable diagnostics, and blocks an invalid final state.

Content type

  • Other: AI lifecycle hook

Target tool(s)

  • Other: hosts with a blocking lifecycle event

Additional context

The first boundary is local Markdown only. A remote support joins only after its capability can return a normalized post-write snapshot.

Acceptance criteria

  • Broken local relations, shape, sections, cycles, order, or terminal-parent conflicts block the turn with a named rule.
  • A valid change does not block.
  • An untouched backlog exits quickly.
  • Every invariant has a corruption probe against a temporary copy.
  • Each generated host integration is valid; unsupported hosts are skipped explicitly.
  • A remote support is never reported coherent without its own post-write snapshot.

Out of scope

  • Git pre-commit and CI gates.
  • A universal tracker validator.
  • Automatic repair or external writes.
Dominant language
TypeScript
Stars
481
Forks
45
Avg merge
14h 27m
Merged PRs (30d)
111

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ai-driven-dev/framework

All issues in ai-driven-dev/framework

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.