Skip to content

Commit 1b41fab

Browse files
committed
fix: lint
1 parent acca85f commit 1b41fab

4 files changed

Lines changed: 19 additions & 24 deletions

File tree

.claude/AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "Keycloakify Agents & Skills"
3-
description: "Guide for available agents and skills in Keycloakify"
2+
name: 'Keycloakify Agents & Skills'
3+
description: 'Guide for available agents and skills in Keycloakify'
44
---
55

66
# Keycloakify Agents & Skills Guide
@@ -9,8 +9,8 @@ Specialized agents and skills to accelerate common development tasks. Type `/` i
99

1010
## ⚡ Quick Reference
1111

12-
| Command | Type | Use When |
13-
|---------|------|----------|
12+
| Command | Type | Use When |
13+
| ----------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------- |
1414
| `/grill-me` | Skill | Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. |
1515

1616
---

.claude/CLAUDE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class MyComponent extends ComponentReference {
5959
```
6060

6161
Key points:
62+
6263
- All components are **standalone** with `ChangeDetectionStrategy.OnPush`
6364
- They **extend `ComponentReference`** (a base class holding `doUseDefaultCss` and `classes`)
6465
- Context, i18n, and classes arrive via **DI tokens**, not `@Input()`
@@ -67,12 +68,12 @@ Key points:
6768

6869
### DI Tokens
6970

70-
| Token | Purpose |
71-
|---|---|
72-
| `KC_LOGIN_CONTEXT` / `KC_ACCOUNT_CONTEXT` | Typed Keycloak context for the current page |
73-
| `LOGIN_I18N` / `ACCOUNT_I18N` | Internationalization service |
74-
| `LOGIN_CLASSES` / `ACCOUNT_CLASSES` | CSS class overrides from the consumer |
75-
| `USE_DEFAULT_CSS` | Boolean — whether to apply keycloakify's default CSS |
71+
| Token | Purpose |
72+
| ----------------------------------------- | ---------------------------------------------------- |
73+
| `KC_LOGIN_CONTEXT` / `KC_ACCOUNT_CONTEXT` | Typed Keycloak context for the current page |
74+
| `LOGIN_I18N` / `ACCOUNT_I18N` | Internationalization service |
75+
| `LOGIN_CLASSES` / `ACCOUNT_CLASSES` | CSS class overrides from the consumer |
76+
| `USE_DEFAULT_CSS` | Boolean — whether to apply keycloakify's default CSS |
7677

7778
### Shared Utilities (`src/lib/`)
7879

@@ -96,5 +97,4 @@ Key points:
9697

9798
When analysis reveals multiple valid implementation approaches, always stop and present the options clearly before writing any code. Wait for explicit confirmation of which approach to take. Never pick one unilaterally.
9899

99-
100-
@AGENTS.md
100+
@AGENTS.md

.claude/settings.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
2-
"enabledMcpjsonServers": [],
3-
"enableAllProjectMcpServers": true,
4-
"permissions": {
5-
"allow": [
6-
"Bash(*)"
7-
],
8-
"deny": [
9-
"Edit(node_modules/**)",
10-
"Write(node_modules/**)"
11-
]
12-
}
2+
"enabledMcpjsonServers": [],
3+
"enableAllProjectMcpServers": true,
4+
"permissions": {
5+
"allow": ["Bash(*)"],
6+
"deny": ["Edit(node_modules/**)", "Write(node_modules/**)"]
7+
}
138
}

.claude/skills/grill-me/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Interview me relentlessly about every aspect of this plan until we reach a share
77

88
Ask the questions one at a time.
99

10-
If a question can be answered by exploring the codebase, explore the codebase instead.
10+
If a question can be answered by exploring the codebase, explore the codebase instead.

0 commit comments

Comments
 (0)