Recommended first prompts
explain this file @src/index.ts
fix the failing build and keep the diff minimal
review this module for security issues
Use this path when you want a clean first run: install the CLI, connect your provider, open a repo, and make a real change with approval flow enabled.
npm i -g cortical-code
Install once so the `cortical` command is available in any project.
cd your-project && cortical
Cortical Code scans the workspace and prepares the terminal session around the current repo.
openai / anthropic / gemini / groq / openrouter / custom
The first-run wizard validates the key before storing it locally for the CLI.
refactor the auth module to use JWT
Normal mode will show the intended changes and ask for approval before writing files.
explain this file @src/index.ts
fix the failing build and keep the diff minimal
review this module for security issues