ACQ CRM Docs Launcher Back to Operations Guides
Browser-Friendly Entry Point

Open this page once, then use it as the launchpad for the ACQ CRM docs set.

Codex chat is not reliably rendering local file references as clickable links in your current UI. This launcher gives you one stable HTML page to open in the browser, then direct navigation to the other interactive guides plus copyable `docs:open` fallback commands when needed.

Best First Command

npm run docs:open -- docs/interactive/doc-launcher.htmlUse this once from the terminal when Codex won’t hand off file clicks.

Main Benefit

Less frictionYou only need one opener command, then the browser can handle the rest of the interactive HTML pages normally.

Interactive HTML Guides

These links work once you are already in the browser.

Operations Hub

The teammate-facing home for repo, CLI, Codex, and change-control guidance.

Repo Overview

The share-ready overview of the live CRM repo, integrations, commands, and docs map.

CLI Onboarding

The interactive guide for sharing and using the ACQ CRM CLI across teammates.

Agent Onboarding

The Codex-focused onboarding guide for using the ACQ CRM repo directly.

Change Management

The operational rules that keep code, docs, and verification aligned.

Fallback Commands

Use these when you need the repo opener to hand a file off to the browser or VS Code.

Open this launcher

npm run docs:open -- docs/interactive/doc-launcher.html

Open Markdown in VS Code

npm run docs:open -- docs/cli-onboarding.md

Open HTML in Chrome mode

npm run docs:open -- docs/interactive/index.html --browser-app "Google Chrome"

Open Google Workspace docs

npm run docs:open -- https://docs.google.com/document/d/FILE_ID/edit
Tip

If you set CRM_DOC_BROWSER_APP="Google Chrome" in your shell environment, the opener will keep using Chrome mode automatically for browser targets.