.. _context: =============================== AI & Project Context Reference =============================== This section contains deep context documentation for both generic standards (UI/coding conventions) and **project-specific** feature architecture and subsystems for OCI Policy Analysis. Use these docs for onboarding, design reviews, and as canonical references for internal contracts, extension points, and major architectural decisions. Organization ------------ There are two types of context documentation included here: * Generic Context * Project-specific Context The "Generic Context" files are meant to be reusable across projects and contain general best practices, while the "Project-specific Context" files contain detailed information about the design and architecture of specific features and components of OCI Policy Analysis. COntext files are generally written by AI and corrected by humnas, but they may contain details that don't exist yet in the codebase, but are planned for the future. They are living documents that will evolve as the project evolves, and should be updated as needed to reflect changes in the codebase and architecture. Naming Convention for Context File Titles ----------------------------------------- To ensure consistent indexing throughout the Sphinx documentation: - Project files should start with:: # Context: (e.g., "Context: Policy Intelligence and Recommendations") - Generic files should start with:: # Generic (e.g., "Generic Coding Standards") The first heading of each file will appear as its title in the documentation navigation/sidebar. ---- .. toctree:: :maxdepth: 1 :caption: Generic Context context/generic/GENERIC_README.md context/generic/GENERIC_CODING_STANDARDS.md context/generic/GENERIC_DOCUMENTATION.md .. toctree:: :maxdepth: 1 :caption: Project-specific Context context/project/CONTEXT_cli.md context/project/CONTEXT_cross_tenancy.md context/project/CONTEXT_data_repo.md context/project/CONTEXT_historical_analysis.md context/project/CONTEXT_intelligence_strategies.md context/project/CONTEXT_genai_policy_analysis.md context/project/CONTEXT_logging.md context/project/CONTEXT_logic.md context/project/CONTEXT_mcp_server_and_tab.md context/project/CONTEXT_policies_tab.md context/project/CONTEXT_policy_browser_tab.md context/project/CONTEXT_policy_intelligence_and_recommendations.md context/project/CONTEXT_settings_tab.md context/project/CONTEXT_simulation_engine.md context/project/CONTEXT_tests.md context/project/CONTEXT_ui.md