mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
29d81466db
Add three new flags to the `get` command: - `--print` outputs artifact content to stdout instead of writing files - `--type` filters by artifact type (skills, prompts, rules, configs) - `--name` filters by artifact name (requires --type) `--type`/`--name` work both with `--print` (stdout) and without (filtered disk writes). The writer's new `partial` mode skips cleanup and manifest updates so filtered writes never delete previously written artifacts. Also adds `fetchArtifact()` for the /api/artifacts endpoint with full Ed25519 signature verification, matching the existing `fetchLesson()` pattern. Updates README with full command reference, multi-tool docs, and usage examples. Adds repository/homepage/bugs to package.json so npm links back to the GitHub repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>