You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "devpace",
3
-
"description": "BizDevOps development pace manager for Claude Code — structured workflow from business goals to code changes with cross-session continuity, quality gates, and change management",
3
+
"description": "AI-native development pace manager for Claude Code — change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,27 @@
1
1
# Changelog
2
2
3
-
本文件记录 devpace 的所有重要变更。
4
-
5
-
格式基于 [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)。
3
+
All notable changes to devpace are documented here. For English release summaries, see [GitHub Releases](https://github.com/arch-team/devpace/releases).
4
+
5
+
本文件记录 devpace 的所有重要变更。格式基于 [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)。
Run `/pace-theory` in Claude Code to confirm the plugin is loaded.
55
-
56
-
### Manual Install
55
+
### Plugin Registry
57
56
58
57
```bash
59
-
claude --plugin-dir /path/to/devpace
58
+
/plugin install devpace
60
59
```
61
60
61
+
> If `/plugin install` is not available yet, use the "From Source" method above.
62
+
63
+
### Verify Installation
64
+
65
+
After installing, type `/pace-` in Claude Code. If devpace is loaded, you'll see auto-complete suggestions for `/pace-init`, `/pace-dev`, `/pace-status`, etc.
66
+
62
67
## Commands
63
68
64
69
### Daily Use
@@ -122,7 +127,7 @@ Most of the time you don't need commands — saying "help me implement X" equals
0 commit comments