glass-browser 0.1.8

Lightweight browser agent for AI — raw CDP, no Playwright
Documentation
# Glass documentation

## User guides

- [Installation and operations]installation.md — build, browser discovery,
  profiles, attach mode, logging, and production deployment.
- [CLI reference]cli.md — global options, commands, targets, and output.
- [MCP integration]mcp.md — stdio configuration, tools, session behavior,
  and security.
- [MCP schema budget]mcp-schema-budget.md — tool inventory, schema sizes,
  and design principles for keeping the surface lean.
- [Logged-in session ergonomics]profile-ergonomics.md — using persistent
  profiles to carry authenticated state without pasting credentials.
- [Policy reference]policy.md — named presets, capabilities, confirmation
  tokens, and host allowlisting.
- [Positioning]positioning.md — where Glass fits: control plane vs planner
  vs cloud browser, and when to use each tool.
- [Category metric]category-metric.md — wrong-action count, runner RSS,
  and observe-bytes scoreboard.
- [Bot-protection & consent walls]bot-protection.md — legitimate access paths
  when sites challenge CDP automation.
- [Detection-surface report]detection-surface.md — what stock CDP-driven
  Chrome exposes and what Glass does (and does not) attempt to hide.
- [Security policy]../SECURITY.md — trust boundaries and vulnerability
  reporting.
- [Changelog]../CHANGELOG.md — user-visible release changes.

## Maintainer guides

- [Contributing]../CONTRIBUTING.md — development workflow and checks.
- [Release checklist]release-checklist.md — repeatable `0.x` release process.
- [Benchmarks]../benchmarks/README.md — performance methodology.

## Design

- [Architecture]architecture/README.md — shared browser, session,
  observation, MCP, and TUI contracts.
- [Browser data plane]architecture/browser.md — CDP, observation, action,
  and profile rules.
- [Agent browser automation]architecture/automation.md — correctness,
  waiting, targeting, safety, and resource-budget contracts for the next
  generation.
- [Terminal UI]architecture/tui.md — responsive TUI layout and worker
  lifecycle.