Skip to content

Commit 89fc77a

Browse files
baozhoutaoclaude
andcommitted
ci(release): bump downstream-smoke HOTCRM_REF to v2.1.0 (agent visibility removal)
hotcrm v2.0.0 still authors the agent `visibility` field that #3216 removed from the spec (ADR-0056 D8), so the pre-publish downstream smoke has been red and the release train is stalled. Point the gate at hotcrm v2.1.0, which drops the field. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 5c31684 commit 89fc77a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
# The deterministic in-repo floor is @objectstack/downstream-contract;
7474
# this is the live ceiling.
7575
env:
76-
# v2.0.0: hotcrm adopted the ADR-0090 Permission Model v2 vocabulary
77-
# (role→position recipients, profiles removed, explicit OWD —
78-
# hotcrm#438), closing the launch-window advisory period from #2719.
76+
# v2.1.0: hotcrm upgraded to ObjectStack 14.7 (hotcrm#448) and
77+
# dropped the agent `visibility` field that spec 15 removes as
78+
# unenforced surface (ADR-0056 D8, #3216).
7979
# Bump this ref whenever a deliberate spec surface removal ships a
8080
# matching hotcrm release.
81-
HOTCRM_REF: v2.0.0
81+
HOTCRM_REF: v2.1.0
8282
run: bash scripts/downstream-smoke.sh
8383

8484
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)