mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
Codifies what is currently tribal knowledge or only discoverable by reading CI config: the view model / view contract, the rule that nothing reads the page, Clean Code ordering, the three test layers, and reuse-before-you-build. The root AGENTS.md is the always-loaded minimum and routes to docs/agents/, so an agent loads only the detail its task needs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
44 lines
611 B
Plaintext
44 lines
611 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.env
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
*.bkp
|
|
.idea/
|
|
public/config.json
|
|
backend/synapse_tmp/*
|
|
backend/synapse_tmp_othersite/*
|
|
/coverage
|
|
|
|
# Transient agent scratch files
|
|
/agent-workspace/
|
|
config.json
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
/.pnp.*
|
|
/.yarn/*
|
|
!/.yarn/patches
|
|
!/.yarn/plugins
|
|
!/.yarn/releases
|
|
!/.yarn/sdks
|
|
!/.yarn/versions
|
|
# old yarn based linking
|
|
/.links.yaml
|
|
/.links.disabled.yaml
|
|
/.links.temp-disabled.yaml
|
|
# pnpm based linking
|
|
/.links.cjs
|
|
/.links.disabled.cjs
|
|
/.links.temp-disabled.cjs
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
*storybook.log
|
|
storybook-static
|