justinmclean opened a new pull request, #250:
URL: https://github.com/apache/airflow-steward/pull/250
## Summary
This adds the spec-driven development loop for the framework:
- Adds `tools/spec-loop/` with the loop runner,
plan/build/update/consolidate prompts, operational context, and implementation
plan.
- Adds product specs for the frameworkâs modes and cross-cutting tooling
under `tools/spec-loop/specs/`.
- Documents the workflow in `docs/spec-driven-development.md`.
- Updates pre-commit/doctoc exclusions for spec-loop prompts/specs.
- Requires every new skill to ship a behavioural eval suite.
- Improves loop safety and ergonomics:
- defaults the loop base to the branch it starts on;
- supports `SPEC_LOOP_AGENT`;
- avoids repeated plan-consolidation livelock;
- includes open PR context so `plan` and `build` do not duplicate
in-flight work.
## Generative AI Disclosure
This PR was prepared with assistance from an AI coding agent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]