FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devloop/devloop/.codex-plugin/plugin.json at v0.3.1 · compforge/devloop · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
compforge
/
devloop
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devloop
/
devloop
/
.codex-plugin
/
plugin.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 1.14 KB
Breadcrumbs
devloop
/
devloop
/
.codex-plugin
/
plugin.json
Copy path
File metadata and controls
36 lines (36 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name"
:
"
devloop
"
,
"version"
:
"
0.3.1
"
,
"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"
:
"
compforge
"
,
"url"
:
"
https://github.com/compforge
"
},
"license"
:
"
MIT
"
,
"keywords"
: [
"
git
"
,
"
github
"
,
"
gitlab
"
,
"
pr
"
,
"
mr
"
,
"
devloop
"
,
"
lint
"
,
"
test
"
,
"
workspace
"
,
"
context
"
,
"
hooks
"
],
"skills"
:
"
./skills/
"
,
"hooks"
:
"
./hooks/hooks.codex.json
"
,
"interface"
: {
"displayName"
:
"
devloop
"
,
"shortDescription"
:
"
Git/PR + lint/test + state-aware hooks
"
,
"longDescription"
:
"
Bundles developer workflow skills (git-ops / gcam / gcamp / gcampr / run-test / fix-lint) plus lifecycle hooks: hard intercepts on protected branches, git add -A, pip install in uv projects, requirements.txt edits, stale lint gate; refreshes .devloop state from supported Codex events and injects branch / workspace / validation context.
"
,
"category"
:
"
Developer Workflow
"
,
"capabilities"
: [
"
Read
"
,
"
Write
"
,
"
Interactive
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL