Conversation
When flatten=true, SyncExtra maps subdirectory files to target root using filepath.Base(). First file wins on collision, subsequent are skipped with warnings. Includes config validation, sync-time guard, CheckSyncStatus collision handling, and CollectExtraFiles support. Ref: #97
extras init --flatten, extras mode --flatten/--no-flatten, extras list flatten indicator. TUI wizard adds flatten toggle phase after mode selection (skipped for symlink). Back-navigation updated. Ref: #97
Server handlers accept/return flatten field. Extras page shows flatten checkbox per target. Config editor validates flatten+symlink constraint. Ref: #97
Covers: flatten merge (files land flat), collision detection (warn and skip), and config YAML round-trip. Ref: #97
Extras command docs, config reference, built-in skill, website changelog, release notes. Add mk-imagine to README contributors. Ref: #97
- name: claude under targets was showing mode doc (targets.mode) instead of target name doc. Fixed by adding targets.name fieldDoc entry which scores higher in subsequence matching. - Bare list values like "- agents" (short-form target name) were invisible: extractKey, parseYamlTree, and lookupFieldDoc now handle them.
FlattenRel: 100% coverage (flatten, no-flatten, collision). CheckSyncStatus: 0% → 84% (synced, drift, flatten synced, flatten drift, flatten collision not drift, copy mode).
Hovering shows: "Sync files from subdirectories directly into the target root (e.g., for tools that only discover top-level files)"
extras <name> --flatten and extras <name> --no-flatten were rejected as "unknown subcommand" because the shorthand dispatch only checked for --mode. Now recognizes all three flags. Ref: #97
9 scenarios covering: flatten sync, flat layout, JSON field, collision detection + warning, toggle on/off, symlink rejection, prune. Self-contained steps (each sets up its own state). Note: designed for ssenv direct execution, not mdproof (HOME isolation conflict between mdproof and ssenv). Ref: #97
Press F to toggle flatten on/off for a target. Single-target extras toggle directly; multi-target extras show a target picker first. Shows "Flatten enabled/disabled" confirmation message.
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
- Self-contained steps pattern to avoid mdproof setup conflicts - extras remove writes errors to stdout, not stderr
Move version field from top-level frontmatter to metadata block:
metadata:
version: v0.17.11
ReadLocalSkillVersion and FetchRemoteSkillVersion now parse
metadata.version with fallback to top-level version for backward
compatibility.
Test SKILL.md content changed from top-level version: to metadata.version to match the new format.
…rget is omitted For multi-target extras, ss extras agents --flatten now sets flatten on all targets at once instead of requiring --target. Mode changes still require --target for multi-target extras.
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.
flatten: trueoption for extras targets syncs all files from subdirectories directly into the target root, solving the problem where AI tools like Claude Code only discover top-level files--flattenforextras init,--flatten/--no-flattenforextras mode, flatten indicator inextras list