Consolidated Intelligence skills into seven shipped workflows - #28
Merged
Merged
Conversation
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.
Summary
Reduced the shipped Intelligence catalog from twelve skills to seven. Context updating owns artifact authoring; session learning includes workflow extraction; review includes compaction; adapter management operates existing targets. Adapter implementation now lives in the repository-only
dev-build-adapterskill, with the public CLI and adapter guide still available to consumers.The version-management skill is named
intelligence-upgradeto distinguish it fromintelligence-update-context; its procedure and CLI commands remain unchanged. Added the skill-name migration map and decision 0008, updated agent bindings and onboarding, and prepared0.15.0with regenerated project/example locks and tool output. Skill content including references is 22.7% smaller (52,905 to 40,898 bytes).Type of change
Public CLI check
init,sync,update,upgrade,package,adapter,status,registryintelligence syncThe executable command model is unchanged. Existing lifecycle coverage runs alongside the new catalog assertions.
Verification
bash cli/tests/verify.shreportsverify okand skipped nothing this change neededintelligence status --checksucceeds in this project after alignment to0.15.0intelligence syncleaves all 84 generated/shared output files unchangedThe lifecycle regression checks the seven package and generated skills, conditional references, retired-command cleanup, local skill discovery, and repeatable rendering.
bash npm/build.shplusnpm pack --dry-run --jsonconfirms seven shipped skills and no repository-only adapter workflow. Source resource links and agent bindings resolve; the outgoing secret scan is clean. No adapter implementation changed, so real-tool adapter conformance testing does not apply.The rename regression also removes obsolete
intelligence-updateoutput. The generic Codex skill validator rejects the repository's pre-existingagentandargument-hintextensions; repository-aware frontmatter and binding checks, generated output, and lifecycle tests cover those fields. The existing Windows filesystem probe skips its escaping-symlink fixture; Linux and macOS CI provide the platform checks.Versioned artifacts
CHANGELOG.mdversion; there is no[Unreleased]section or duplicated release dateengine/VERSIONrelease state was checked:v0.14.0is published, so this change prepares0.15.0schema_versionand exact sync pin changed with the engine version; committed locks were regenerated through the CLINotes for reviewers
The removed skill names have no registered aliases. The migration map covers invocations, bindings, and deliberate downstream overrides. Guided adapter implementation is intentionally repository-only; no development package is added.
Preservation was reviewed against the previous authoring, learning, compaction, onboarding, cleanup, and verification responsibilities. Automated checks cover distribution and lifecycle behavior; no model-based behavior evaluation was available.
Backout before release is one PR revert. For an already-updated consuming project, restore its prior source/manifest/lock snapshot and matching CLI version, then sync; generated output is reproducible from those sources.