Skip to content

Commit 78c0079

Browse files
author
zenus
committed
merge: bring origin/dev into main and keep codex-worker compatible
2 parents 2455684 + 4afc04a commit 78c0079

78 files changed

Lines changed: 8590 additions & 975 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "humanize",
99
"source": "./",
10-
"description": "Humanize - An iterative development plugin that uses a Codex CLI worker (gpt-5.4) for implementation and a separate Codex CLI analyzer/reviewer (gpt-5.4, non-codex) for independent review (cross-vendor style).",
11-
"version": "1.11.4"
10+
"description": "Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.",
11+
"version": "1.15.0"
1212
}
1313
]
1414
}

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "humanize",
3-
"description": "Humanize - An iterative development plugin that uses a Codex CLI worker (gpt-5.4) for implementation and a separate Codex CLI analyzer/reviewer (gpt-5.4, non-codex) for independent review (cross-vendor style).",
4-
"version": "1.11.4",
3+
"description": "Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.",
4+
"version": "1.15.0",
55
"author": {
66
"name": "humania-org"
77
},

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Scratchpad
22
temp
33

4-
# Workflow planning artifacts (not part of plugin source)
5-
workflow_backlog.md
6-
plans/
4+
# Local Claude client settings
5+
/.claude/settings.json
76

8-
# Humanize state directories (used by start-rlcr-loop)
9-
.humanize*
7+
# Humanize state directories (runtime-generated, project-local)
8+
.humanize/
109

1110
# Python cache
1211
__pycache__/

0 commit comments

Comments
 (0)