An automated task runner to run background tasks while you are doing other work.

3 Open Issues Need Help Last updated: Sep 24, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
good first issue area:runner type:feature

An automated task runner to run background tasks while you are doing other work.

good first issue type:feature area:lexicon

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.

Complexity: 2/5
good first issue area:runner type:feature

An automated task runner to run background tasks while you are doing other work.