- 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
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 → 🛠️ Development → You are here
breadcrumb: Home → Development → Overview
🎯 See Also:
- 📋 Project Documentation - Project structure and workflow context
- 🏗️ Infrastructure Documentation - Operational environment details
- 🧪 Testing Documentation - Test-oriented workflow resources
- 📚 Master Index - Full documentation catalog
📦 Contents
- DEBUgging_SERVICES.md - Service debugging notes and troubleshooting steps
- DEV_LOGS.md - Development log tracking
- DEV_LOGS_QUICK_REFERENCE.md - Fast reference for common dev logs
- mock-data-system.md - Mock data system notes and workflow
🧱 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.mdfor the fastest log lookup path. - Review
DEBUgging_SERVICES.mdwhen 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