Skip to content

phys-sims/pm-bot

Repository files navigation

pm-bot

Audience: Contributors and operators evaluating the repository. Depth: L0 (orientation). Source of truth: Entry-point orientation only; not normative for behavior or contracts.

pm-bot is an agent-native project management orchestrator for deterministic, schema-driven GitHub issue and project workflows.

Orientation

This repository uses a strict 3-level docs entrypoint model:

  1. README.md (this file): quick orientation plus install/run commands.
  2. docs/README.md: canonical documentation IA, precedence rules, and section ownership.
  3. STATUS.md: current operational health, compatibility notes, and active change scope bullets.

Primary links:

Roadmap (active planning only)

Install

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

Run

CLI health check:

pm status

Start API server:

uvicorn pm_bot.server.app:app --host 127.0.0.1 --port 8000

Optional local stack (API + UI):

docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors