Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 946 Bytes

File metadata and controls

21 lines (15 loc) · 946 Bytes

AGENTS.md

SecondOrder is a Next.js App Router web app for exploring meta-thinking workflows, with both a marketing site and a /chat AI assistant.

Essentials

  • Node.js: 24.12 (see .nvmrc)
  • Typecheck: npm run ts-check
  • The app uses the Next.js App Router.
  • TypeScript strict mode is enabled.
  • Use the @/* import alias for internal imports.

Progressive Disclosure

Load only the file that matches the task instead of reading all project guidance up front: