Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ this file. The format follows Keep a Changelog, and versioned releases follow
Semantic Versioning where the repository publishes a release.

## [Unreleased]
- **Add an evidence-gated issue-draft composer (`scripts/ci/issue_draft_composer.py`), the first
increment of ADR-0022's Noema/OpenCode agent PR-follow-up design.** Composes a GitHub issue
title/body from structured evidence (summary, citation-backed findings, source), rejecting a
draft with no findings, citations, or traceable source. Renders the draft by default; only calls
`gh api -X POST repos/{repo}/issues` when invoked with `--create` explicitly. No workflow wires
`--create` into any scheduled/dispatched trigger in this change — `docs/product-goal-directive.md`
authorizes autonomous PR work but never mentions issue creation, so unattended use is deferred
until that directive text is extended. See
[ADR-0022](docs/adr/0022-agent-pr-followup-search-and-issue-authoring-scope.md) and the
2026-09-02 entry in `docs/product-technical-gap-baseline.md` for the full architecture decision
and deferred roadmap (web search, paper search, unattended issue creation, `noema-core` adoption).
- **Pin `opencode-review-dispatch.yml` off the starved floating `ubuntu-latest` image.**
The 2026-09-01 floating-image fix (see that entry below) pinned `strix.yml`,
`opencode-review.yml`, and `noema-review.yml` -- the three required-check
Expand Down
Loading
Loading