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
Skills: Agent Teams Playbook, Memory 3-Layer, Find Skill, GoalPro, Kim Decision, Meta Skill Creator, Semgrep Skill, and Xiaohongshu Skill.
User-visible changes
Launched Kim Service as the consolidated public collection for one Hook and eight self-contained Skills.
Included Agent Teams Playbook as a self-contained Skill under skills/agent-teams-playbook.
Made every Skill directory independently understandable and installable with its own SKILL.md, README, LICENSE, CHANGELOG, NOTICE, and required runtime files.
Standardized component verification behind one catalog-driven runner and removed component-specific validation exceptions from the root README.
Standardized public README support visuals through one catalog-projected layout contract: the 720px contact banner is centered independently, while the two 260px payment codes share one centered row with centered cells.
Replaced the residual fixed candidate-file checklist in Meta Skill Creator with conditional core / conditional / release rules.
Renamed the Claude-specific memory component to platform-neutral memory-3layer, with one shared core, Claude Code and Codex Hook adapters, an explicit manual route, and a non-destructive legacy-data migration.
Added direct canonical-to-Kim-Service exact projection for Meta Skill Creator, Memory 3-Layer, and Xiaohongshu Skill, with no persistent SKILL-* intermediary repository and no wrapper-composition layer.
Added catalog-pinned component hashes, public-boundary checks, secret and machine-path scanning, nested-Git and runtime-projection checks, and protected QR asset verification.
Retained the required contact QR, WeChat Pay QR, and Alipay QR assets.
Established the exact repository release contract: VERSION, annotated tag, GitHub Release tag, and GitHub Release title use the same case-sensitive V<major>.<minor> string.
Breaking changes and migration
The public repository identity changes from KimYx0207/agent-teams-playbook to KimYx0207/Kim_Service. Existing clones should update origin to the new repository URL.
GitHub repository-rename redirects preserve the former KimYx0207/agent-teams-playbook web and Git URLs; the old repository name must not be reused because doing so would disable those redirects.
The historical lowercase v4.8.0 tag and Release remain part of the preserved Agent Teams Playbook history. Kim Service collection releases use a separate uppercase V<major>.<minor> namespace beginning with V1.0.
Users of former component repositories should use the corresponding hooks/<slug> or skills/<slug> path in Kim Service for current consolidated releases.
Persistent SKILL-* intermediary directories and wrapper-based public export are no longer part of the Meta Skill Creator or Xiaohongshu Skill publication workflow.
Verification
node scripts/check-repository.mjs passed for 9 components, 242 repository files, and 3 protected QR assets.
Canonical/runtime/Kim Service direct-sync and full relative-path/SHA-256 gates passed for Meta Skill Creator, Memory 3-Layer, and Xiaohongshu Skill.
Memory 3-Layer package validation and 27 installer, migration, recording, poisoning-resistance, and loader-preservation tests passed; real Claude Code and Codex Hook smoke remains a separate runtime proof layer.
All catalog-declared component checks passed through the shared node scripts/check-components.mjs runner; components without an independent command remained covered by the same repository root gate.
The exact V1.0 release-contract regression passed, including rejection of legacy or malformed collection version forms and empty CHANGELOG sections.
The release gate accepts the manifest's owner/repository identity while still requiring origin to resolve to the matching GitHub repository URL.
README layout regressions passed for incorrect banner width, missing centered containers, uncentered payment tables or cells, and payment codes split across rows.
node scripts/check-repository.mjs --release is required to pass on the clean main release commit before tag creation.
Remote branch, tag, Release metadata, and fresh-tag-clone checks are required after publication and are reported separately from local readiness.
Superseded by V1.1 for fresh-clone verification because the original catalog hashes of six imported components reflected a CRLF working tree rather than the LF Git blobs.