Add config bootstrap and discovery, profiling CLI, and tutorial docs
87 files · 20,506+ · 557-

Configuration infrastructure

4 files changed
  • bootstrap.py Configuration bootstrap system
  • discovery.py Configuration file discovery
  • formatters.py Config output formatters
  • config.py Config CLI command
  • Added config bootstrap, discovery, and formatting modules with CLI command instantiate behavioral
    1 file
    • bootstrap.py

Profiling and tools

3 files changed
  • cli.py Profiling CLI command
  • verifier.py Tool verification utility
  • categories.py Hub category management
  • Added profiling CLI, tool verifier, and hub category management decouple behavioral
    1 file
    • cli.py

Tutorial and how-to documentation

3 files changed
  • 01-quick-start.md Quick start tutorial
  • 02-first-app.md First app tutorial
  • basic-logging.md Basic logging how-to guide
  • Created tutorial documentation and logging how-to guides specify behavioral
    1 file
    • 01-quick-start.md