CLI for AI Code Forge template management
Project description
AI Code Forge CLI
A command-line tool for managing AI Code Forge templates and configurations.
Installation
# Install via uvx (recommended for ephemeral usage)
uvx acforge --help
# Install persistently
uv tool install acforge
Commands
acforge status
Show comprehensive status of repository configuration and templates.
# Human-readable status
acforge status
# Verbose output with detailed information
acforge status --verbose
# JSON output for scripting
acforge status --format json
Development
# Install in development mode
cd cli
uv pip install -e .
# Run tests
uv run pytest
# Type checking
uv run mypy src/
# Formatting
uv run ruff format
uv run ruff check
Architecture
This CLI manages AI development workflows through:
- Template Management: Bundled templates for agents, commands, and configurations
- State Management: Atomic state tracking in
.acforge/state.json - Configuration Analysis: Detection and analysis of existing configurations
- Customization Preservation: Support for
.localfiles and user modifications
Phase 1 Implementation
Currently implements:
- ✅
acforge status- Complete status reporting and analysis
Coming next:
- 🚧
acforge init- Repository initialization with templates - 🚧
acforge update- Template synchronization with customization preservation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
acforge-3.0.0.tar.gz
(46.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
acforge-3.0.0-py3-none-any.whl
(23.1 kB
view details)
File details
Details for the file acforge-3.0.0.tar.gz.
File metadata
- Download URL: acforge-3.0.0.tar.gz
- Upload date:
- Size: 46.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c81aada7cc290476eca34d5371d303e08db6ad07e6952e76c3884ea01766f5ad
|
|
| MD5 |
3bd509dc6c45d24737614d922aac8dea
|
|
| BLAKE2b-256 |
39c5514ab34cb0798393fb788bb313166100ea731fae1b429600723fa3d7e980
|
File details
Details for the file acforge-3.0.0-py3-none-any.whl.
File metadata
- Download URL: acforge-3.0.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e46f3ee844b5aa722193747e6dc120c49360873f60b7b81d73e2aa27dabaab2
|
|
| MD5 |
b06c387f8b0652defafae84e7926d199
|
|
| BLAKE2b-256 |
bdb8d9d4818451b86adef9ad2378c0f830d37e16fd9f1f5733e013e27f0ecd65
|