Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
- salesforce
- pipedrive
- jira
- asana
- clickup
- intercom
- zendesk
default: "all"
version:
description: "Version bump type"
Expand Down Expand Up @@ -84,7 +88,7 @@ jobs:
# Keep this list in sync with the `package` input options above and
# the directories under packages/. See AGENTS.md → "Adding a new
# adapter package" for the checklist that gates new entries here.
echo "packages=core github gitlab teams slack linear notion hubspot salesforce pipedrive jira" >> "$GITHUB_OUTPUT"
echo "packages=core github gitlab teams slack linear notion hubspot salesforce pipedrive jira asana clickup intercom zendesk" >> "$GITHUB_OUTPUT"
else
echo "packages=${{ github.event.inputs.package }}" >> "$GITHUB_OUTPUT"
fi
Expand Down
44 changes: 44 additions & 0 deletions .trajectories/active/traj_829pqp6emgql.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,50 @@
"reasoning": "Existing adapter public APIs and tests depend on ID-only paths; optional title/name arguments let ingestion produce readable paths without breaking callers that only know IDs."
},
"significance": "high"
},
{
"ts": 1778168967407,
"type": "decision",
"content": "Address PR #40 comments in existing branch worktree: Address PR #40 comments in existing branch worktree",
"raw": {
"question": "Address PR #40 comments in existing branch worktree",
"chosen": "Address PR #40 comments in existing branch worktree",
"alternatives": [],
"reasoning": "PR branch feat/tier1-adapters-batch-2 is already checked out in relayfile-adapters-verify2; using that worktree avoids disturbing the main checkout's untracked docs file."
},
"significance": "high"
},
{
"ts": 1778169632657,
"type": "reflection",
"content": "Addressed PR #40 CodeRabbit feedback across Asana, ClickUp, Intercom, and Zendesk; focused package tests pass and typecheck is clean. Leaving new package version fields intact because they are newly introduced package manifests rather than feature-PR version bumps of existing packages.",
"raw": {
"focalPoints": [
"review-comments",
"validation",
"package-versions"
],
"confidence": 0.86
},
"significance": "high",
"tags": [
"focal:review-comments",
"focal:validation",
"focal:package-versions",
"confidence:0.86"
]
},
{
"ts": 1778169710670,
"type": "decision",
"content": "Pushed PR #40 review fixes: Pushed PR #40 review fixes",
"raw": {
"question": "Pushed PR #40 review fixes",
"chosen": "Pushed PR #40 review fixes",
"alternatives": [],
"reasoning": "Focused typecheck, tests, build, diff --check, and publish.yml adapter-list sanity checks passed before pushing commit 251f7c9."
},
"significance": "high"
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
]
}
Expand Down
4 changes: 2 additions & 2 deletions .trajectories/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"lastUpdated": "2026-05-04T12:01:14.230Z",
"lastUpdated": "2026-05-07T16:01:50.671Z",
"trajectories": {
"traj_829pqp6emgql": {
"title": "Implement docs/PATH_SLUGIFICATION_SPEC.md",
Expand All @@ -9,4 +9,4 @@
"path": "/Users/khaliqgant/Projects/AgentWorkforce/relayfile-adapters/.trajectories/active/traj_829pqp6emgql.json"
}
}
}
}
Loading
Loading