Skip to content

tiic-tech/openworkflow

Repository files navigation

OpenWorkflow

OpenWorkflow is a contract-first workflow system for AI-assisted software development. It initializes repository-local workflow contracts, generated Codex repo skills, artifact templates, and validation utilities for the discovery loop from vision through prototype tuning.

Install

npm install -g @tiic-tech/openworkflow

The package installs the openworkflow CLI.

Usage

openworkflow init . --tools codex
openworkflow sync --root . --tools codex
openworkflow doctor --root . --tools codex
openworkflow validate --root .
openworkflow clean --root . --tools codex

openworkflow clean removes project-local OpenWorkflow files after a dry-run. Use openworkflow clean --root . --tools codex --yes to remove generated project files. To remove the global CLI package itself, use:

npm uninstall -g @tiic-tech/openworkflow

Release Checks

Before publishing, run:

npm run validate
npm run verify:runtime-surface
npm run verify:e2e-workflow
npm run verify:clean
npm pack --dry-run

npm publish runs the core validation gates through prepublishOnly; npm pack rebuilds dist through prepack.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors