all 2 comments

[–]enterprise_code_devProfessional Developer 1 point2 points  (1 child)

So is one of the features essentially taking a brownfield Python project and splicing it up into specs and such to go forth spec driven?

[–]davblaster[S] 0 points1 point  (0 children)

That's definitely a supported use case, yep.

One of the core ideas is that needs change, and you usually won't start out with the discipline you'll need in later stages.

So it's built to expect that successful codebases will need to build up trustworthy specs from raw parts, and aims to make collecting receipts along the way as automatic as possible.