Skip to content

Capstone Map

Page Maps

graph LR
  family["Python Programming"]
  program["Python Object-Oriented Programming"]
  section["Capstone"]
  page["Capstone Map"]
  capstone["Capstone evidence"]

  family --> program --> section --> page
  page -.applies in.-> capstone
flowchart LR
  orient["Orient on the page map"] --> read["Read the main claim and examples"]
  read --> inspect["Inspect the related code, proof, or capstone surface"]
  inspect --> verify["Run or review the verification path"]
  verify --> apply["Apply the idea back to the module and capstone"]

Read the first diagram as a timing map: this guide is for a named pressure, not for wandering the whole course-book. Read the second diagram as the guide loop: arrive with a concrete question, use only the matching sections, then leave with one smaller and more honest next move.

This map turns the capstone into a deliberate study surface instead of a single long page. Use it to decide where to go next when you want concrete proof for a course idea.

Capstone route

Module-to-capstone bridge

Module Inspect this first Best guide Strongest matching proof route
Module 01 src/service_monitoring/model.py Capstone File Guide make inspect
Module 02 src/service_monitoring/model.py and src/service_monitoring/application.py Capstone Architecture Guide make PROGRAM=python-programming/python-object-oriented-programming capstone-walkthrough
Module 03 lifecycle rules in src/service_monitoring/model.py Capstone Review Worksheet make inspect
Module 04 aggregate events and read-model flow Capstone Architecture Guide make verify-report
Module 05 src/service_monitoring/runtime.py and unit-of-work surfaces Capstone Walkthrough make PROGRAM=python-programming/python-object-oriented-programming capstone-walkthrough
Module 06 src/service_monitoring/repository.py Capstone File Guide make verify-report
Module 07 runtime coordination and tests Capstone Proof Guide make verify-report
Module 08 tests/ and saved proof bundles Capstone Proof Guide make confirm
Module 09 public entry surfaces and extension seams Capstone Extension Guide make proof
Module 10 full review bundle and architecture surfaces Capstone Proof Guide make proof

How to use the bridge

  1. Start from the module you are reading.
  2. Inspect the named file or surface first.
  3. Open the matching guide only after the boundary is visible.
  4. Run the smallest proof route that confirms the current claim.

Review question

At any point in the course, you should be able to answer: which capstone page shows the same decision pressure as the chapter I am reading right now, and which local command or bundle proves it?