Skip to content

dock108dev/aidlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIDLC

Python CLI for an AI-assisted development lifecycle inside a target repository: scan documentation, plan work as issues, implement with provider-backed agents, verify, and report.

Run locally

python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e ".[dev]"

aidlc init --project /path/to/target-repo
aidlc run --project /path/to/target-repo

Isolated CLI install (optional):

pipx install --editable '/path/to/aidlc/checkout[dev]'
  • Python: 3.11+
  • Providers: Configure Claude CLI, OpenAI Codex CLI, GitHub Copilot CLI, etc. per the target repo’s .aidlc/config.json (see docs/configuration.md). Use dry_run: true or --dry-run to exercise flows without calling a provider.

Documentation

All guides and reference material (commands, config, auditing, coverage, deployment) are in [docs/](docs/README.md). Start at the documentation index.

Deploy / distribute

Install from a git checkout or a built wheel; entry point aidlc. See docs/deployment.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages