Skip to content

fix: restore preview-specific package.json, lock, and changelog#1084

Merged
notgitika merged 1 commit intopreviewfrom
fix/restore-preview-files
May 1, 2026
Merged

fix: restore preview-specific package.json, lock, and changelog#1084
notgitika merged 1 commit intopreviewfrom
fix/restore-preview-files

Conversation

@notgitika
Copy link
Copy Markdown
Contributor

Summary

The main→preview sync (#1077) overwrote preview-specific files with main's versions:

  • package.json: version changed from 1.0.0-preview.5 to 0.13.0
  • package-lock.json: dependency versions reverted
  • CHANGELOG.md: preview changelog entries lost

This restores all three to preview's versions from before the merge.

@notgitika notgitika requested a review from a team May 1, 2026 16:17
@github-actions github-actions Bot added the agentcore-harness-reviewing AgentCore Harness review in progress label May 1, 2026
The main→preview sync overwrote these with main's versions.
Restore preview's version (1.0.0-preview.5) and changelog.
@notgitika notgitika force-pushed the fix/restore-preview-files branch from 07f4582 to b312ab2 Compare May 1, 2026 16:19
@agentcore-cli-automation
Copy link
Copy Markdown

Reviewed the diff and verified:

  • The three files exactly match preview's pre-sync state (1277430) — clean revert ✅
  • @aws/agent-inspector 0.2.1 is consistent with the browser-tests/tests/traces.test.ts already on preview. The sync at chore: sync main into preview — evo features #1077 bumped the package to 0.3.0 but kept preview's old version of the traces test (which uses trace-list / plain [role="button"] selectors rather than the 0.3.0 traces-trace-list / traces-span-tree / traces-log-panel testIds), so current preview HEAD is actually inconsistent — this PR brings those back into alignment.
  • PACKAGE_VERSION (read from package.json in src/cli/constants.ts) has no snapshot or test assertions tied to a specific value, so rolling back to 1.0.0-preview.5 is safe.
  • The CHANGELOG entries for the evo features etc. being removed is expected — those will be captured in the next preview.6 release entry via scripts/bump-version.ts, not duplicated from main's 0.13.0 section.
  • package-lock only changes the version string and agent-inspector entry; no transitive dep drift.

LGTM to merge.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label May 1, 2026
@notgitika notgitika merged commit b873a49 into preview May 1, 2026
13 checks passed
@notgitika notgitika deleted the fix/restore-preview-files branch May 1, 2026 16:22
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 43.43% 9860 / 22699
🔵 Statements 42.69% 10468 / 24518
🔵 Functions 40.45% 1665 / 4116
🔵 Branches 40.04% 6342 / 15838
Generated in workflow #2299 for commit b312ab2 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants