Skip to content

Commit 0b5d7bb

Browse files
committed
chore: remove demo references after extraction to private repo
1 parent e428077 commit 0b5d7bb

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"typescript/no-non-null-asserted-optional-chain": "error",
1919
"unicorn/throw-new-error": "warn"
2020
},
21-
"ignorePatterns": ["tests/", "demo/"]
21+
"ignorePatterns": ["tests/"]
2222
}

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ Commits must follow [Conventional Commits](https://www.conventionalcommits.org/)
9494
- Keyboard state preserved: capture `isKeyboardOpen()` before action, use `conditionalFocus()` after
9595
- Tests use happy-dom for DOM environment (e2e/CLI tests use node environment)
9696
- Agent skill: `.agents/skills/remobi-setup/SKILL.md` provides AI agents with onboarding and config guidance. When config shape, CLI commands, action types, or validation rules change, update the skill to stay in sync.
97-
- When working on `demo/` code, see `demo/CLAUDE.md` for Remotion-specific conventions.

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
}
4747
],
4848
"files": {
49-
"ignore": ["dist/", "node_modules/", "demo/"]
49+
"ignore": ["dist/", "node_modules/"]
5050
}
5151
}

0 commit comments

Comments
 (0)