feat: activate Operations phase — trust-but-verify for extension compliance for v1 - #474
Open
steven-hooper wants to merge 2 commits into
Open
feat: activate Operations phase — trust-but-verify for extension compliance for v1#474steven-hooper wants to merge 2 commits into
steven-hooper wants to merge 2 commits into
Conversation
…liance Activate the Operations phase (previously a placeholder) with independent verification of Construction output across three dimensions: - Rules Validation: static compliance checking against extension rules - Deployment: pipeline-first deployment to a real environment - Post-Deployment Testing: runtime verification of behaviour Add four extension domains: Observability (metrics, logging, tracing, alarms, dashboards, synthetics), Recovery (region, AZ, instance), Runbooks (structure, automation, security), Deployment (pipeline, IaC, application, testing). Rework loop feeds validation gaps back to Construction as requirements. Operations Retrofit detects existing projects and offers to apply extensions retrospectively without starting from scratch. Tested with Claude Sonnet 4.6 / Opus 4.6 across 3 runs: 128/128 rules PASS, pipeline deployed to pre-production, 2 rework iterations to full compliance.
steven-hooper
requested review from
a team,
Kalindi-Dev,
harmjeff,
leandrodamascena,
raj-jain-aws,
scottschreckengaust and
spraja08
July 1, 2026 08:43
Remove references to fork-specific run-evaluator.sh script. Document credential injection via INJECT_AWS_CREDENTIALS env var with upstream's uv run python run.py full command.
steven-hooper
force-pushed
the
operations-phase-and-extensions
branch
from
July 1, 2026 14:17
c021045 to
2aae771
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Activates the Operations phase with a trust-but-verify approach for version 1 of AIDLC. Rather than trusting that Construction produces correct output, Operations independently verifies from three perspectives: static compliance checking (Rules Validation), deployment to a real environment (Deployment), and runtime testing that proves behaviour static analysis cannot (Post-Deployment Testing).
Also adds four extension domains (Observability, Recovery, Runbooks, Deployment), a rework loop that feeds gaps back to Construction for fixing, and Operations Retrofit for applying these rules to existing projects.
Resolves #473
Changes
New files (~40):
common/operations/extensions/observability/extensions/recovery/extensions/runbooks/extensions/deployment/docs/Modified upstream files (12):
core-workflow.mdcommon/depth-levels.mdcommon/process-overview.mdcommon/terminology.mdconstruction/build-and-test.mdconstruction/code-generation.mdconstruction/infrastructure-design.mdconstruction/nfr-design.mdconstruction/nfr-requirements.mdinception/requirements-analysis.mdinception/workflow-planning.mdoperations/operations.mdModified evaluator files (6):
executor.pysimulator.pyconfig.pyprogress.pyrunner.pyrun_command.pyTesting
Known Limitations
Acknowledgement
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.