Skip to main content

CLI for AI-assisted repository and workspace workflows

Project description

augint-tools

Python 3.12+ PyPI Tests

CLI orchestration layer for AI-assisted repository workflows.

augint-tools provides a stable, machine-parseable command surface for humans and AI agents to coordinate development workflows. It is designed to be called directly by AI skills, replacing ad-hoc shell scripts with reliable, JSON-enabled commands.

Features

  • AI-first design: Every command supports --json output for agent parsing
  • Repo-type aware: Understands library and service repository patterns
  • Safe defaults: No destructive git operations without explicit commands
  • GitHub integration: Issue management, PR creation, CI status monitoring

Installation

pip install augint-tools

Or with uv:

uv tool install augint-tools

Quick Start

Single Repository Workflows

# Initialize repo metadata
ai-tools init --library

# Check repository status
ai-tools repo status --json

# Search/pick issues
ai-tools repo issues pick "bug"

# Create feature branch
ai-tools repo branch prepare --issue 42 --description "fix the thing"

# Run checks
ai-tools repo check run
ai-tools repo check run --preset full --fix

# Submit work (push + create PR)
ai-tools repo submit

Command Reference

Top-Level Commands

  • ai-tools init [--library|--service] - Initialize repository metadata

Repository Commands (ai-tools repo)

  • inspect - One-call repo snapshot (kind, branch, toolchain, command plan)
  • status - Show repository status (branch, dirty state, PRs, CI)
  • issues pick [query] - Issue recommendation and search
  • branch prepare - Create work branch from correct base
  • check plan - Resolve validation plan without running
  • check run - Execute validation plan
  • submit - Push branch and create PR with automerge
  • ci watch - Monitor CI run
  • ci triage - Classify CI failures

Development

Setup

uv sync --all-extras

Running Tests

uv run pytest                    # Run all tests
uv run pytest --cov             # With coverage
uv run pytest -k test_name      # Specific test

Code Quality

uv run ruff check src/ tests/   # Lint
uv run ruff format src/ tests/  # Format
uv run mypy src/               # Type check
uv run pre-commit run --all-files  # All hooks

Design Principles

  1. Human and AI first - Commands work well for both interactive use and programmatic calls
  2. JSON always available - Every orchestration command supports stable --json output
  3. Safe defaults - No destructive behavior without explicit confirmation
  4. Repo-type aware - Different defaults for libraries, services, and workspaces
  5. Skills call tools - AI skills orchestrate this CLI, not replace it with shell scripts

License

MIT

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

augint_tools-5.6.3.tar.gz (123.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

augint_tools-5.6.3-py3-none-any.whl (166.9 kB view details)

Uploaded Python 3

File details

Details for the file augint_tools-5.6.3.tar.gz.

File metadata

  • Download URL: augint_tools-5.6.3.tar.gz
  • Upload date:
  • Size: 123.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for augint_tools-5.6.3.tar.gz
Algorithm Hash digest
SHA256 1ed856451046ceb3c7a854a6c4ceb20b88067e5265bc5f35b68e610f432658c2
MD5 85f4c6eb41df3c6a9668cd92c1eb5cae
BLAKE2b-256 9dc7f7f91c88089df2a9468da6412832868513c9aee4455b5cb194df02327592

See more details on using hashes here.

Provenance

The following attestation bundles were made for augint_tools-5.6.3.tar.gz:

Publisher: pipeline.yaml on svange/augint-tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file augint_tools-5.6.3-py3-none-any.whl.

File metadata

  • Download URL: augint_tools-5.6.3-py3-none-any.whl
  • Upload date:
  • Size: 166.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for augint_tools-5.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ba8fadbbfa0e47cc9fceadb84c071cbe33ce55326b2a3cde7b0bb0c9a50e612c
MD5 c80d3ef088ab1e7cc56cfbd58978df0e
BLAKE2b-256 5458aed49f2e4c5bbe57175e7fa22d6cf6e8095baa0631cd342ecf39e7837fb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for augint_tools-5.6.3-py3-none-any.whl:

Publisher: pipeline.yaml on svange/augint-tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page