- Delete package-lock.json and create pnpm-lock.yaml - Add .npmrc with strict peer deps and frozen lockfile settings - Update CI workflows to use pnpm instead of npm - Update shell scripts to use pnpm instead of npm/npx - Update documentation to reference pnpm commands - Validate migration with successful hardhat compile
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