v1.1.0
Immutable
release. Only release title and notes can be modified.
Postgres Introspection Skill v1.1.0
This release documents and hardens the maintenance process. The skill's behavior is unchanged; the focus is making the release process and the repository workflow clear and unambiguous for the humans and agents who maintain it.
Highlights
docs/RELEASING.mdnow describes the whole process: how changes land through a pull request, what themainruleset enforces, the CI check that gates merges, the repository safeguards, and the tag-triggered draft release.- The release process has a single source.
AGENTS.mdpoints todocs/RELEASING.mdinstead of repeating its steps, so the instructions cannot drift apart. - Release instructions in
CONTRIBUTING.mdand the pull request template were reconciled, and the hardcodednpm run package -- v1.0.0was replaced with a version-neutralvX.Y.Z.
Why it matters
A maintaining agent or contributor now finds one consistent description of how to land a change and cut a release, with no conflicting or version-specific instructions across the documents.
Notes
Release tag: v1.1.0.