1.2 KiB
1.2 KiB
AI Context Index
This is the root index for AI/code-agent context in ImEX RPS. Start with AGENTS.md; use the .ai/ files for deeper context.
Read Order
AGENTS.md.ai/project-overview.md.ai/architecture.md.ai/workflows.md- Task-specific files:
.ai/frontend.mdfor React, AntD, Redux, and UI work..ai/electron-main.mdfor Electron main/preload/IPC/packaging work..ai/data-graphql-hasura.mdfor GraphQL, Apollo, Hasura, Firebase auth, schema, and migrations..ai/recent-changes.mdfor current deprecation cleanup and package migration context..ai/file-map.mdfor locating important code quickly..ai/domain-glossary.mdfor domain terms and abbreviations.
High-Signal Rules
- Use npm scripts. The old README still mentions yarn/Create React App.
- Do not publish unless explicitly asked.
npm run packis the safe local packaging check. - Do not edit generated
build/,dist/, ordist-electron/. - Keep Electron main/renderer separation clean.
- Use AntD v5 APIs and
src/util/antdFeedback.jsfor global message/notification calls. - Treat local certs, deployment scripts, Sentry DSNs, Firebase config, and AWS notes as sensitive.