{"id":51081194,"url":"https://github.com/vnedyalk0v/pi-codeflow","last_synced_at":"2026-06-23T18:02:53.258Z","repository":{"id":365367098,"uuid":"1271783373","full_name":"vnedyalk0v/pi-codeflow","owner":"vnedyalk0v","description":"Pi package for consistent AI coding workflows","archived":false,"fork":false,"pushed_at":"2026-06-17T04:08:10.000Z","size":60,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T04:24:00.445Z","etag":null,"topics":["ai-coding-agent","coding-workflow","conventional-commits","developer-tools","github-actions","pi","pi-extension","pi-package"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vnedyalk0v.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-17T02:25:00.000Z","updated_at":"2026-06-17T03:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vnedyalk0v/pi-codeflow","commit_stats":null,"previous_names":["vnedyalk0v/pi-codeflow"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vnedyalk0v/pi-codeflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnedyalk0v%2Fpi-codeflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnedyalk0v%2Fpi-codeflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnedyalk0v%2Fpi-codeflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnedyalk0v%2Fpi-codeflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vnedyalk0v","download_url":"https://codeload.github.com/vnedyalk0v/pi-codeflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnedyalk0v%2Fpi-codeflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding-agent","coding-workflow","conventional-commits","developer-tools","github-actions","pi","pi-extension","pi-package"],"created_at":"2026-06-23T18:02:47.474Z","updated_at":"2026-06-23T18:02:53.253Z","avatar_url":"https://github.com/vnedyalk0v.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pi-codeflow\n\nPi package for consistent AI coding workflows.\n\n## Project status\n\npi-codeflow is early and pre-release. Review the package source before installing\nit in real projects. It is not published to npm, does not claim production\nreadiness, and does not automate merge or release authority.\n\n## What Codeflow Does\n\nCodeflow helps Pi Coding Agent follow a conservative repository lifecycle:\n\n- inject workflow guidance before agent runs;\n- prepare semantic branches with `/flow-start`;\n- run project-configured checks with `/flow-check`;\n- render and create commits from structured payloads with `/flow-commit`;\n- render and open or update PRs from structured payloads with `/flow-pr`;\n- read GitHub PR checks with `/flow-watch`;\n- list and triage GitHub review threads read-only with `/flow-comments`;\n- apply policy-gated review replies and resolutions with `/flow-fix-comments`.\n\n## Command Lifecycle\n\n```text\n/flow-start\n  -\u003e implement focused changes\n  -\u003e /flow-check\n  -\u003e /flow-commit\n  -\u003e /flow-pr\n  -\u003e /flow-watch\n  -\u003e /flow-comments\n  -\u003e fix valid review findings\n  -\u003e /flow-check\n  -\u003e /flow-commit\n  -\u003e /flow-pr\n  -\u003e /flow-watch\n  -\u003e /flow-fix-comments\n```\n\nHuman review and merge remain outside Codeflow.\n\n## Installation\n\nCurrent recommended installation paths are GitHub and local clone installs:\n\n```sh\npi install https://github.com/vnedyalk0v/pi-codeflow\n```\n\nFor project-local setup when supported by Pi:\n\n```sh\npi install -l https://github.com/vnedyalk0v/pi-codeflow\n```\n\nSee [Installation](docs/INSTALLATION.md) for pinned refs, temporary evaluation,\nlocal clone installs, requirements, and verification.\n\n## Quickstart\n\n1. Install pi-codeflow.\n2. Add `.pi/codeflow.json` to the target project.\n3. Start work with `/flow-start --type feat \"Add Google OAuth login\"`.\n4. Make focused changes with the agent.\n5. Run `/flow-check`.\n6. Commit through `/flow-commit --payload .pi/codeflow/commit-payload.json`.\n7. Open a PR through `/flow-pr --payload .pi/codeflow/pr-payload.json`.\n8. Watch checks with `/flow-watch --required`.\n9. Triage review threads with `/flow-comments`.\n10. Use `/flow-fix-comments` only after fixes and verification.\n\nSee [Usage](docs/USAGE.md) for the full end-to-end flow, command reference, and\npayload examples.\n\n## Configuration\n\nProject configuration lives at:\n\n```text\n.pi/codeflow.json\n```\n\nSee:\n\n- [Configuration](docs/CONFIGURATION.md)\n- [Examples](docs/EXAMPLES.md)\n- [Branching](docs/BRANCHING.md)\n- [Commits](docs/COMMITS.md)\n- [Pull Requests](docs/PULL_REQUESTS.md)\n- [Review Comments](docs/REVIEW_COMMENTS.md)\n\n## Safety Model\n\nCodeflow is conservative by default:\n\n- no normal work on reserved branches;\n- no force-push or destructive git operations;\n- no PR approval or merge automation;\n- no package publishing or deployment;\n- no review-thread resolution for `needs_human`;\n- GitHub mutations only through explicit commands and policy gates.\n\nSee [Security Model](docs/SECURITY_MODEL.md).\n\n## Troubleshooting\n\nSee [Troubleshooting](docs/TROUBLESHOOTING.md) for missing packages, missing\ncommands, invalid config, GitHub CLI authentication, failed checks, PR failures,\nand review-thread resolution blockers.\n\n## Development and Validation\n\nInstall dependencies and run the package validation suite:\n\n```sh\nnpm install\nnpm run check\n```\n\nIndividual checks:\n\n```sh\nnpm run typecheck\nnpm test\nnpm run check:json\nnpm run check:text\nnpm run check:docs\n```\n\nGitHub Actions runs the same package validation on PRs targeting `dev` or\n`main`, and on pushes to `dev` or `main`.\n\n## Limitations\n\n- Early pre-release package.\n- GitHub operations require GitHub CLI and authentication.\n- Local checks execute commands from trusted project configuration.\n- GitHub review-thread operations rely on GitHub GraphQL through `gh`.\n- `/flow-fix-comments` replies or resolves review threads; it does not edit\n  code.\n- Branch protection, human review, merge approval, and release authority remain\n  outside Codeflow.\n- Self-review automation and final report command automation are future work.\n\n## Documentation\n\n- [Installation](docs/INSTALLATION.md)\n- [Usage](docs/USAGE.md)\n- [Examples](docs/EXAMPLES.md)\n- [Troubleshooting](docs/TROUBLESHOOTING.md)\n- [Configuration](docs/CONFIGURATION.md)\n- [Workflow](docs/WORKFLOW.md)\n- [Architecture](docs/ARCHITECTURE.md)\n- [Security Model](docs/SECURITY_MODEL.md)\n- [Release Process](docs/RELEASE_PROCESS.md)\n- [Implementation Plan](docs/IMPLEMENTATION_PLAN.md)\n- [MVP specification](docs/MVP.md)\n- [Product Requirements Document](docs/PRD.md)\n- [Roadmap](docs/ROADMAP.md)\n- [Lifecycle state machine](docs/STATE_MACHINE.md)\n- [Emergency Flow](docs/EMERGENCY_FLOW.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnedyalk0v%2Fpi-codeflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvnedyalk0v%2Fpi-codeflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnedyalk0v%2Fpi-codeflow/lists"}