Open Issues Need Help
View All on GitHubAI Summary: This issue outlines the initial setup for a new TypeScript CLI repository, establishing a baseline with Node 20, TypeScript, ESLint, and Prettier. The acceptance criteria require that the build, lint, and test processes pass successfully, and that the CLI's `--help` command functions as expected.
An automated task runner to run background tasks while you are doing other work.
An automated task runner to run background tasks while you are doing other work.
AI Summary: This GitHub issue proposes to scaffold a new TypeScript CLI repository for an OpenAI Task Runner. The goal is to establish a clean development baseline by configuring Node 20, TypeScript, ESLint, Prettier, setting up a basic `src` layout, and defining essential npm scripts. The setup will include a `README` and `CONTRIBUTING` guide, ensuring `build`, `lint`, and `test` commands function correctly.
An automated task runner to run background tasks while you are doing other work.