Skip to content

Tags: artsy/positron

Tags

staging--2026-02-10--17-58-54

Toggle staging--2026-02-10--17-58-54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3287 from artsy/anandaroop/DIAM-247-vid-search

chore: remove temp migration script

staging

Toggle staging's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3287 from artsy/anandaroop/DIAM-247-vid-search

chore: remove temp migration script

production--2026-02-11--18-06-41

Toggle production--2026-02-11--18-06-41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3287 from artsy/anandaroop/DIAM-247-vid-search

chore: remove temp migration script

production

Toggle production's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3287 from artsy/anandaroop/DIAM-247-vid-search

chore: remove temp migration script

staging--2026-02-09--22-42-38

Toggle staging--2026-02-09--22-42-38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure video articles get indexed for search (#3285)

* fix: ensure video articles also get indexed

* tmp: script to reindex the missing video articles

I will revert this before merging

production--2026-02-09--23-03-42

Toggle production--2026-02-09--23-03-42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure video articles get indexed for search (#3285)

* fix: ensure video articles also get indexed

* tmp: script to reindex the missing video articles

I will revert this before merging

staging--2026-02-06--22-49-49

Toggle staging--2026-02-06--22-49-49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dep @artsy/reaction from 29.11.0 to v29.12.0 (#3284)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

staging--2026-02-06--17-47-35

Toggle staging--2026-02-06--17-47-35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add triggers to conventional commits check (#3281)

feat: add triggers to conventional commits check

production--2026-02-07--17-55-36

Toggle production--2026-02-07--17-55-36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dep @artsy/reaction from 29.11.0 to v29.12.0 (#3284)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

staging--2026-02-02--21-05-17

Toggle staging--2026-02-02--21-05-17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds agent skill for querying positron using natural language (…

…#FF) (#3278)

* feat: add project memory via claude /init

* feat: update permissions

Will allow readonly access to production Positron db

* feat: add skill for querying positron

* feat: provide a better article example

* feat: use wrapper script for mongo queries

* docs: additional references for associations

* docs: document the partner-publishing problem

* refactor: rename per Anthropic best practice

* fix: do not attempt to preserve terminal colors

Because this also allows Claude to capture other terminal escape codes
such as the one for modifying the terminal title, which might in turn
leak info about the mongo connection string (redacted, but still...)

* fix: deny Claude from editing wrapper script