Skip to content

Conversation

@lucadavid075
Copy link

Summary: Improve onboarding and repo clarity with a cleaner README (badges, Table of Contents, docs links), add a minimal CI workflow to run TypeScript typecheck, and introduce a pull request template for consistent contributions.

Motivation: Make the project easier to evaluate at a glance, reduce friction for new contributors, and catch basic typing issues automatically.

Changes

README: badges (CI, License, X), compact ToC, “Docs” section, fixed clone URL, quick typecheck step.

Tooling: added typecheck script; added typescript and @types/node; tsconfig.json includes Node types.

CI: new GitHub Actions workflow running npm run typecheck on push/PR.

PR hygiene: new .github/PULL_REQUEST_TEMPLATE.md.

Types: allow optional confidence in utils/logger.ts so agent emissions typecheck.

Testing

Ran npm ci and npm run typecheck locally — passing.

CI will run typecheck on this PR.

cursoragent and others added 2 commits August 15, 2025 17:03
…echeck script and CI; chore: add PR template; fix: type definitions for logger and Node
docs: README badges + ToC; add typecheck CI and PR template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants