Skip to content

build(rfd): Refine summary generation with change detection#416

Merged
JeanMertz merged 1 commit intomainfrom
rfd-summaries
Mar 5, 2026
Merged

build(rfd): Refine summary generation with change detection#416
JeanMertz merged 1 commit intomainfrom
rfd-summaries

Conversation

@JeanMertz
Copy link
Collaborator

The rfd-summaries task now uses a JSON schema that includes a changed field to allow the LLM to decide if an existing summary is still accurate. This prevents unnecessary updates to RFD summaries when the content hasn't changed significantly enough to warrant a new summary.

The prompt has been updated to provide the current summary as context, asking the model to keep it if it remains valid. The task output now distinguishes between summaries that were updated, kept, or skipped due to cache hits.

The `rfd-summaries` task now uses a JSON schema that includes a
`changed` field to allow the LLM to decide if an existing summary is
still accurate. This prevents unnecessary updates to RFD summaries when
the content hasn't changed significantly enough to warrant a new
summary.

The prompt has been updated to provide the current summary as context,
asking the model to keep it if it remains valid. The task output now
distinguishes between summaries that were updated, kept, or skipped due
to cache hits.

Signed-off-by: Jean Mertz <git@jeanmertz.com>
@JeanMertz JeanMertz merged commit c7a34a5 into main Mar 5, 2026
11 checks passed
@JeanMertz JeanMertz deleted the rfd-summaries branch March 5, 2026 22:20
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.

1 participant