Harness v0.1.8 strengthens the plugin as a fail-closed Codex workflow framework.
- Added workflow contract schema at
shared/schemas/harness-workflow.schema.json. - Added workflow templates for
software_delivery,research_ops, andcontent_pipeline. - Added CLI commands:
list-workflow-templatesinit-workflowverify-workflow
- Added MCP tools:
harness.list_workflow_templatesharness.init_workflowharness.verify_workflow
- Cleared npm audit moderate vulnerabilities with a PostCSS override and dependency metadata refresh.
- Expanded tests and GitHub Actions coverage.
codex plugin marketplace add https://github.com/EvanAI0331/harness-codex-marketplace.git --ref v0.1.8Run before release:
npm run plugin:verify
npm run plugin:verify-specs
npm audit --audit-level=moderate
/opt/homebrew/bin/python3.11 -m pytest
npm run typecheck
npm run lint
npm run build
npm run test:smoke