mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-14 03:31:58 +08:00
docs(changelog): remove GitHub workflow related content
GitHub workflow features have been removed from the project. Generated with swe-agent-bot Co-Authored-By: swe-agent-bot <agent@swe-agent.ai>
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -13,12 +13,7 @@
|
|||||||
- **Concurrency Control**: `CODEAGENT_MAX_PARALLEL_WORKERS` env var limits concurrent tasks (max 100)
|
- **Concurrency Control**: `CODEAGENT_MAX_PARALLEL_WORKERS` env var limits concurrent tasks (max 100)
|
||||||
- **Test Coverage**: 93.4% (backend.go 100%, config.go 97.8%, executor.go 96.4%)
|
- **Test Coverage**: 93.4% (backend.go 100%, config.go 97.8%, executor.go 96.4%)
|
||||||
|
|
||||||
#### GitHub Workflow Automation
|
#### Dev Workflow
|
||||||
- **`/gh-create-issue`**: Guided dialogue for structured issue creation
|
|
||||||
- **`/gh-issue-implement`**: Full issue-to-PR lifecycle
|
|
||||||
- Issue analysis and requirements clarification
|
|
||||||
- Development execution via codeagent-wrapper
|
|
||||||
- Automated progress updates and PR creation
|
|
||||||
- **`/dev`**: 6-step minimal dev workflow with mandatory 90% test coverage
|
- **`/dev`**: 6-step minimal dev workflow with mandatory 90% test coverage
|
||||||
|
|
||||||
#### Hooks System
|
#### Hooks System
|
||||||
@@ -34,7 +29,7 @@
|
|||||||
|
|
||||||
#### Installation System Enhancements
|
#### Installation System Enhancements
|
||||||
- **`merge_json` operation**: Auto-merge `settings.json` configuration
|
- **`merge_json` operation**: Auto-merge `settings.json` configuration
|
||||||
- **Modular Installation**: `python3 install.py --module dev,gh`
|
- **Modular Installation**: `python3 install.py --module dev`
|
||||||
- **Verbose Logging**: `--verbose/-v` enables terminal real-time output
|
- **Verbose Logging**: `--verbose/-v` enables terminal real-time output
|
||||||
- **Streaming Output**: `op_run_command` streams bash script execution
|
- **Streaming Output**: `op_run_command` streams bash script execution
|
||||||
|
|
||||||
@@ -66,8 +61,6 @@
|
|||||||
- Updated version test case from 5.1.0 → 5.2.0 (codeagent-wrapper/main_test.go:23)
|
- Updated version test case from 5.1.0 → 5.2.0 (codeagent-wrapper/main_test.go:23)
|
||||||
|
|
||||||
#### Commands & Documentation
|
#### Commands & Documentation
|
||||||
- `gh-implement.md` → `gh-issue-implement.md` semantic naming
|
|
||||||
- Fixed README example command: `/gh-implement` → `/gh-issue-implement`
|
|
||||||
- Reverted `skills/codex/SKILL.md` to `codex-wrapper` for backward compatibility
|
- Reverted `skills/codex/SKILL.md` to `codex-wrapper` for backward compatibility
|
||||||
|
|
||||||
#### dev-workflow
|
#### dev-workflow
|
||||||
@@ -84,7 +77,6 @@
|
|||||||
- `CODEAGENT_MAX_PARALLEL_WORKERS`: Parallel task concurrency limit (default: unlimited, recommended: 8, max: 100)
|
- `CODEAGENT_MAX_PARALLEL_WORKERS`: Parallel task concurrency limit (default: unlimited, recommended: 8, max: 100)
|
||||||
|
|
||||||
#### Configuration Files
|
#### Configuration Files
|
||||||
- `config.json`: Added "gh" module definition
|
|
||||||
- `config.schema.json`: Added `op_merge_json` schema validation
|
- `config.schema.json`: Added `op_merge_json` schema validation
|
||||||
|
|
||||||
### ⚠️ Breaking Changes
|
### ⚠️ Breaking Changes
|
||||||
@@ -101,14 +93,14 @@ python3 install.py --module dev --force
|
|||||||
### 📦 Installation
|
### 📦 Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Full install (dev + GitHub workflow)
|
# Install dev module
|
||||||
python3 install.py --module dev,gh
|
python3 install.py --module dev
|
||||||
|
|
||||||
# List all modules
|
# List all modules
|
||||||
python3 install.py --list-modules
|
python3 install.py --list-modules
|
||||||
|
|
||||||
# Verbose logging mode
|
# Verbose logging mode
|
||||||
python3 install.py --module gh --verbose
|
python3 install.py --module dev --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🧪 Test Results
|
### 🧪 Test Results
|
||||||
|
|||||||
Reference in New Issue
Block a user