Skip to content

Conversation

@jviotti
Copy link
Member

@jviotti jviotti commented Dec 29, 2025

No description provided.

Signed-off-by: Juan Cruz Viotti <[email protected]>
Signed-off-by: Juan Cruz Viotti <[email protected]>
@jviotti jviotti changed the title no misc Simplify repository for One integration Dec 29, 2025
@jviotti jviotti merged commit d4a3ccb into main Dec 29, 2025
2 checks passed
@jviotti jviotti deleted the no-misc branch December 29, 2025 17:42
@augmentcode
Copy link

augmentcode bot commented Dec 29, 2025

🤖 Augment PR Summary

Summary: This PR simplifies the repository by removing NPM packaging/distribution and trimming “misc” schemas.

Changes:

  • Remove the `dist` build step from CI/CD and stop uploading release artifacts / publishing to NPM.
  • Delete the `npm/` package entrypoints/tests and remove `.npmignore`.
  • Slim down package.json to a private, minimal dev-only manifest.
  • Remove the schemas/2020-12/misc schemas and their associated tests.
  • Inline the former single-line-text schema into meta/schemas.json via $defs.

Technical Notes: Releases will now be GitHub-tag driven without attached schema archives, and the project no longer appears intended for NPM publication.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"provenance": true,
"access": "public"
},
"version": "0.0.0",
Copy link

Choose a reason for hiding this comment

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

package.json now reports version 0.0.0, but package-lock.json still has 0.3.1; npm ci typically errors when the lockfile and manifest metadata are out of sync, which would break make test/CI.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

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.

2 participants