docs(#6759): add normative-spec doc-update trigger to AGENTS.md - #6761
Open
fullsend-ai-coder[bot] wants to merge 1 commit into
Open
docs(#6759): add normative-spec doc-update trigger to AGENTS.md#6761fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Add a doc-update trigger for event_payload and normalized-event structure changes, following the existing pattern of lines 20-23 in AGENTS.md. When agents modify buildEventPayload in internal/harnessdispatch/project.go or normalized-event structures in internal/normevent/, they are now instructed to update the projection table in docs/normative/normalized-event/v1/README.md and the resolution description in docs/contributing/harness-fields.md. Also add the normative event specification to the topic-specific guidance table so agents read the full spec when modifying event_payload, normevent structures, or adapters. Note: pre-commit could not run in sandbox (HTTP 403 fetching remote hook repos). Hooks were verified manually: no trailing whitespace, file ends with newline, lychee link check passed (25 OK, 0 errors). Closes #6759
|
🤖 Finished Review · ✅ Success · Started 6:42 PM UTC · Completed 6:53 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.47 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Risk Assessment: moderate (2/5) DetailsMinimal 2-line docs-only addition to AGENTS.md by a known bot. Score elevated from 1 to 2 because AGENTS.md is a protected path with high recent churn (29 commits/30d) and many distinct authors (9/90d), indicating the file is actively contested. The actual risk of this specific additive change is low given its tiny scope and docs-only nature. |
ReviewFindingsMedium
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a missing doc-update trigger to AGENTS.md so code agents automatically update normative event documentation when modifying
event_payloador normalized-event structures. Also adds the normative event specification to the topic-specific guidance table.Related Issue
Closes #6759
Changes
docs/normative/normalized-event/v1/README.md(projection table) anddocs/contributing/harness-fields.md(resolution description) when modifyingbuildEventPayloadininternal/harnessdispatch/project.goor normalized-event structures ininternal/normevent/docs/normative/normalized-event/v1/README.mdto the topic-specific guidance table with trigger conditions for event_payload, normevent, and adapter changesTesting
Checklist
!for breaking changes)Closes #6759
Post-script verification
agent/6759-add-normative-spec-trigger)dc0f8e15488fc816f9464c63e644e17de549edd1..HEAD)