6bfc5b3a3c
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
- Pure Nim wire protocol client (async + sync, no C FFI) - Query Builder: fluent API, SQL generator, execution, transactions - Schema Builder: create/alter/drop tables, column operations - Connection pool with aging and timeout handling - ORM integration via compile-time DB_BARADB switch - Tests: test_open, test_query - Documentation: README.md, PLAN_BARADB.md
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
現在のブランチ名と一致するファイル名のファイルが、リポジトリのルートから見て `.cursor/rules/branch/` 配下にあった場合は、それを読み込んでください。
|
|
各ブランチルールは、ブランチで行うべき開発内容、タスクを小さい粒度で分けた進捗、参考資料の一覧を含みます。
|
|
ブランチルールファイルの拡張子は `.mdc` です。
|
|
エージェントは開発の進度に従って進捗を適時記録してください。
|
|
実装する中で `調査結果・設計まとめ` に間違いがあると判明した場合は、その都度、より正しいと考えられる設計方針を書き込んでください。
|
|
|
|
以下はブランチルールの雛形です
|
|
|
|
```
|
|
---
|
|
description: {ブランチ名}ブランチでの開発時に読み込む
|
|
alwaysApply: false
|
|
---
|
|
{ブランチルール名}
|
|
===
|
|
|
|
このブランチで実装することは以下の通りです。
|
|
-
|
|
|
|
## 進捗
|
|
- [ ]
|
|
|
|
## 参考資料
|
|
-
|
|
|
|
## 調査結果・設計まとめ
|
|
```
|
|
|