Commit Graph

16 Commits

Author SHA1 Message Date
Peter Schilling 992f05afe1 fix: add type annotations and CI workflow for type checking
- Add explicit type annotations to team-list.ts and project-list.ts to fix implicit any errors
- Add CI workflow (.github/workflows/ci.yml) that runs type check, format, lint, and tests on PRs
- Update justfile to use 'deno check src/main.ts' instead of '--all' to avoid npm dependency type errors
2026-01-29 05:48:54 +00:00
Peter Schilling dabed08301 revise skill stuff in readme, add scripts to install skill 2025-12-08 22:10:07 -08:00
Peter Schilling 1219af79a6 improve release script 2025-12-02 22:57:08 -08:00
Peter Schilling 8952726213 fix release script 2025-12-01 21:42:05 -08:00
Peter Schilling 801c71ae35 switch to jj commands for releases 2025-12-01 21:21:09 -08:00
Peter Schilling 094dbb90c5 chore: Release linear-cli version 1.1.1 2025-09-02 21:50:40 -07:00
Peter Schilling 93251900ec Organize code (#46) 2025-08-14 06:38:40 -07:00
Peter Schilling 05ba5e4451 prepare release 2025-08-12 14:13:55 -07:00
Peter Schilling 2ea8138cf4 feat: Use graphql codegen to ensure linear api data has types (#34)
CLI-5
2025-08-11 22:48:29 -07:00
Peter Schilling 7459003755 chore: Release linear-cli version 0.5.7 2025-05-22 07:40:39 -07:00
Peter Schilling ce9f27de19 chore: Fix just tag 2025-02-19 11:26:23 -08:00
Peter Schilling 03f9b1a651 chore: update release cmd 2025-02-19 11:23:04 -08:00
Peter Schilling (aider) 275cb58d4b aider: chore: Rename release command to tag and derive version from changelog 2025-02-19 11:00:19 -08:00
Peter Schilling b00c41f322 chore: fix release 2025-02-12 12:04:49 -08:00
Peter Schilling 9dada723c6 chore: update readme, releaser 2025-02-12 12:02:22 -08:00
Peter Schilling 21dda024fb chore: Add a justfile with a release task
using https://github.com/schpet/svbump
2025-02-04 10:27:32 -08:00