chore(release): sync plugin to v1.1.7#8
Open
darrenzhu wants to merge 1 commit into
Open
Conversation
Propagate the v1.1.7 Forge plugin release from the canonical forge-mcp/plugin source: - hooks/stop-observer.cjs: time-floor cadence for engineering-time checkpoints — a checkpoint now fires on EITHER the turn interval OR a 10-minute wall-clock floor (whichever comes first), so long turns no longer leave large un-banked engineering-time gaps. - .cursor-plugin/plugin.json: bump version 1.1.6 -> 1.1.7. - CHANGELOG.md: add the 1.1.7 entry documenting the time-floor fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ST-administrator
approved these changes
May 31, 2026
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.
Propagates the v1.1.7 Forge plugin release from the canonical
forge-mcp/pluginsource.Changes
hooks/stop-observer.cjs— time-floor cadence for engineering-time checkpoints. A checkpoint now fires on either the turn interval or a 10-minute wall-clock floor (whichever comes first), so a handful of long turns can no longer leave a large un-banked engineering-time gap. (Upstream commitb835eaa.).cursor-plugin/plugin.json— version bump1.1.6→1.1.7.CHANGELOG.md— new## [1.1.7]entry documenting the time-floor fix, in Cursor-relevant terms (Keep-a-Changelog format).Notes
stop-observer.cjswas byte-copied verbatim from source (platform-agnostic hook script; LF preserved). Cursor-localized files (SKILL.md, README, hooks.json transforms) were left untouched — the v1.1.7 source delta did not touch them.🤖 Generated with Claude Code