Commit Graph

178 Commits

Author SHA1 Message Date
be780f71d6 fix: Update CI workflow to use npm ci with proper build step
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:21:55 +00:00
557fddd96e fix: remove prepare script to resolve CI failure
Some checks failed
/ test (push) Failing after 4m46s
The prepare script caused npm ci to fail during Gitea Actions because
it ran 'npm run build' before node_modules/.bin was properly linked,
resulting in 'tsc: not found' errors.
2026-02-03 09:14:06 +00:00
7cc13d6b32 feat: add destroy command
Some checks failed
/ test (push) Failing after 4m45s
2026-02-03 09:05:07 +00:00
585b8e3136 feat: add merge command
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:04:51 +00:00
9c5dc1bda2 feat: add diff command
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:04:39 +00:00
abdbdc6bea feat: add status command
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:04:23 +00:00
014391cbe2 feat: add list command
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:04:08 +00:00
1c965cd1f9 feat: add create command
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:03:57 +00:00
5a8386abb1 feat: add diff utilities module
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:03:39 +00:00
d0d8ccbd4e feat: add environment utilities module
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:03:23 +00:00
1e706b7d93 feat: add file utilities module
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:03:12 +00:00
6d52c64b5d feat: add git utilities module
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:02:34 +00:00
5e998cba50 feat: add error handling utilities
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:47 +00:00
b28c14acd0 feat: add command and utility module exports
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:15 +00:00
0f2d2df2a9 feat: add command and utility module exports
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:15 +00:00
c4c554274e feat: add types and configuration modules
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:03 +00:00
574570deae feat: add types and configuration modules
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:02 +00:00
1442927747 feat: add types and configuration modules
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:02 +00:00
20fee8e77c feat: add types and configuration modules
Some checks failed
/ test (push) Has been cancelled
2026-02-03 09:00:01 +00:00
95782e3320 chore: add project configuration files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:59:29 +00:00
1f6fa77ded chore: add project configuration files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:59:28 +00:00
babaac8495 chore: add project configuration files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:59:26 +00:00
ab6cad32bd chore: add project configuration files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:59:26 +00:00
eae414782b chore: add project configuration files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:59:26 +00:00
8aed59d4da fix: resolve CI/CD workflow failures
Some checks failed
/ test (push) Has been cancelled
- Simplified CI workflow to use basic npm ci, npm run build, npm test steps
- Ensured package.json contains all required dependencies
- Added package-lock.json for reproducible npm ci builds
- All source files and tests are present in repository
2026-02-03 08:58:20 +00:00
3c7c77dbaa fix: resolve CI/CD workflow failures
Some checks failed
/ test (push) Has been cancelled
- Simplified CI workflow to use basic npm ci, npm run build, npm test steps
- Ensured package.json contains all required dependencies
- Added package-lock.json for reproducible npm ci builds
- All source files and tests are present in repository
2026-02-03 08:58:19 +00:00
1e9886386b fix: resolve CI/CD workflow failures
Some checks failed
/ test (push) Has been cancelled
- Simplified CI workflow to use basic npm ci, npm run build, npm test steps
- Ensured package.json contains all required dependencies
- Added package-lock.json for reproducible npm ci builds
- All source files and tests are present in repository
2026-02-03 08:58:19 +00:00
b192e47446 fix: Simplify CI workflow
Some checks failed
CI / build (push) Failing after 7s
2026-02-03 08:48:49 +00:00
1bfd11a483 chore: Add package-lock.json
Some checks failed
/ test (push) Failing after 4m47s
2026-02-03 08:43:46 +00:00
a40ad5582d chore: Push remaining test files
Some checks failed
/ test (push) Failing after 4s
2026-02-03 08:43:24 +00:00
413859559f chore: Push remaining test files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:43:24 +00:00
044385602e chore: Push remaining test files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:43:23 +00:00
4f64b49a0b chore: Push remaining test files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:43:23 +00:00
2e118be81b chore: Push unit test files
Some checks failed
/ test (push) Failing after 6s
2026-02-03 08:43:04 +00:00
b7e97a2ef8 chore: Push unit test files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:43:03 +00:00
6e391bc213 chore: Push unit test files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:43:03 +00:00
fa6743d198 chore: Push bin and README
Some checks failed
/ test (push) Failing after 7s
2026-02-03 08:41:05 +00:00
053ca2ccac chore: Push bin and README
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:41:05 +00:00
4a19ad3879 chore: Push command files (part 1)
Some checks failed
/ test (push) Failing after 8s
2026-02-03 08:39:26 +00:00
8569130584 chore: Push command files (part 1)
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:39:25 +00:00
dcbed0c079 chore: Push command files (part 1)
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:39:24 +00:00
afdc10db84 chore: Push command files (part 1)
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:39:23 +00:00
a372543338 chore: Push command files (part 1)
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:39:22 +00:00
50f45e5655 chore: Push command files (part 1)
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:39:22 +00:00
2bde99fabe chore: Push config file
Some checks failed
/ test (push) Failing after 5s
2026-02-03 08:38:32 +00:00
5245705f6c chore: Push config file
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:38:31 +00:00
6e93b12c28 chore: Push remaining utils files
Some checks failed
/ test (push) Failing after 5s
2026-02-03 08:38:06 +00:00
97d01b7825 chore: Push remaining utils files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:38:06 +00:00
1802bbb91f chore: Push remaining utils files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:38:06 +00:00
82f88d6203 chore: Push remaining utils files
Some checks failed
/ test (push) Has been cancelled
2026-02-03 08:38:05 +00:00