Skip to content

docs: Refine claude skills with respect to safe reentrancy#2362

Merged
huacnlee merged 2 commits into
longbridge:mainfrom
regexident:claude-skills/reentrancy
May 13, 2026
Merged

docs: Refine claude skills with respect to safe reentrancy#2362
huacnlee merged 2 commits into
longbridge:mainfrom
regexident:claude-skills/reentrancy

Conversation

@regexident

@regexident regexident commented May 12, 2026

Copy link
Copy Markdown
Contributor

Description

I'm finding that Claude keeps falling into the same trap when implementing custom components (such as #2319):

thread 'main' (…) panicked at …:
cannot update … while it is already being updated

The proposed skill changes aim to address these weaknesses.

Screenshot

n/a

Break Changes

n/a

How to Test

n/a

Checklist

  • I have read the CONTRIBUTING document and followed the guidelines.
  • Reviewed the changes in this PR and confirmed AI generated code (If any) is accurate.
  • Passed cargo run for story tests related to the changes.
  • Tested macOS, Windows and Linux platforms performance (if the change is platform-specific)

@huacnlee huacnlee changed the title Refine claude skills with respect to safe reentrancy docs: Refine claude skills with respect to safe reentrancy May 13, 2026
@huacnlee huacnlee merged commit 8825004 into longbridge:main May 13, 2026
3 checks passed
@huacnlee

Copy link
Copy Markdown
Member

Thanks

@regexident regexident deleted the claude-skills/reentrancy branch May 13, 2026 04:13
AzureZee pushed a commit to AzureZee/gpui-component that referenced this pull request May 16, 2026
…e#2362)

<!-- Closes #[issue number] -->

## Description

I'm finding that Claude keeps falling into the same trap when
implementing custom components (such as
longbridge#2319):

> thread 'main' (…) panicked at …:
> cannot update … while it is already being updated

The proposed skill changes aim to address these weaknesses.

## Screenshot

n/a

## Break Changes

n/a

## How to Test

n/a

## Checklist

- [x] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document and
followed the guidelines.
- [x] Reviewed the changes in this PR and confirmed AI generated code
(If any) is accurate.
- [x] Passed `cargo run` for story tests related to the changes.
- [x] Tested macOS, Windows and Linux platforms performance (if the
change is platform-specific)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants