From c90aeca69018134f7b97b272e7d0ab8251fca045 Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 14 Jan 2026 17:30:29 -0700 Subject: [PATCH 1/7] Fix CLA signatures file format Replace Markdown with JSON array - CLA Assistant action expects JSON format for storing signatures. Co-Authored-By: Claude Opus 4.5 --- CLA/version_1/CLA_SIGNATORIES.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md index 12f2c5e1..fe51488c 100644 --- a/CLA/version_1/CLA_SIGNATORIES.md +++ b/CLA/version_1/CLA_SIGNATORIES.md @@ -1,25 +1 @@ -# CLA Signatories - -This file tracks individual contributors who have signed the Contributor License Agreement (CLA) for the DeepWork project. - -## Individual Contributors - -| GitHub Username | Date Signed | Signature Method | -|-----------------|-------------|------------------| -| | | | - ---- - -## How to Sign - -When you submit your first pull request, the CLA Assistant bot will guide you through signing the CLA electronically by commenting on your PR. - ---- - -## Corporate Contributors - -Organizations that have signed the Corporate CLA are tracked separately. If you are contributing on behalf of your employer, please ensure your organization has signed the Corporate CLA by contacting legal@unsupervised.com. - ---- - -For questions about the CLA, see [CLA.md](CLA.md) or contact legal@unsupervised.com. +[] From ee96abec4695638e3d01109337b7802e386d3d5c Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 14 Jan 2026 17:31:48 -0700 Subject: [PATCH 2/7] Fix CLA signatures JSON structure CLA Assistant expects { "signedContributors": [] } format, not a plain array. Co-Authored-By: Claude Opus 4.5 --- CLA/version_1/CLA_SIGNATORIES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md index fe51488c..6d978e7e 100644 --- a/CLA/version_1/CLA_SIGNATORIES.md +++ b/CLA/version_1/CLA_SIGNATORIES.md @@ -1 +1,3 @@ -[] +{ + "signedContributors": [] +} From f16d9006dc245e1e132f9bb3532aa01b55f1cbcd Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 14 Jan 2026 17:32:51 -0700 Subject: [PATCH 3/7] Remove manually created signatures file Per CLA Assistant docs: "You do not need to create this file manually. Our workflow will create the signature file if it does not already exist. Manually creating this file will cause the workflow to fail." Co-Authored-By: Claude Opus 4.5 --- CLA/version_1/CLA_SIGNATORIES.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 CLA/version_1/CLA_SIGNATORIES.md diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md deleted file mode 100644 index 6d978e7e..00000000 --- a/CLA/version_1/CLA_SIGNATORIES.md +++ /dev/null @@ -1,3 +0,0 @@ -{ - "signedContributors": [] -} From 1463faa70f47f76f278381f22bb3100709137a43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:33:23 +0000 Subject: [PATCH 4/7] Creating file for storing CLA Signatures --- CLA/version_1/CLA_SIGNATORIES.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CLA/version_1/CLA_SIGNATORIES.md diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md new file mode 100644 index 00000000..18d5487f --- /dev/null +++ b/CLA/version_1/CLA_SIGNATORIES.md @@ -0,0 +1,3 @@ +{ + "signedContributors": [] +} \ No newline at end of file From 8d1a14505dd62037f89042a65e692cada61b9597 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:57:27 +0000 Subject: [PATCH 5/7] @nhorton has signed the CLA in Unsupervisedcom/deepwork#27 --- CLA/version_1/CLA_SIGNATORIES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md index 18d5487f..20672347 100644 --- a/CLA/version_1/CLA_SIGNATORIES.md +++ b/CLA/version_1/CLA_SIGNATORIES.md @@ -1,3 +1,12 @@ { - "signedContributors": [] + "signedContributors": [ + { + "name": "nhorton", + "id": 204146, + "comment_id": 3752380523, + "created_at": "2026-01-15T00:57:16Z", + "repoId": 1132406094, + "pullRequestNo": 27 + } + ] } \ No newline at end of file From 9565e3ba7b368c3ad3bcff2b7bb984850ef46c70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:27:57 +0000 Subject: [PATCH 6/7] @tylerwillis has signed the CLA in Unsupervisedcom/deepwork#31 --- CLA/version_1/CLA_SIGNATORIES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLA/version_1/CLA_SIGNATORIES.md b/CLA/version_1/CLA_SIGNATORIES.md index 20672347..61038a69 100644 --- a/CLA/version_1/CLA_SIGNATORIES.md +++ b/CLA/version_1/CLA_SIGNATORIES.md @@ -7,6 +7,14 @@ "created_at": "2026-01-15T00:57:16Z", "repoId": 1132406094, "pullRequestNo": 27 + }, + { + "name": "tylerwillis", + "id": 50716, + "comment_id": 3753520846, + "created_at": "2026-01-15T08:27:44Z", + "repoId": 1132406094, + "pullRequestNo": 31 } ] } \ No newline at end of file From 7234b88fc5140928e5a9f174a2dbdae26a19db7a Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 23:14:02 +0000 Subject: [PATCH 7/7] Fix CI workflow to run on all PRs Remove the `branches: ["*"]` filter from the pull_request trigger. The glob pattern `*` doesn't match `/`, so PRs targeting branches with slashes (like feature/...) were not triggering the workflow. By removing the filter, the workflow now runs on all PRs regardless of target branch, while still not running on post-merge to main (since there's no push trigger). --- .github/workflows/validate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ac8cadd3..ce6c978d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -2,7 +2,6 @@ name: Validate on: pull_request: - branches: ["*"] jobs: tests: