import-from-ai: standalone identity, drop permissions/memory pre-reqs - #136
Open
Kyra Richards (kyra-cpu) wants to merge 1 commit into
Open
import-from-ai: standalone identity, drop permissions/memory pre-reqs#136Kyra Richards (kyra-cpu) wants to merge 1 commit into
Kyra Richards (kyra-cpu) wants to merge 1 commit into
Conversation
Removes the add-roles-permissions prerequisite and the team-member-memory whoami-resolver dependency. Both use cases are hidden from the library while they're reworked, so import-from-ai must not require or route users to them. Identity now resolves from the conversation surface (Slack profile email or Motion userEmail), the handle and path are confirmed with the user before the first write, and the skill stops rather than writing into someone else's folder. Bumps install-config to 1.1.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
import-from-aino longer requiresadd-roles-permissionsand no longer calls team-member-memory's whoami resolver scripts. install-config bumped to 1.1.0.workspace-map.jsonpresent, else route to install add-roles-permissions) is gone from SKILL.md, behavior-snippet.md, README, marketing (requires: "Nothing"), install-configrequires, and the post-install intro.userEmail, handle = slugified local part, with a one-question fallback when no email is available.Why
add-roles-permissionsandteam-member-memoryare both hidden from the library while they're reworked (and team-member-memory's resolver swap is still pending in #134).import-from-aiis shown on the site, and a shown card must not dead-end users into installing hidden use cases — today the skill literally stops and routes them there. If add-roles-permissions is installed later, its stricter resolvers govern; handles derived this way stay compatible.Part of the same cleanup as #135 (brain-onboard). runneth-classic gets its own PR.
🤖 Generated with Claude Code