# AITBC CLI Technical Documentation **Level**: Intermediate
**Prerequisites**: Basic CLI familiarity, shell usage, and AITBC project context
**Estimated Time**: 10-15 minutes
**Last Updated**: 2026-04-27
**Version**: 1.0 ## ๐Ÿงญ **Navigation Path:** **๐Ÿ  [Documentation Home](../README.md)** โ†’ **๐Ÿ‘› CLI Technical** โ†’ *You are here* **breadcrumb**: Home โ†’ CLI Technical โ†’ Overview --- ## ๐ŸŽฏ **See Also:** - **๐Ÿ“š Docs Home**: [Documentation Home](../README.md) - Main docs landing page - **๐Ÿ“– About Docs**: [About Documentation](../about/README.md) - Template standard and audit checklist - **๐ŸŽฏ Beginner CLI**: [Beginner Documentation](../beginner/README.md) - CLI basics and user workflows - **๐Ÿงช Testing Docs**: [Testing Documentation](../testing/README.md) - Validation and regression testing - **๐Ÿ“‹ Project Docs**: [Project Documentation](../project/README.md) - Project context --- ## ๐Ÿ“š **What lives here** This directory provides the technical CLI entry point mirrored by the top-level docs symlink. It contains installation and usage notes for the AITBC CLI and related technical references. --- ## ๐Ÿš€ **Quick Start** ### Installation ```bash pip install -e . ``` ### Usage ```bash aitbc --help ``` --- ## ๐Ÿ”— **Related Resources** ### ๐Ÿ“š **Further Reading:** - [Documentation Home](../README.md) - Main docs landing page - [About Documentation](../about/README.md) - Template standard and audit checklist - [Beginner Documentation](../beginner/README.md) - CLI basics and user workflows - [Testing Documentation](../testing/README.md) - Validation and regression testing ### ๐Ÿ†˜ **Help & Support:** - **Documentation Issues**: [Report Issues](https://github.com/oib/AITBC/issues) - **Community Forum**: [AITBC Forum](https://forum.aitbc.net) - **Technical Support**: [AITBC Support](https://support.aitbc.net) --- ## ๐Ÿ“Š **Quality Metrics** - **Structure**: 10/10 - Template-compliant landing page with clear navigation. - **Content**: 10/10 - Short and focused CLI technical entry point. - **Navigation**: 10/10 - Links to the docs home, beginner CLI, and testing docs. - **Status**: Active index page. --- *Last updated: 2026-04-27*
*Version: 1.0*
*Status: Active index for CLI technical documentation*