Local project management tool for AI coding workflows
Project description
AIPM CLI
aipm-cli is a local project management tool for AI coding workflows.
It installs these command-line entry points:
aipmc: CLI management commandsaipmv: local web viewer
Install
python -m pip install aipm-cli
If your shell cannot find aipmc or aipmv after installation, use the module form instead:
python -m pmai help
python -m pmai info
python -m pmai canon show
python -m pmai.run
This is especially useful on macOS when the Python scripts directory is not in PATH.
Common commands
aipmc init
aipmc help
aipmc info
aipmc canon show
aipmc task list --status in_progress
aipmc commit list --task-id <task-id>
aipmc commit add --title "Implement task" --summary "..." --auto-git
aipmc commit update --id <commit-id> --status committed --review-status approved
aipmc task update --id <task-id> --status done
aipmv
Task governance rule:
- Marking a task
donerequires at least one linked approved commit (status=committed|mergedandreview_status=approved). - Emergency override is available with
aipmc task update --id <task-id> --status done --allow-without-commit.
Runtime files
.pmai/data/pmai.db.pmai/config.json.pmai/USAGE.md
Main modules
src/pmai/bootstrap.pysrc/pmai/cli_main.pysrc/pmai/usage_guide.pysrc/pmai/store.pysrc/pmai/web_server.pysrc/pmai/run_server.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file aipm_cli-0.1.4.tar.gz.
File metadata
- Download URL: aipm_cli-0.1.4.tar.gz
- Upload date:
- Size: 345.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
189587349be50b965fc9f36d1e2aa3128f94fce60f289c76f94d3e4c07c1cf15
|
|
| MD5 |
23c48aee296856197c67ee17c290541a
|
|
| BLAKE2b-256 |
24afe65b3fee1689bf104b34156244f55a750159993fd4cad5347d467a1d9583
|
File details
Details for the file aipm_cli-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aipm_cli-0.1.4-py3-none-any.whl
- Upload date:
- Size: 349.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4976844ddbcc306c9b7596ac85bbaf17773bd62a6e327300e6a3e2fdbc88e0
|
|
| MD5 |
05ae72a18edc2983550261be373824bf
|
|
| BLAKE2b-256 |
0cc97680112c515bb20defadb17268e1c91375bd404a82f0ebdc4c3ea60fd5ae
|