set-prompt 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ---
6
6
 
7
+ ## [0.7.1] - 2026-04-20
8
+
9
+ ### Changed
10
+ - README hero: replaced ASCII structure diagram with hand-drawn architecture image (`docs/imgs/architecture.png`), loaded via GitHub raw URL so it renders on both GitHub and npmjs.com
11
+ - Added `docs/` directory for documentation assets (`docs/imgs/` for images); excluded from npm package via `.npmignore`
12
+
13
+ ---
14
+
7
15
  ## [0.7.0] - 2026-04-20
8
16
 
9
17
  ### Added
package/README.md CHANGED
@@ -12,25 +12,7 @@
12
12
 
13
13
  Your skills, commands, and agents live in git. One command syncs them into every AI coding tool you use — so the prompts you built stay with you no matter which tool you're in.
14
14
 
15
- ```
16
- repo/ (git)
17
- ├── skills/
18
- ├── commands/
19
- ├── hooks/
20
- ├── agents/
21
- ├── rules/
22
- ├── .mcp.json
23
- ├── .app.json
24
- ├── .claude-plugin/plugin.json
25
- └── .codex-plugin/plugin.json
26
-
27
- ┌──────────────────┼──────────────────────┐
28
- ▼ ▼ ▼
29
- Claude Code Codex RooCode, OpenClaw,
30
- (marketplace + (marketplace + Antigravity, Cursor,
31
- repo symlink) cache symlink) OpenCode, Gemini CLI
32
- (dir symlinks)
33
- ```
15
+ ![set-prompt architecture](https://raw.githubusercontent.com/juncha9/set-prompt/main/docs/imgs/architecture.png)
34
16
 
35
17
  ## Quick Start
36
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "set-prompt",
3
- "version": "0.7.0",
4
- "description": "Sync your prompt library across AI coding tools from a single git repo",
3
+ "version": "0.7.1",
4
+ "description": "One repo. Every AI coding tool. Always in sync.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "set-prompt": "./dist/index.js",