Skip to content

clankercode/ultradyn-workflow-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultradyn-workflow-forge

Status: local v1 manual CORE package. The repository now includes the JSON/JSONL state layout, event writer, reducer, verifier, no-op v1 migration entrypoint, schemas, references, prompt/policy templates, and a verifier-valid docs-audit example.

ultradyn-workflow-forge is a skill package for turning short descriptions of large or thorough jobs into persistent, recursive, error-correcting workflows.

Canonical identifiers:

Primary references:

  • references/quickstart.md
  • references/workflow-protocol.md
  • references/manual-file-backed.md
  • docs/handoffs/design.md
  • docs/plans/2026-06-28-ultradyn-workflow-forge-v1.md

Local commands:

  • just --list — show available commands.
  • just check — run local v1 smoke checks, including script compilation and docs-audit verification.
  • just test — run the unittest suite with discovery.
  • python3 scripts/udwff-init --root <project> --run-id <id> --mode adaptive — create a manual CORE run.
  • python3 scripts/udwff-event append --run-dir <project>/.ud-wff/<id> --event-type <EventType> --actor <actor> --payload-json '<json>' — append a locked, transition-checked event.
  • python3 scripts/udwff-reduce --root <project> --run-id <id> — derive state.json from events.
  • python3 scripts/udwff-verify-run --root <project> --run-id <id> — verify v1 completion and artifact invariants.
  • python3 scripts/udwff-migrate --root <project> --run-id <id> — validate and report no-op migration for current v1 runs.

V1 execution should be trusted only when the relevant run passes udwff-verify-run and local checks pass. Public publishing and any future irreversible remote effects require explicit operator confirmation.

About

Durable manual-core workflow skill for recursive planning, review/fix loops, and resumable AI-agent execution.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors