Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .cursor/skills/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Kida Cursor Skills

The directories here are project-owned guidance for people using Cursor to work
with Kida. They document Kida-specific template syntax, static-analysis
expectations, migration practices, and integrations with Bengal and Chirp.

Kida maintainers own these skills. Update the relevant `SKILL.md` whenever a
change makes its examples or guidance inaccurate, and review it against the
root `AGENTS.md` plus the closest scoped `AGENTS.md`. Repository-local Cursor
settings, caches, and other workspace state are intentionally ignored.

The root `context7.json` is also intentional project configuration: it
registers Kida's public Context7 documentation source and is not local agent
state.
15 changes: 0 additions & 15 deletions .dori/events/d17d7bd0.json

This file was deleted.

26 changes: 0 additions & 26 deletions .dori/local/logs/2026-02-06.jsonl

This file was deleted.

9 changes: 0 additions & 9 deletions .dori/local/logs/2026-02-07.jsonl

This file was deleted.

12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ coverage.lcov
*.swo
*~

# Cursor (project-owned skills are the only tracked Cursor assets)
.cursor/*
!.cursor/skills/
.cursor/skills/*
!.cursor/skills/README.md
!.cursor/skills/*/
.cursor/skills/*/*
!.cursor/skills/*/SKILL.md

# OS
.DS_Store
Thumbs.db
Expand All @@ -82,5 +91,8 @@ benchmarks/output/
.dori/local/
.dori/events/

# Generated audit reports
reports/type-baseline.md

# AMP (collected agent output is ephemeral)
.amp/collected/
111 changes: 0 additions & 111 deletions reports/type-baseline.md

This file was deleted.

Loading