Foundational automation building blocks organized as independently consumable packages.
_AutomationFoundry is a domain repository of reusable automation components (engines, control layers, policy helpers, integration adapters, and developer tooling). Every package is intended to be used on its own or composed with others.
audit-first-automationconnectors-librarydevex-clievent-driven-automationfeature-flagshuman-in-the-loop-gatesobservability-packpersistence-adaptersplaybooks-blueprintspolicy-as-codereference-ui-stubsrollback-aware-automationschemas-validatorssecrets-identity-fabricsecurity-guardrailssimulation-toolkittask-runnerworkflow-engine
git submodule add https://github.com/navinBRuas/_AutomationFoundry.git vendor/automation-foundrypip install git+https://github.com/navinBRuas/_AutomationFoundry#subdirectory=workflow-engine
pip install git+https://github.com/navinBRuas/_AutomationFoundry#subdirectory=policy-as-code- Pick the package you need.
- Follow that package's
README.mdfor API, configuration, and examples. - Compose multiple packages only through explicit interfaces.
- Keep package boundaries independent.
- Run tests and lint checks from the target package directory.
- Update package-level docs and changelogs with behavior changes.
0.1.0
See LICENSE.