Commit Graph
55 Commits
Author SHA1 Message Date
Abhimanyu Saharan 552dbe0cd9 installer: move logs to XDG state dir 2026-02-13 16:53:35 +00:00
Abhimanyu Saharan 30c337d733 installer: remove unused id_like variable 2026-02-13 16:52:25 +00:00
Abhimanyu Saharan 80c4390dec installer: validate required flag values in parse_args 2026-02-13 16:49:42 +00:00
Abhimanyu Saharan 22a51cccfb docs: add curl|bash one-liner for install.sh 2026-02-13 16:40:13 +00:00
Abhimanyu Saharan be11110620 installer: prefer /usr/bin/node after NodeSource install 2026-02-13 14:15:40 +00:00
Abhimanyu Saharan 01fc50a1d2 installer: require Node.js >= 22 2026-02-13 14:07:17 +00:00
Abhimanyu Saharan 645e620ae9 installer: scaffold package manager abstraction and support matrix 2026-02-13 09:40:54 +00:00
Abhimanyu Saharan c4d49d6a42 test(core): add unit tests for version constants 2026-02-12 18:34:18 +00:00
Abhimanyu Saharan 88a96bfb49 docs(templates): rewrite README to product-doc format 2026-02-12 18:18:25 +00:00
Abhimanyu Saharan ab01cf60c0 docs(templates): fix markdown trailing newline lint 2026-02-12 18:03:07 +00:00
Abhimanyu Saharan db0870e994 docs(templates): document backend/templates usage + variables 2026-02-12 17:59:32 +00:00
Abhimanyu Saharan 3b6e2d98d3 feat(frontend): stack TaskBoard columns on mobile
Mobile-first layout for TaskBoard: stack Inbox/In Progress/Review/Done vertically to avoid horizontal scroll, while retaining the horizontal kanban layout on larger screens. Includes component tests and frontend README notes for mobile validation.
2026-02-12 17:38:24 +00:00
Abhimanyu Saharan a51446113b docs: fix extra blank line for markdownlint (MD012) 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan d6db63480e CI: add markdownlint + docs-check wrapper; extend link check scope 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan 879b50199f ci(docs): scope link check to docs/ only (avoid legacy README links) 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan d830918fd1 ci(docs): add markdown relative link check gate 2026-02-12 14:44:43 +00:00
Abhimanyu Saharan 25d25ba796 docs: add backend/templates README 2026-02-12 14:13:46 +00:00
Abhimanyu Saharan dce2061491 fix(mypy): narrow legacy approval task_id before dict key 2026-02-12 14:13:46 +00:00
Abhimanyu Saharan 10f12bd4a0 test(e2e): assert signed-out redirect on /activity 2026-02-12 11:21:53 +00:00
Abhimanyu Saharan 7903dc129c test(e2e): stabilize activity feed + Clerk helper timeouts 2026-02-12 11:08:51 +00:00
Abhimanyu Saharan a887dd8893 test(backend): add negative auth/bootstrap cases 2026-02-12 09:08:55 +00:00
Abhimanyu Saharan f9bbd23812 test(backend): cover /auth/bootstrap route handler 2026-02-12 09:08:55 +00:00
Abhimanyu Saharan ec8d126301 meta: add PR template and branching hygiene guidance 2026-02-12 08:27:36 +00:00
Abhimanyu Saharan 88e401368a ci: dedupe Next.js cache step in e2e job 2026-02-12 08:27:34 +00:00
Abhimanyu Saharan d812353656 ci: cache Next.js build cache (.next/cache) 2026-02-12 08:27:34 +00:00
Abhimanyu Saharan e9e0d6960a docs(backend): clarify auth/error-handling via docstrings 2026-02-12 08:27:31 +00:00
Abhimanyu Saharan a97fbc1e1d perf(db): index board_memory lists and task comments 2026-02-12 08:13:40 +00:00
Abhimanyu Saharan d5f4762341 backend: add composite task listing indexes 2026-02-12 07:55:17 +00:00
Abhimanyu Saharan 11ff84bd43 test(backend): add xfail regression sketch for agent token lookup complexity 2026-02-11 23:42:08 +00:00
Abhimanyu Saharan 71c9e2d541 docs: add Star History section to README 2026-02-11 20:45:24 +00:00
Abhimanyu Saharan 3d78ef1a0f fix(activity): avoid Clerk hydration mismatch during initial render 2026-02-11 14:55:19 +00:00
Abhimanyu Saharan f50588b20a docs: resolve merge conflicts with master 2026-02-11 14:41:30 +00:00
Abhimanyu Saharan 0f48d201dd test(e2e): reduce Clerk sign-in flake in activity feed spec 2026-02-11 13:24:19 +00:00
Abhimanyu Saharan 54f10fac4f docs: rewrite core reader journey pages (NetBox-style) 2026-02-11 12:59:37 +00:00
Abhimanyu Saharan a84d7d6cab docs: link style guide from docs landing 2026-02-11 12:55:43 +00:00
Abhimanyu Saharan d7e8d41c65 docs: add documentation style guide 2026-02-11 12:55:22 +00:00
Abhimanyu Saharan a2a4159a51 docs(backend): add core module guide (config/auth/deps/logging/errors) 2026-02-11 12:50:06 +00:00
Abhimanyu Saharan cacb25abfa docs: add frontend API/auth module reference 2026-02-11 12:48:53 +00:00
Abhimanyu Saharan 32c9540d54 docs(api): add module-level index for backend/app/api layer 2026-02-11 12:48:18 +00:00
Abhimanyu Saharan 4c206fb97d docs: replace code-formatted doc paths with markdown links 2026-02-11 10:40:02 +00:00
Abhimanyu Saharan f523415fc8 docs: rename Non-goals to Out of scope 2026-02-11 10:36:45 +00:00
Abhimanyu Saharan 587f632b33 chore: update LICENSE copyright holder 2026-02-11 10:10:40 +00:00
Abhimanyu Saharan df2ef84b47 chore: add MIT LICENSE 2026-02-11 10:09:29 +00:00
Abhimanyu Saharan 93f52f9273 docs: clarify Clerk is required (remove optional wording) 2026-02-11 10:08:36 +00:00
Abhimanyu Saharan 89ad25b624 docs: add root CONTRIBUTING.md 2026-02-11 10:04:34 +00:00
Abhimanyu Saharan 4a34732e8d docs: rewrite root README with enterprise tone 2026-02-11 09:59:21 +00:00
Abhimanyu Saharan 5808aa8f59 docs: tone (remove first-pass phrasing) 2026-02-11 09:46:42 +00:00
Abhimanyu Saharan 8fbec579ea docs: tone pass (remove boilerplate evidence notes) 2026-02-11 09:46:17 +00:00
Abhimanyu Saharan 7be38140a1 docs: add missing context to overview/architecture/ops/troubleshooting 2026-02-11 09:45:29 +00:00
Abhimanyu Saharan 04c6822ea8 docs: add agent automation endpoint index 2026-02-11 09:02:48 +00:00
Abhimanyu Saharan 1839e2638c docs: tighten configuration reference (precedence + env var table) 2026-02-11 09:01:09 +00:00
Abhimanyu Saharan 89ff797626 docs: expand development workflow (CI parity + loops + commands) 2026-02-11 06:36:12 +00:00
Abhimanyu Saharan 3d394afd3c docs: expand API reference with route groups and key endpoints 2026-02-11 06:33:03 +00:00
Abhimanyu Saharan 73d2966332 docs: add deep-dive cross-links and trim duplication 2026-02-11 06:30:08 +00:00
Abhimanyu Saharan f1a8ef074d docs: add canonical IA landing + first-pass core pages 2026-02-11 06:15:54 +00:00