This repository contains companion code for the book Intent-Driven Software Engineering.
The code listings are organized by chapter. Some chapter-specific listings are included as Git submodules so each example project can keep its own independent Git history.
To clone this repository with all chapter submodules:
git clone --recurse-submodules https://github.com/intent-driven-dev/Intent-Driven-Software-Engineering.gitIf you have already cloned the repository without submodules, initialize them with:
git submodule update --init --recursiveEach submodule can be opened like a normal Git repository. You can inspect its commits, branches, and history independently from this companion repository.