Skip to content

Commit a495ab4

Browse files
committed
docs: cleanup guidelines
1 parent 6ae362d commit a495ab4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

guidelines/01-repository.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
[Design → Universal behavioural requirements](02-design.md#universal-behavioural-requirements).
1616
- Connectors and `executeJs` calls run in `attach`, not the constructor — see
1717
[Composition](07-composition.md).
18-
- Read `.claude/skills/signal-rules/SKILL.md` before writing `bind*` methods.
1918

2019
## Module structure
2120

guidelines/03-component-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public class Example extends Component
4444
## Constructors — progressive disclosure
4545

4646
Cover the common combinations with overloads (empty / text / icon / value /
47-
signal / listener and their combinations). Button has 11. Add a `Signal<…>`
48-
variant beside each value parameter:
47+
signal / listener and their combinations). Add a `Signal<…>` variant beside each
48+
value parameter:
4949

5050
```java
5151
public Button() {}

0 commit comments

Comments
 (0)