Backfill CHANGELOG [1.2.0] and add copilot-instructions for agent hygiene#17
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/bchr02/filejson/sessions/60b02e45-4760-4113-aab5-02f0a56e0408 Co-authored-by: bchr02 <10158167+bchr02@users.noreply.github.com>
Agent-Logs-Url: https://github.com/bchr02/filejson/sessions/b20ecc79-fd9f-4a0f-a57b-1f295028cc63 Co-authored-by: bchr02 <10158167+bchr02@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
bchr02
April 30, 2026 22:30
View session
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.
[1.2.0]was released as a large squash commit but its CHANGELOG entry was left blank. Several post-release changes that shipped under 1.2.0 were also undocumented. Additionally, agent sessions were repeatedly omitting version bumps, changelog entries, and related housekeeping steps.CHANGELOG [1.2.0] backfill
Documented everything that shipped while the package was at 1.2.0 but was never recorded:
index.d.ts) — the most significant omission; provides typed options, all methods, and all eventssaveDelay0ms → 100ms — breaking change called out in the release commit message but absent from the changelogllms.txt— machine-readable API reference for AI toolingsave()callback andhandlerparameter; fixed misleading internal commentCONTRIBUTING.mdandSECURITY.mdVersion bump: 1.2.0 → 1.3.0
createIfMissingoption and named exports (module.exports.Filejson/.default) added in PR #16 were additive and backward-compatible but never got a version bump or changelog entry. Bumped to 1.3.0 and documented both additions under[1.3.0] - 2026-04-30..github/copilot-instructions.md(new)Added standing instructions automatically picked up by Copilot agent sessions to prevent recurrence:
package.jsonversion and add a matchingCHANGELOG.mdentry per PRindex.d.tsin sync withapp.jsand updateREADME.mdfor new user-facing features