FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: migrate plugin ownership to compforge by qiankunli · Pull Request #116 · compforge/devloop · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (7) .md  (1) .py  (1) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
10 changes: 5 additions & 5 deletions .agents/plugins/marketplace.json
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devloop",
"owner": {
"name": "qiankunli"
"name": "compforge"
},
"description": "Cross-CLI plugin marketplace (Codex side). devloop is the primary developer-workflow plugin; example is a placeholder for the multi-plugin intent.",
"plugins": [
Expand All @@ -13,8 +13,8 @@
},
"description": "Dev-loop workflow: git/PR + lint/test + workspace-aware state injection + execution-level hard intercepts for Codex.",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
},
"policy": {
"installation": "AVAILABLE",
Expand All @@ -31,8 +31,8 @@
},
"description": "Placeholder plugin demonstrating that the devloop marketplace hosts multiple plugins (Codex side).",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
},
"policy": {
"installation": "AVAILABLE",
Expand Down
10 changes: 5 additions & 5 deletions .claude-plugin/marketplace.json
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devloop",
"owner": {
"name": "qiankunli"
"name": "compforge"
},
"description": "Cross-CLI plugin marketplace for developer-efficiency workflows. devloop is the first real plugin; example is a placeholder for the multi-plugin intent.",
"plugins": [
Expand All @@ -10,17 +10,17 @@
"source": "./devloop",
"description": "Dev-loop workflow, native-first rebuild built on native Claude Code events (CwdChanged / PostCompact / FileChanged / monitors): git/PR (GitHub + GitLab) + cwd-aware enter + lint/test gates + .devloop/context.json state layer auto-injected into every prompt.",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
}
},
{
"name": "example",
"source": "./example",
"description": "Placeholder plugin demonstrating that the devloop marketplace hosts multiple plugins. Provides a trivial /hello command.",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .opencode/marketplace.json
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devloop",
"owner": {
"name": "qiankunli"
"name": "compforge"
},
"description": "Cross-CLI plugin marketplace (opencode side). Placeholder — opencode integration not yet implemented.",
"_status": "placeholder",
Expand Down
6 changes: 3 additions & 3 deletions devloop/.claude-plugin/plugin.json
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "devloop",
"version": "0.2.7",
"version": "0.2.8",
"description": "Dev-loop workflow, native-first rebuild: git/PR (GitHub + GitLab) + cwd-aware enter + Board-managed context delivery + lint/test gates. Built on native Claude Code events (CwdChanged / PostCompact / FileChanged / monitors).",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
}
}
6 changes: 3 additions & 3 deletions devloop/.codex-plugin/plugin.json
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "devloop",
"version": "0.2.7",
"version": "0.2.8",
"description": "Dev-loop workflow: git/PR (GitHub + GitLab) + Board-managed workspace/repo context delivery + lint/test gates + execution-level hard intercepts for Claude Code and Codex.",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
},
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion devloop/docs/code-review.md
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 提交期 code-review(异步、不阻塞、全自动)

code-review 是 lifecycle 的 **signal hook**:触发但**不挡 commit**、**不阻塞主线程**——
commit_flow 自动 detach 起后台 **review 引擎**(默认 [`ccr`](https://github.com/qiankunli/case-code-review),
commit_flow 自动 detach 起后台 **review 引擎**(默认 [`ccr`](https://github.com/compforge/case-code-review),
可切 `ocr`,见 `review.tool` 配置),审 `origin/<target>..HEAD`(整条分支 vs target 的全量改动),结果写
`.devloop/review.json`(→ 下一轮注入浮现,**通用交付**)。**机会性地**:relay 跑时若分支已有
开放 MR,就**额外**把结果发一条评论到 MR 上(→ MR 攒出 review 历史,可跟踪对比)。承接
Expand Down
2 changes: 1 addition & 1 deletion devloop/lib/review_engine.py
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def configured(self, repo: str) -> bool:
return False

def install_hint(self) -> str:
return "see github.com/qiankunli/case-code-review"
return "see github.com/compforge/case-code-review"

def rule_path(self) -> str:
return "<repo>/.casecodereview/rule.json"
Expand Down
6 changes: 3 additions & 3 deletions example/.claude-plugin/plugin.json
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "example",
"version": "0.0.2",
"version": "0.0.3",
"description": "Placeholder plugin demonstrating that devloop marketplace hosts multiple plugins. Provides a trivial /hello command.",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
}
}
6 changes: 3 additions & 3 deletions example/.codex-plugin/plugin.json
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "example",
"version": "0.0.2",
"version": "0.0.3",
"description": "Placeholder plugin demonstrating that devloop marketplace hosts multiple plugins (Codex side).",
"author": {
"name": "qiankunli",
"url": "https://github.com/qiankunli"
"name": "compforge",
"url": "https://github.com/compforge"
},
"license": "MIT",
"keywords": ["example", "template"],
Expand Down

Back | FazBrowse Home | New Git URL