V1.0.0_beta - #8
Closed
wh1teAlter wants to merge 27 commits into
Closed
Conversation
- Introduced to validate TypeDoc output against expected public packages and ensure no private paths are exposed. - Added to check the integrity of Playground's CLI validation results and confirm expected artifacts and diagnostics. - Updated to include new scripts in coverage checks.
…dated package versions and new platform packages
… versioning and validation details
Author
Related IssuePart of #7 |
- Introduced a new option to allow Commands to generate Skill IDs with the Plugin name as a prefix. - Updated documentation to reflect the new ID generation strategy and its usage. - Enhanced the Codex Platform to validate and handle the new ID strategy during Skill generation and validation. - Added tests to ensure proper functionality and collision handling for plugin-prefixed Command Skill IDs.
- Refactored to dynamically load public package manifests and validate ecosystem version snapshots. - Introduced function to gather all public package manifests from specified directories. - Added function to ensure consistency between ecosystem versions and workspace manifests. - Updated dependency verification logic in migration and consumer verification processes. - Adjusted import paths in various modules to align with new package structure, including the introduction of . - Enhanced error handling and assertions for better validation during the release process. chore: update TypeScript configuration - Added new path mappings for and in . - Updated path mapping for to reflect the new SDK structure.
- Introduced a new test suite in to validate the boundaries of published packages, ensuring private workspace dependencies are not leaked. - Implemented checks for the Core Build Service usage in MCP entry and verified that each Platform package adheres to its public factory contract. - Added tests to ensure the main package is externalized from all Platform and Extension packages, and confirmed only the intended packages are published. refactor(tests): update vitest configuration for core and author integration - Updated the vitest configuration to reflect changes in the core package structure, replacing kernel-sdk and kernel-author with integration and author paths. chore(scripts): synchronize ecosystem versions and update paths - Modified paths in and to point to the new ecosystem versions JSON file location. - Adjusted the comment coverage configuration to include additional files and remove obsolete paths. fix(tsconfig): correct path mappings for core API - Updated TypeScript path mappings in to align with the new API structure, replacing kernel paths with author and integration paths.
…vices, along with module-host.ts
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.
No description provided.