Files
aitbc/docs/development
aitbc 4c26f742dc Update ruff rules and document logging patterns
- Added logging-related ruff rules (G, LOG) to pyproject.toml
- Temporarily ignored G001, G002 during migration
- Created comprehensive logging patterns documentation
- Documented structured logging configuration and patterns
- Provided migration guide from standard to structured logging

This completes Phase 5.5-5.6: Update ruff rules and document logging patterns
2026-04-30 11:07:06 +02:00
..

Development Documentation

Level: Intermediate
Prerequisites: Familiarity with the AITBC codebase and local dev workflow
Estimated Time: 20-30 minutes
Last Updated: 2026-04-27
Version: 1.0

🧭 Navigation Path:

🏠 Documentation Home🛠️ DevelopmentYou are here

breadcrumb: Home → Development → Overview


🎯 See Also:


📦 Contents


🧱 Purpose

This directory collects operational development notes that help contributors:

  • debug services and runtime behavior
  • inspect and interpret logs quickly
  • understand mock or fixture data flows
  • keep development workflows repeatable

🚀 Next Steps

  • Use DEV_LOGS_QUICK_REFERENCE.md for the fastest log lookup path.
  • Review DEBUgging_SERVICES.md when diagnosing service issues.
  • Keep development notes aligned with ../about/DOCUMENTATION_TEMPLATE_STANDARD.md.

Last updated: 2026-04-27
Version: 1.0
Status: Development entry point