docs: workspace-list_artifacts rows always carry a sessionId - #6
Merged
Conversation
Every artifact is a generation session, so markdown and asset rows carry a `sessionId` and `type` like app rows do (AnimaApp/anima-design-to-code#5057). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015vxaDZpMfHB7UtSpRYgqv7
There was a problem hiding this comment.
Pull request overview
Updates the Anima skill documentation to reflect that workspace-list_artifacts() returns a sessionId for all artifact rows (including markdown and asset), and documents the type field for each row.
Changes:
- Update
workspace-list_artifacts()docs to state every row includessessionId. - Clarify that each row includes
type(app,markdown,asset). - Propagate the same wording across the mirrored/regenerated skill docs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/anima/SKILL.md | Updates the tool description to state all rows include sessionId and include type. |
| skills/anima/references/mcp-tools.md | Updates the MCP tool reference text for workspace-list_artifacts to match the new behavior. |
| anima/SKILL.md | Regenerated/mirrored skill doc updated with the same corrected wording. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
What
workspace-list_artifactsnow returns{ name, type, sessionId, updatedAt }for every row — markdown and asset artifacts are generation sessions too, so they carry asessionIdlike app rows; the old "carry only anid" wording is gone. See AnimaApp/anima-design-to-code#5057.skills/anima/SKILL.mdandskills/anima/references/mcp-tools.mdupdated;anima/SKILL.mdregenerated withscripts/build-mirror.sh.🤖 Generated with Claude Code
https://claude.ai/code/session_015vxaDZpMfHB7UtSpRYgqv7