Commit Graph

  • 40dcf50f4b feat(skills): add metadata and branch fields to skill packs and marketplace skills Abhimanyu Saharan 2026-02-14 12:26:45 +05:30
  • 4fe8db9649 Harden non-lead task patch auth and add regression tests Abhimanyu Saharan 2026-02-14 06:03:35 +00:00
  • 5b9e81aa6d migrations: update down_revision for skills marketplace tables Abhimanyu Saharan 2026-02-14 11:34:15 +05:30
  • 2bcbf767e3 Merge branch 'master' into skills Abhimanyu Saharan 2026-02-14 11:33:12 +05:30
  • 42a41f64bc migrations: update down_revision for activity_events event_type index Abhimanyu Saharan 2026-02-14 11:30:49 +05:30
  • dcdbbb7e5c fix(skills): re-validate pack URL before git clone Abhimanyu Saharan 2026-02-13 23:21:47 +00:00
  • 7e48f1a9e0 fix(skills): sanitize git-derived branch names Abhimanyu Saharan 2026-02-13 23:00:46 +00:00
  • 5d03a522b9 fix(frontend): avoid effect deps on loadSkillsByGateway Abhimanyu Saharan 2026-02-13 22:57:49 +00:00
  • 84cf22e42b fix(skills): address Copilot review nits (safety + UI guards) Abhimanyu Saharan 2026-02-13 22:50:29 +00:00
  • 294457e76b test(skills): expand pack URL validation matrix Abhimanyu Saharan 2026-02-13 22:32:06 +00:00
  • cb3aff5bb0 docs(frontend): note N+1 gateway skills fetch Abhimanyu Saharan 2026-02-13 22:29:57 +00:00
  • 86b5306f9d fix(skills): default empty git branch to main Abhimanyu Saharan 2026-02-13 22:28:48 +00:00
  • 501ed88faf migrations: merge heads after skills marketplace Abhimanyu Saharan 2026-02-13 22:25:23 +00:00
  • e0f05ff4c6 fix(skills): validate pack source URLs + git clone timeouts Abhimanyu Saharan 2026-02-13 22:13:04 +00:00
  • 10748f71a8 feat: add skill packs management with support for category, risk, and source fields Abhimanyu Saharan 2026-02-14 03:30:13 +05:30
  • da6cc2544b feat: implement cascading delete for gateway and associated installed skills Abhimanyu Saharan 2026-02-14 03:04:49 +05:30
  • 577c0d2839 feat: add installed gateway management to skills table with dynamic updates Abhimanyu Saharan 2026-02-14 02:21:50 +05:30
  • a7e1e5cbf4 feat: add skill pack management features including creation, editing, and syncing Abhimanyu Saharan 2026-02-14 02:05:11 +05:30
  • 88565f4d69 feat: add conditional creation of skills marketplace and gateway installed skills tables with index checks Abhimanyu Saharan 2026-02-13 23:39:32 +05:30
  • e7b5df0bce feat: implement skills marketplace API with CRUD operations and gateway integration Abhimanyu Saharan 2026-02-13 23:11:54 +05:30
  • db510a8612 Merge pull request #127 from abhi1693/fix/merge-alembic-heads-2766f27 Abhimanyu Saharan 2026-02-14 03:21:27 +05:30
  • 24eaa5df54 migrations: merge alembic heads (installer CI unblock) Abhimanyu Saharan 2026-02-13 21:43:08 +00:00
  • 2766f271f0 Merge pull request #113 from abhi1693/perf/activity-events-eventtype-createdat Abhimanyu Saharan 2026-02-14 02:55:37 +05:30
  • a3ef1c1c07 Merge pull request #126 from abhi1693/fix/blocked-transition-409 Abhimanyu Saharan 2026-02-14 02:12:32 +05:30
  • 5ccdfc7a60 test: adapt blocked lead transition tests to custom_field_values Abhimanyu Saharan 2026-02-13 20:20:02 +00:00
  • bf4ccc8a81 ci: rerun checks Abhimanyu Saharan 2026-02-13 20:16:05 +00:00
  • f19f3106e3 chore(tests): fix lint (remove unused import) Abhimanyu Saharan 2026-02-13 20:15:16 +00:00
  • 8c10cef90f fix(backend): reject lead updates on blocked tasks (409) Abhimanyu Saharan 2026-02-13 20:10:35 +00:00
  • 52f0ca79e0 feat: add conditional execution for migration integrity gate on pull requests Abhimanyu Saharan 2026-02-14 00:28:48 +05:30
  • e0aef61fb5 Merge pull request #125 from abhi1693/installer Abhimanyu Saharan 2026-02-14 00:20:17 +05:30
  • c772063280 Merge branch 'master' into installer Abhimanyu Saharan 2026-02-14 00:20:07 +05:30
  • 07a86d4604 feat: enhance task update validation for board leads with detailed error messages Abhimanyu Saharan 2026-02-14 00:08:44 +05:30
  • 68b6029ac3 feat: add GATEWAY_OPERATOR_SCOPES and update connection parameters for operator role Abhimanyu Saharan 2026-02-13 23:37:10 +05:30
  • 7b16b49218 feat: enhance user display name resolution and update related components Abhimanyu Saharan 2026-02-13 22:37:08 +05:30
  • 35a9471eb6 ci: restore push trigger to master only Abhimanyu Saharan 2026-02-13 16:55:12 +00:00
  • 552dbe0cd9 installer: move logs to XDG state dir Abhimanyu Saharan 2026-02-13 16:53:35 +00:00
  • 30c337d733 installer: remove unused id_like variable Abhimanyu Saharan 2026-02-13 16:52:25 +00:00
  • 80c4390dec installer: validate required flag values in parse_args Abhimanyu Saharan 2026-02-13 16:49:42 +00:00
  • 22a51cccfb docs: add curl|bash one-liner for install.sh Abhimanyu Saharan 2026-02-13 16:40:13 +00:00
  • c42e8484f8 refactor: remove redundant custom fields button for non-admin users Abhimanyu Saharan 2026-02-13 22:07:17 +05:30
  • 619f77286f feat: add task detail URL handling and utility functions for taskId management Abhimanyu Saharan 2026-02-13 22:06:37 +05:30
  • 372b4e191c feat: implement custom field form and utility functions for managing custom fields Abhimanyu Saharan 2026-02-13 22:01:18 +05:30
  • b98d6e2f83 feat: add lead_reasoning field to ApprovalCreate and update validation logic Abhimanyu Saharan 2026-02-13 21:34:08 +05:30
  • aea69f5118 refactor: improve code formatting and readability in page.tsx Abhimanyu Saharan 2026-02-13 21:30:29 +05:30
  • a409358a9a installer: portability scaffold for non-debian distros Abhimanyu Saharan 2026-02-13 21:29:44 +05:30
  • 277bfcb33a feat: add custom-fields Abhimanyu Saharan 2026-02-13 21:24:36 +05:30
  • be11110620 installer: prefer /usr/bin/node after NodeSource install Abhimanyu Saharan 2026-02-13 14:15:40 +00:00
  • 01fc50a1d2 installer: require Node.js >= 22 Abhimanyu Saharan 2026-02-13 14:07:17 +00:00
  • b032e94ca1 feat: integrate Markdown component for rendering webhook description Abhimanyu Saharan 2026-02-13 17:14:55 +05:30
  • 3a15a2759e migrations: merge heads after board lead rule Abhimanyu Saharan 2026-02-13 11:02:37 +00:00
  • 7cee3a6084 Merge remote-tracking branch 'origin/master' into perf/activity-events-eventtype-createdat Abhimanyu Saharan 2026-02-13 11:01:56 +00:00
  • aa121474c6 migrations: merge heads after activity_events index Abhimanyu Saharan 2026-02-13 10:57:53 +00:00
  • 9a5964a31c refactor: reorganize import statements and improve code formatting across multiple files Abhimanyu Saharan 2026-02-13 16:22:00 +05:30
  • ebb9c659d2 feat: add lead-only status change rule for boards and update related logic Abhimanyu Saharan 2026-02-13 16:21:54 +05:30
  • de47174a2c Merge branch 'master' into perf/activity-events-eventtype-createdat Abhimanyu Saharan 2026-02-13 16:18:43 +05:30
  • 366f5231ab ci: migration integrity gate Abhimanyu Saharan 2026-02-13 16:18:17 +05:30
  • 59bdf03d05 refactor: improve code formatting and readability in page.tsx Abhimanyu Saharan 2026-02-13 16:05:04 +05:30
  • 92c079410e feat: enhance DependencyBanner to support resolved dependencies and update display logic Abhimanyu Saharan 2026-02-13 15:57:27 +05:30
  • 99da468124 fix(ci): make migration graph checker mypy-clean Abhimanyu Saharan 2026-02-13 10:06:24 +00:00
  • efa3587e77 feat: add DependencyBanner component and refactor dependency display logic in task view Abhimanyu Saharan 2026-02-13 15:35:21 +05:30
  • c84d79e084 fix(ci): remove unused import in migration graph checker Abhimanyu Saharan 2026-02-13 09:49:42 +00:00
  • bfd7d5b992 feat: add status_requested field to task updates and implement related logic in task approval process Abhimanyu Saharan 2026-02-13 15:18:56 +05:30
  • 645e620ae9 installer: scaffold package manager abstraction and support matrix Abhimanyu Saharan 2026-02-13 09:40:54 +00:00
  • 9eb881c9ba Merge branch 'master' into ci/migration-integrity-gate Abhimanyu Saharan 2026-02-13 15:10:06 +05:30
  • c7872c40c0 Merge branch 'master' into perf/activity-events-eventtype-createdat Abhimanyu Saharan 2026-02-13 15:07:15 +05:30
  • 6e8069fc2a chore: remove manual CI trigger for master branch in workflow configuration Abhimanyu Saharan 2026-02-13 14:45:15 +05:30
  • 8750335281 feat: add installer script and CI configuration for deployment modes Abhimanyu Saharan 2026-02-13 14:41:27 +05:30
  • 426326e2af ci(migrations): enforce graph + reversible cycle checks; fix FK downgrade naming Abhimanyu Saharan 2026-02-13 09:05:21 +00:00
  • 3ca6b150b7 docs: update AGENTS.md, HEARTBEAT_LEAD.md, MAIN_AGENTS.md, and MAIN_TOOLS.md for clarity and removal of redundant skill discovery instructions Abhimanyu Saharan 2026-02-13 03:06:30 +05:30
  • 303ce769a1 feat: improve agent deletion handling by ignoring missing gateway agents Abhimanyu Saharan 2026-02-13 02:37:57 +05:30
  • 8db9f25db2 feat: add tag assignment deletion and improve agent error handling in provisioning Abhimanyu Saharan 2026-02-13 02:35:52 +05:30
  • 4b1336534e refactor: enhance code comments for clarity and maintainability across multiple files Abhimanyu Saharan 2026-02-13 02:35:32 +05:30
  • 8cced3a034 docs: update AGENTS.md for improved clarity and structure Abhimanyu Saharan 2026-02-13 02:12:00 +05:30
  • a3148baca9 feat: enhance agent and board APIs with role-based tags and improved documentation Abhimanyu Saharan 2026-02-13 02:08:30 +05:30
  • df12116673 test(e2e): accept enriched task title or fallback in activity feed Abhimanyu Saharan 2026-02-12 20:38:24 +00:00
  • 0fb393c5ec test: cover validation wrapper success paths for coverage gate Abhimanyu Saharan 2026-02-12 20:30:54 +00:00
  • e60734f3e7 ci: add migration integrity gate for migration-relevant changes Abhimanyu Saharan 2026-02-12 20:04:38 +00:00
  • 5695c0003d Merge pull request #118 from abhi1693/test/core-version-constants Abhimanyu Saharan 2026-02-13 00:54:54 +05:30
  • 554d6256c8 docs: update README for clarity and improved structure Abhimanyu Saharan 2026-02-13 00:41:32 +05:30
  • 2e4739300c feat: add board webhook configuration and payload models Abhimanyu Saharan 2026-02-13 00:31:32 +05:30
  • c4d49d6a42 test(core): add unit tests for version constants Abhimanyu Saharan 2026-02-12 18:34:18 +00:00
  • afc8de3c24 Merge pull request #112 from abhi1693/docs/backend-templates-readme Abhimanyu Saharan 2026-02-13 00:02:51 +05:30
  • 88a96bfb49 docs(templates): rewrite README to product-doc format Abhimanyu Saharan 2026-02-12 18:18:25 +00:00
  • ab01cf60c0 docs(templates): fix markdown trailing newline lint Abhimanyu Saharan 2026-02-12 18:03:07 +00:00
  • db0870e994 docs(templates): document backend/templates usage + variables Abhimanyu Saharan 2026-02-12 09:49:54 +00:00
  • 5a3c8903ef Merge pull request #104 from abhi1693/mobile/tasks-board-list-views Abhimanyu Saharan 2026-02-12 23:23:43 +05:30
  • 3b6e2d98d3 feat(frontend): stack TaskBoard columns on mobile Abhimanyu Saharan 2026-02-12 08:00:21 +00:00
  • 855885afaf feat: add board rule toggles for approval and review requirements Abhimanyu Saharan 2026-02-12 23:05:33 +05:30
  • 8ff75f4c56 Merge pull request #114 from abhi1693/fix/mypy-approval-task-links-uuid Abhimanyu Saharan 2026-02-12 22:41:31 +05:30
  • 6cb5702a2b feat: enhance task management with due date handling and mention support Abhimanyu Saharan 2026-02-12 21:46:22 +05:30
  • 51716bc4e2 test: cover request/response validation handlers for 100% coverage Abhimanyu Saharan 2026-02-12 15:37:40 +00:00
  • 8e5fcd9243 feat(markdown): add mention rendering support in Markdown components Abhimanyu Saharan 2026-02-12 20:18:15 +05:30
  • abfa25e464 Merge pull request #109 from abhi1693/ci/docs-quality-gates Abhimanyu Saharan 2026-02-12 20:17:07 +05:30
  • a51446113b docs: fix extra blank line for markdownlint (MD012) Abhimanyu Saharan 2026-02-12 14:14:29 +00:00
  • d6db63480e CI: add markdownlint + docs-check wrapper; extend link check scope Abhimanyu Saharan 2026-02-12 13:19:37 +00:00
  • 879b50199f ci(docs): scope link check to docs/ only (avoid legacy README links) Abhimanyu Saharan 2026-02-12 09:05:48 +00:00
  • d830918fd1 ci(docs): add markdown relative link check gate Abhimanyu Saharan 2026-02-12 08:17:59 +00:00
  • f329bc167a test(e2e): stub /activity bootstrap so activityList request fires Abhimanyu Saharan 2026-02-12 14:42:25 +00:00
  • 8e72b7e0bc feat(error_handling): improve error payload serialization for JSON compatibility Abhimanyu Saharan 2026-02-12 20:10:30 +05:30
  • 032b77afb8 feat(approvals): enhance approval model with task titles and confidence as float Abhimanyu Saharan 2026-02-12 19:57:04 +05:30