Commit Graph

18 Commits

Author SHA1 Message Date
Abhimanyu Saharan
6c897d7faf test(frontend): add TaskBoard + TaskCard coverage and full coverage config 2026-03-03 04:05:15 +05:30
Abhimanyu Saharan
f64e9df120 chore: update dependencies in package.json 2026-02-12 01:19:04 +05:30
Abhimanyu Saharan
848cfae11d chore: update Cypress version to 15.10.0 in package.json and package-lock.json 2026-02-12 00:38:48 +05:30
dependabot[bot]
0e02b9708c chore(deps): bump esbuild
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.21.5 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.27.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.27.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-08 15:27:11 +00:00
Kunal
bd9ee7883a test(e2e): migrate Cypress auth to @clerk/testing commands 2026-02-08 14:52:03 +00:00
Riya
8a88b33805 chore: resolve package-lock conflict 2026-02-07 17:12:14 +00:00
Kunal
b716422b73 chore(frontend): add cypress devDependency for TS typings 2026-02-07 16:51:12 +00:00
Riya
94dd8e439d test(e2e): add Cypress scaffold + CI job 2026-02-07 16:01:13 +00:00
Mateo (OpenClaw)
1d140d30c5 ci: add minimal frontend tests, backend coverage tooling, and fix mypy 2026-02-07 09:37:08 +00:00
Abhimanyu Saharan
bc6345978d feat: add remark-breaks package for improved markdown line break handling 2026-02-06 20:28:52 +05:30
Abhimanyu Saharan
eeec029ab4 feat: add remark-gfm for enhanced markdown support and implement custom table components 2026-02-06 19:48:11 +05:30
Abhimanyu Saharan
5e342e6906 feat(tasks): Enhance task streaming and comment validation with markdown support 2026-02-05 03:05:14 +05:30
Abhimanyu Saharan
8a41ba3f77 feat(metrics): Implement dashboard metrics API and integrate metrics chart components 2026-02-04 20:49:25 +05:30
Abhimanyu Saharan
c3357f92d9 feat(agents): Add identity and soul template fields to board creation 2026-02-04 20:21:33 +05:30
Abhimanyu Saharan
1abc8f68f3 feat: add boards and tasks management endpoints 2026-02-04 02:28:51 +05:30
Abhimanyu Saharan
87d454852c Add Tailwind + shadcn UI primitives; add React Query + Orval client 2026-02-01 23:26:21 +05:30
Abhimanyu Saharan
01c8a64a6d Add LAN-friendly dev scripts and env examples 2026-02-01 22:31:42 +05:30
Abhimanyu Saharan
8b6e8c8d07 Scaffold Next.js + FastAPI + Postgres tasks board (no auth) 2026-02-01 22:25:28 +05:30