* chore: bootstrap AI agent context files (AGENTS.md + CLAUDE.md)
Adds a three-tier set of AI context files across the monorepo:
- Root AGENTS.md / CLAUDE.md — project overview, workspaces, common
commands, architecture map, code conventions, and CI/CD summary
- Workspace-level pairs for cli/, packages/, npm/, tooling/,
system-tests/, and scripts/
- Package-level pairs for all 33 packages/, 15 npm/, 3 tooling/
packages, and the cli workspace (117 files total)
CLAUDE.md files are thin wrappers (@AGENTS.md import + workflow rules)
so Claude Code picks them up walking upward from cwd. AGENTS.md files
carry the substantive content and are also read natively by Codex CLI
and Cursor.
Command conventions applied throughout:
- No watch / file-watcher commands (agents run once and read results)
- No bare full-suite test runs for large packages; always target a
specific file (<path-to-spec>) or glob ("<glob-pattern>")
- No cypress:open (interactive mode); use cypress:run with --spec
- Test runner syntax varies by package: vitest (test --),
mocha (test-unit/test-integration --), jest (--testPathPattern),
Cypress CT (cypress:run:ct -- --spec)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* gitignore
* clarify AI internal docs and contribution guidelines
* update TOC
* tweak nvm wording
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: set full url to staging
* docs: test after deploy
* add dot missing in deploy regular expression
* increase docs start timeout
* docs: catch missing css/cypress.css and js/toc.js after deploy
* docs: generate single application.js on staging
* docs: test for magic variable to detect missing js
* docs: test search drop down on intro page
* docs: add e2e test to catch missing sidebar
* docs: split build
* docs: run build file save
* docs: ls public before generating build.json
* docs: generate docs in debug mode
* setup custom linting rules inside themes/cypress/source to keep them ES5
* more eslint wrangling
* check develop and master against staging and production, close#375
* allow docs deploy from this branch for testing
* correct branch filter syntax
* docs: start server and then start e2e tests
* cache cypress-cli
* fix npm -g bin command
* do not build docs second time
* remove this branch from deploy
* docs: clean up deploy logic
* add deploy docs note
* faster docs caching by removing revision
* test docs caching