feat(agents): add changed-file verification - #7759
Merged
Merged
Conversation
What changed: - Generate shared README content for every discovered official plugin and backfill missing pages. - Preserve NWS capitalization in generated stubs and normalize generated Markdown for validation. Why: - Registry discovery previously created product stubs without article content for unmapped plugins. Impact: - Official plugin pages, including NWS Weather, now render generated article content in Core and Enterprise. Verification: - yarn test:sync-plugins - yarn lint-codeblocks content/shared/influxdb3-plugins/plugins-library/official/*.md content/influxdb3/core/plugins/library/official/*.md content/influxdb3/enterprise/plugins/library/official/*.md - npx hugo --quiet
What changed: - Compact canonical agent instructions and skill entrypoints, with routed references. - Add a changed-file verifier and enforced instruction size limits. Why: - Reduce baseline agent context while retaining targeted operational guidance. Impact: - Agents can plan focused manual validation without re-running commit hooks. Verification: - yarn test:verify-changed - yarn test:agent-instruction-limits - yarn build:agent:instructions - yarn validate:agent-instructions - git diff --check
What changed: - Removed completed and stale execution plans. - Preserved durable site architecture as three concise ADRs. Why: - Execution plans are not a durable archive, while the retained choices guide future site maintenance. Impact: - Repository decision history now distinguishes architecture from content and rollout history. Verification: - yarn verify:changed -- docs/adr/0005-agent-instruction-adapter-architecture.md docs/adr/0006-product-jsonld-rendering.md docs/adr/0007-release-version-drift-detection.md - .ci/remark/remark.sh docs/adr/0005-agent-instruction-adapter-architecture.md docs/adr/0006-product-jsonld-rendering.md docs/adr/0007-release-version-drift-detection.md --quiet - git diff --check
jstirnaman
marked this pull request as ready for review
September 10, 2026 01:14
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.
What changed
Why
Reduce default agent context and repeated tool output while retaining a neutral contract for Codex, Claude Code, and Pi.
Impact
Agents can avoid manually running the full lint suite before commits because staged hooks run automatically. Unsupported verifier categories are reported as deferred.
Verification
The pre-push audit completed with existing dependency-vulnerability warnings on this non-default branch.