feat: adopt Entire session skills (search, handoff, explain)#63
Merged
Conversation
Adopted upstream 'search' (entireio/skills @ bc03dd32) via AdoptArtifact. Searches captured agent sessions/checkpoints — semantic + keyword recall across repos, branches, authors, time windows. Transforms: align (PascalCase SessionSearch, forge frontmatter with USE WHEN, version), rescope (allowed-tools: Bash), debrand + extract (Entire CLI specifics moved to an Entire.md companion so the SKILL.md stays backend-agnostic), cross-references renamed to SessionHandoff. Destination forge-core: generic session-recall capability, not dev-workflow-specific. Provenance sidecar pins upstream commit + content sha256.
Adopted upstream 'session-handoff' (entireio/skills @ 17a1dac3) via AdoptArtifact. Continues work from another agent's session: auto-detects the most relevant saved session, reads its transcript, summarizes into a five-section handoff, and picks up the work without re-asking. Transforms: align (PascalCase SessionHandoff, forge frontmatter), rescope (allowed-tools: Bash, Read), extract (CLI command reference, per-agent transcript extraction recipes, and the checkpoint-handoff flow moved to an Entire.md companion — keeps SKILL.md near the 100-line limit and backend-agnostic). Provenance sidecar pins upstream commit + content sha256.
Adopted upstream 'explain' (entireio/skills @ a2e5f13a) via AdoptArtifact. Explains the intent behind source code by tracing it to the agent session transcript that created it (functions, files, line changes). Transforms: align (PascalCase SessionExplain, forge frontmatter, dropped argument-hint per BuildSkill convention), rescope (allowed-tools: Bash, Task), debrand (model-brand subagent names neutralized; Entire CLI specifics in an Entire.md companion). Provenance sidecar pins upstream commit + content sha256.
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.
Pulls three Entire session skills in from entireio/skills: SessionSearch (recall past sessions and checkpoints), SessionHandoff (pick up another agent's session), and SessionExplain (trace code back to the session that wrote it). Renamed to two-word PascalCase, each with a provenance sidecar.