You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swift build from Packages/OsaurusCore with the repo rule filter: no non-IkigaJSON Swift errors.
swift build --package-path Packages/OsaurusCLI: passed.
swift build --package-path Packages/OsaurusRepository: passed.
swift test --filter "SkillActivationMetadataTests|FirstPartySkillPackTests|SessionPreflightCacheTests|CapabilityLoadBufferTests|CapabilitiesLoadToolTests|SkillSearchServiceTests": passed, 31 tests.
swift test --package-path Packages/OsaurusCLI --parallel: passed, 32 tests.
CI note: test-core failed in the Xcode build phase before running tests with EventSource module-resolution errors: CAsyncHTTPClient, CNIOLLHTTP, CNIOExtrasZlib, CNIOPosix, and _NumericsShims. This matches the known EventSource/toolchain failure class from the recovery plan, not a failure in the new skill tests. Local package builds were clean, and the focused skills/session/capabilities tests passed. Leaving this PR as draft until test-core is resolved or rerun under a fixed CI/toolchain baseline.
Recovery-plan note: the latest CI shape is swiftlint, shellcheck, and test-cli passing, with test-core failing in the shared EventSource module-resolution class. #975 is green and should be merged first, then this PR should be rerun before touching the high-fidelity skills code.
This PR also remains aligned with the lightweight activation strategy: installed/discoverable by default, no high-fidelity skill prompt injection unless selected or loaded on demand.
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
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.
Summary
capabilities_loadin session state so they stay available for the chat without becoming globally selected.capabilities_search.skills/first-partywith.claude-plugin/marketplace.jsonimport metadata.Validation
swift buildfromPackages/OsaurusCorewith the repo rule filter: no non-IkigaJSON Swift errors.swift build --package-path Packages/OsaurusCLI: passed.swift build --package-path Packages/OsaurusRepository: passed.swift test --filter "SkillActivationMetadataTests|FirstPartySkillPackTests|SessionPreflightCacheTests|CapabilityLoadBufferTests|CapabilitiesLoadToolTests|SkillSearchServiceTests": passed, 31 tests.swift test --package-path Packages/OsaurusCLI --parallel: passed, 32 tests.jq empty .claude-plugin/marketplace.json: passed.git diff --check: passed.find scripts -name '*.sh' -print0 | xargs -0 shellcheck --severity=warning: passed.swiftlint lint --reporter github-actions-logging: exit 0 with existing repo warnings.Notes
osaurus-ai/osauruswas denied for the authenticated account, so this draft PR is opened from themimeding/osaurusfork.