Here is a list of all namespace functions with links to the namespace documentation for each function:
- _ -
- __getattr__() : oct.audit, oct.git, oct.migrate
- _active_venv_root() : oct.install.oct_install
- _add_audit() : oct.git.oct_git
- _advisory_checks() : oct.git.oct_git
- _analyse_diagnostics_impact_inner() : oct.git.conventional
- _apply_json() : oct.mcp.config
- _architecture_md() : oct.scaffold.oct_scaffold
- _archive_file() : oct.formatter.oct_format
- _auto_branch_for_commit() : oct.git.oct_git
- _badge() : oct.git.oct_git
- _branch_audit() : oct.git.oct_git
- _build_argv_clean() : oct.mcp.executor
- _build_argv_deps() : oct.mcp.executor
- _build_argv_diag() : oct.mcp.executor
- _build_argv_docs() : oct.mcp.executor
- _build_argv_export_source() : oct.mcp.executor
- _build_argv_format() : oct.mcp.executor
- _build_argv_git_changelog() : oct.mcp.executor
- _build_argv_git_check() : oct.mcp.executor
- _build_argv_git_commit() : oct.mcp.executor
- _build_argv_git_hooks_install() : oct.mcp.executor
- _build_argv_git_init() : oct.mcp.executor
- _build_argv_git_status() : oct.mcp.executor
- _build_argv_health() : oct.mcp.executor
- _build_argv_install_hooks() : oct.mcp.executor
- _build_argv_lint() : oct.mcp.executor
- _build_argv_new() : oct.mcp.executor
- _build_argv_scaffold() : oct.mcp.executor
- _build_argv_skeleton() : oct.mcp.executor
- _build_argv_test() : oct.mcp.executor
- _build_argv_typecheck() : oct.mcp.executor
- _build_cmd() : tests_mcp.test_contract_parity
- _build_formatter_context() : oct.git.quality_gate
- _build_health_template() : oct.health.oct_health
- _build_linter_context() : oct.git.quality_gate
- _build_per_subproject_audit() : oct.git.oct_git
- _build_workspace_view() : oct.git.oct_git
- _check_doxygen_installed() : oct.docs.oct_docs
- _check_entropy_violations() : secret_scanner
- _check_large_staged_files() : oct.git.oct_git
- _check_paths() : oct.mcp.validator
- _check_sphinx_deps() : oct.docs.oct_docs
- _check_str() : oct.mcp.validator
- _check_unstaged_mutation() : oct.git.oct_git
- _click_option_names() : test_command_flags_introspection
- _collect_docstring_node_ids() : secret_scanner
- _collect_keyword_excluded_node_ids() : secret_scanner
- _commit_file() : tests_core.test_git_branch, tests_core.test_git_staging
- _content_matches() : oct.migrate.oct_migrate
- _copy_claude_skills() : oct.scaffold.oct_scaffold
- _copy_sphinx_templates() : oct.scaffold.oct_scaffold
- _create_gitattributes() : oct.git.oct_git
- _create_patched_doxyfile() : oct.docs.oct_docs
- _create_venv() : oct.scaffold.oct_scaffold
- _dbg() : diagnostics, git, install_mcp, oct.mcp.audit, oct.mcp.config, oct.mcp.executor, oct.mcp.metrics, oct.mcp.policy, oct.mcp.policy_loader, oct.mcp.redactor, oct.mcp.safety, oct.mcp.sandbox, oct.mcp.server, oct.mcp.tools, oct.mcp.validator
- _deduplicate_branch_name() : oct.git.oct_git
- _derive_import_path() : new_python_file
- _detect_host() : install_mcp
- _detect_indent_style() : oct.formatter.oct_format
- _detect_missing_docstring_sections() : oct.formatter.oct_format
- _direct_body_nodes() : oct.linter.oct_lint
- _discover_markdown() : oct.docs.oct_docs
- _docs_readme() : oct.scaffold.oct_scaffold
- _elapsed_ms() : oct.mcp.tools
- _emit_add_json() : oct.git.oct_git
- _emit_branch_json() : oct.git.oct_git
- _emit_commit_json() : oct.git.oct_git
- _emit_ignore_json() : oct.git.oct_git
- _emit_observer_block() : oct.git.oct_git
- _error_response() : oct.mcp.tools
- _expected_venv_under() : oct.install.oct_install
- _extract_module_docstring() : oct.deps.oct_deps, oct.linter.oct_lint
- _fake_config() : tests_mcp.test_mcp_sandbox_backends
- _fetch_url() : oct.mcp.policy_loader
- _find_config() : oct.diag.oct_diag
- _find_doxyfile() : oct.docs.oct_docs
- _find_oct_block() : oct.git.policy
- _find_packages() : oct.docs.oct_docs
- _find_source() : oct.migrate.oct_migrate
- _find_tool() : oct.typecheck.oct_typecheck
- _format_class() : skeleton_exporter
- _format_confirmation_request() : oct.mcp.safety
- _format_decorators() : skeleton_exporter
- _format_function() : skeleton_exporter
- _gate_result() : tests_git.test_policy, tests_git.test_profile_matrix_optional
- _generate_api_rst() : oct.docs.oct_docs
- _generate_deps_rst() : oct.docs.oct_docs
- _generate_github_workflow() : oct.git.oct_git
- _get_ahead_behind() : oct.git.oct_git
- _get_cached_secret_warnings() : source_exporter
- _get_debug_domain_map() : oct.diag.oct_diag
- _get_host_config_paths() : install_mcp
- _get_indent_at_line() : oct.formatter.oct_format
- _get_modified_unstaged() : oct.git.oct_git
- _get_relative_path() : oct.formatter.oct_format
- _get_untracked_files() : oct.git.oct_git
- _git() : tests_formatter.test_format_changed, tests_git.conftest, tests_git.test_commit_observer, tests_git.test_git_hooks, tests_git.test_git_init, tests_git.test_git_status_monorepo, tests_git.test_pre_commit_checks, tests_git.test_status_scope, tests_git.test_workspace_commit, tests_git.test_workspace_ignore, tests_git.test_workspace_status, tests_linter.test_lint_changed
- _git_available() : tests_core.conftest, tests_formatter.test_format_changed, tests_git.conftest, tests_git.test_auto_branch, tests_git.test_commit_observer, tests_git.test_git_add, tests_git.test_git_branch, tests_git.test_git_commit, tests_git.test_git_hooks, tests_git.test_git_ignore, tests_git.test_git_init, tests_git.test_git_restore, tests_git.test_git_status_monorepo, tests_git.test_status_scope, tests_git.test_workspace_commit, tests_git.test_workspace_ignore, tests_git.test_workspace_status, tests_linter.test_lint_changed
- _git_changed_files() : oct.formatter.oct_format, oct.linter.oct_lint
- _glob_to_regex() : workspace
- _group_files_by_subproject() : oct.git.oct_git
- _hash_file() : oct.git.commit_observer
- _hash_project_root() : oct.mcp.audit
- _header_boundary() : oct.linter.oct_lint
- _ignore_audit() : oct.git.oct_git
- _index_text() : test_index_html_offline
- _invoke() : tests_diag.test_validate_config_strict
- _is_auto_generated() : oct.docs.oct_docs
- _is_inside_worktree() : oct.install.oct_install
- _is_never_export_file() : source_exporter
- _is_option_c_project() : oct.install.oct_install
- _is_prometheus_installed() : tests_mcp.test_mcp_metrics
- _is_security_sensitive_name() : oct.linter.oct_lint
- _is_string_like() : secret_scanner
- _is_string_literal() : secret_scanner
- _is_under() : oct.install.oct_install
- _is_windows() : tests_install.test_oct_install
- _is_within_project() : oct.git.oct_git
- _isolated_metrics() : tests_mcp.test_mcp_hardening, tests_mcp.test_mcp_hitl, tests_mcp.test_mcp_integration, tests_mcp.test_mcp_metrics
- _last_audit() : tests_mcp.test_mcp_hardening
- _last_audit_record() : tests_mcp.test_mcp_hitl
- _latest_audit_record() : tests_git.test_git_check, tests_git.test_git_commit
- _lines() : tests_core.test_parsing
- _lint_single_file() : oct.linter.oct_lint
- _load_debug_config_patterns() : oct.mcp.server
- _load_docs_config() : oct.docs.oct_docs
- _load_octrc() : oct.git.oct_git
- _load_octrc_for_health() : oct.health.oct_health
- _load_project_info() : oct.docs.oct_docs
- _load_typecheck_config() : oct.typecheck.oct_typecheck
- _make_config() : tests_mcp.test_mcp_debug_config_path
- _make_ctx() : tests_linter.test_log_handle_encapsulation, tests_linter.test_test_file_index
- _make_dashboard() : tests_core.test_progress
- _make_entry() : tests_linter.test_lint_cache
- _make_format_project() : tests_formatter.test_format_changed
- _make_git_project() : tests_git.test_git_init
- _make_header() : new_python_file
- _make_lint_project() : tests_linter.test_lint_changed
- _make_manifest() : tests_core.test_workspace
- _make_minimal_project() : tests_tools.test_source_exporter
- _make_nontrivial() : tests_formatter.test_format_async, tests_formatter.test_func_pattern_fixing, tests_formatter.test_import_fixing
- _make_oc_project() : tests_install.test_oct_install
- _make_oct_mcp_entry() : install_mcp
- _make_option_c_dir() : tests_git.test_git_init
- _make_option_c_git_project() : tests_git.test_git_hooks
- _make_project() : tests_git.test_quality_gate_all_scope
- _make_results() : tests_linter.test_lint_baseline
- _make_safe_output_path() : source_exporter
- _make_stale() : tests_docs.test_doxygen_cleanup
- _make_state() : tests_mcp.test_mcp_hardening, tests_mcp.test_mcp_integration
- _make_subproject() : tests_git.test_workspace_commit, tests_git.test_workspace_ignore
- _make_tracker() : tests_core.test_progress
- _make_venv() : tests_install.test_oct_install
- _make_workspace() : tests_git.test_quality_gate_workspace_secrets
- _make_write_state() : tests_mcp.test_mcp_hitl
- _map_source_to_test() : oct.cli
- _maybe_load_workspace() : oct.git.oct_git
- _merge_ignore_file() : oct.git.oct_git
- _merge_quality_gate_results() : oct.git.oct_git
- _merge_server_entry() : install_mcp
- _minimal_report() : tests_health.test_venv_warning
- _mk_sized_backup() : tests_formatter.test_archive_rotation
- _mkpkg() : tests_docs.test_find_packages
- _name_matches_secret() : secret_scanner
- _nondestructive_spec() : tests_mcp.test_mcp_safety
- _octrc_json() : oct.scaffold.oct_scaffold
- _order_markdown() : oct.docs.oct_docs
- _parse_args() : oct.mcp.__main__
- _parse_toml_deps_fallback() : oct.deps.oct_deps
- _parse_version_tuple() : compat
- _pct_str() : oct.health.oct_health
- _pip_show_location() : oct.install.oct_install
- _platform_can_symlink() : tests_core.test_git
- _populate_commit_audit() : oct.git.oct_git
- _post_check_summary() : oct.git.oct_git
- _print_content() : new_python_file
- _print_json_report() : oct.formatter.oct_format, oct.health.oct_health
- _print_post_check_advisory() : oct.git.oct_git
- _print_terminal_report() : oct.formatter.oct_format, oct.health.oct_health
- _prune_archive() : oct.formatter.oct_format
- _prune_archive_by_size() : oct.formatter.oct_format
- _pytest_missing() : oct.cli
- _quick_check_file() : oct.git.oct_git
- _read_file() : oct.mcp.policy_loader
- _read_gitignore() : oct.git.policy
- _read_json_safe() : install_mcp
- _read_latest_audit() : tests_git.test_workspace_commit
- _read_project_name() : oct.install.oct_install
- _redact_args() : oct.git.audit
- _redact_argv() : git
- _redact_git_url() : git, oct.mcp.redactor
- _render() : tests_health.test_venv_warning
- _rendered_for() : test_command_flags_introspection
- _require_git_repo() : oct.git.oct_git
- _resolve_and_filter() : git
- _resolve_auto_profile() : oct.git.policy
- _resolve_ignore_scope() : oct.git.oct_git
- _resolve_ignore_target_dir() : oct.git.oct_git
- _resolve_observe_mode() : oct.git.oct_git
- _resolve_project_root() : oct.mcp.server
- _resolve_project_root_from_ctx() : oct.git.audit
- _resolve_scope() : oct.git.quality_gate
- _resolve_subproject_profile() : oct.git.oct_git
- _restore_audit() : oct.git.oct_git
- _rotate_lint_logs() : oct.linter.oct_lint
- _run() : tests_git.test_git_commit_msg
- _run_add() : tests_git.test_git_add
- _run_branch() : tests_git.test_git_branch
- _run_branch_json() : tests_git.test_git_branch
- _run_changelog() : tests_git.test_changelog
- _run_check() : tests_git.test_git_check
- _run_check_json() : tests_git.test_git_check
- _run_commit() : tests_git.test_auto_branch, tests_git.test_commit_observer, tests_git.test_git_commit, tests_git.test_workspace_commit
- _run_commit_json() : tests_git.test_git_commit
- _run_format_pass() : oct.git.quality_gate
- _run_hooks() : tests_git.test_git_hooks
- _run_ignore() : tests_git.test_git_ignore, tests_git.test_workspace_ignore
- _run_init() : tests_git.test_git_init, tests_git.test_workspace_ignore
- _run_install_hooks() : tests_git.test_git_hooks
- _run_lint_pass() : oct.git.quality_gate
- _run_pytest() : oct.cli
- _run_restore() : tests_git.test_git_restore
- _run_secrets_pass() : oct.git.quality_gate
- _run_status() : tests_git.test_git_status, tests_git.test_git_status_monorepo, tests_git.test_status_scope, tests_git.test_workspace_status
- _run_test_pass() : oct.git.quality_gate
- _run_tests_py() : oct.scaffold.oct_scaffold
- _run_tool() : oct.mcp.tools
- _run_tool_write() : oct.mcp.tools
- _safe_getuser() : oct.mcp.tools
- _safe_relative() : oct.git.oct_git
- _sanitise_env() : oct.mcp.sandbox
- _scan_content_for_secrets() : source_exporter
- _seed_backups() : tests_formatter.test_archive_rotation
- _seed_legacy_project() : tests_migrate.test_option_c_migration
- _set_octrc() : tests_git.test_auto_branch
- _setup_option_c() : tests_core.test_log_writer
- _shannon_entropy() : secret_scanner
- _should_auto_branch() : oct.git.oct_git
- _should_skip() : oct.deps.oct_deps
- _should_skip_dir() : oct.docs.oct_docs
- _skeleton_for_non_python() : skeleton_exporter
- _staged_names() : tests_core.test_git_staging, tests_git.test_git_add, tests_git.test_git_restore
- _strict_config_requested() : oct.linter.oct_lint
- _strip_docstring_section() : skeleton_exporter
- _stub_envbuilder() : tests_scaffold.test_scaffold_venv
- _sweep_stale_doxyfiles() : oct.docs.oct_docs
- _switch_to_feature_branch() : tests_git.test_git_check
- _tests_readme() : oct.scaffold.oct_scaffold
- _utc_now_iso() : oct.git.audit, oct.mcp.audit
- _validate_octrc_schema() : oct.linter.oct_lint
- _validate_overrides() : oct.mcp.policy_loader
- _validate_workspace_pattern() : workspace
- _venv_python() : oct.install.oct_install
- _walk_commands() : test_command_flags_introspection
- _walk_function_body() : oct.linter.oct_lint
- _walk_secret_filenames() : oct.git.quality_gate
- _which_oct() : oct.install.oct_install
- _write() : tests_diag.test_migrate_config
- _write_compliant() : tests_git.test_workspace_commit
- _write_config() : tests_diag.test_set_level_safety, tests_diag.test_validate_config_strict
- _write_fresh_oc_status() : oct.scaffold.oct_scaffold
- _write_gitignore() : oct.git.policy
- _write_index_rst() : oct.docs.oct_docs
- _write_octrc() : tests_linter.test_oct_lint_schema_warning
- _write_spec() : tests_mcp.test_mcp_safety