Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-relay/factory",
"version": "0.1.57",
"version": "0.1.58",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Synchronize package-lock.json with the new package version.

package-lock.json still records @agent-relay/factory as 0.1.57 in its root metadata and package entry. Update both fields to 0.1.58, then verify that no dependency changes were introduced. This keeps the repository metadata consistent without republishing the artifact.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 3, Update package-lock.json to change the root metadata
version and the `@agent-relay/factory` package entry from 0.1.57 to 0.1.58,
matching package.json. Do not alter dependency resolutions or introduce any
other lockfile changes.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Version bumped to 0.1.58 in package.json but package-lock.json still declares 0.1.57. Sync the lockfile's root version so the published metadata is consistent and the lockfile doesn't drift from the manifest.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 3:

<comment>Version bumped to 0.1.58 in package.json but package-lock.json still declares 0.1.57. Sync the lockfile's root version so the published metadata is consistent and the lockfile doesn't drift from the manifest.</comment>

<file context>
@@ -1,6 +1,6 @@
 {
   "name": "@agent-relay/factory",
-  "version": "0.1.57",
+  "version": "0.1.58",
   "description": "Agent factory — triage, dispatch, merge-gate for relayfile-driven workspaces",
   "license": "Apache-2.0",
</file context>

"description": "Agent factory — triage, dispatch, merge-gate for relayfile-driven workspaces",
"license": "Apache-2.0",
"repository": {
Expand Down