ai-doc-sync
v1.0.2
Published
Tool to synchronize AI documentation to Cursor rules, Cline rules and Devin knowledge base
Maintainers
Readme
AI Document Synchronizer
AIドキュメントをCursor Rules、Cline Rules、Devinナレッジベースに同期するためのツール。
English: A tool to synchronize AI documentation to Cursor rules, Cline rules and Devin knowledge base.
インストール / Installation
npm install ai-doc-syncまたは、グローバルにインストール:
npm install -g ai-doc-sync使い方 / Usage
コマンドライン / Command Line
# プロジェクトルートディレクトリで実行
npx ai-doc-sync sync
# または、インストール済みの場合
ai-doc-sync syncnpm scriptとして / As npm script
package.jsonに以下を追加:
{
"scripts": {
"sync-document": "ai-doc-sync sync"
}
}そして実行:
npm run sync-document設定 / Configuration
.ai-syncrcファイルをプロジェクトルートに作成:
{
"aiDocumentPath": ".ai-document",
"cursorRulesPath": ".cursor/rules",
"clineRulesPath": ".cline/rules",
"devinApiToken": "your_token_here"
}または、環境変数を設定:
DEVIN_API_TOKEN=your_token_here機能 / Features
.ai-documentディレクトリ内のMarkdownファイルを自動検出- Cursor IDEルールへの変換
- Cline IDEルールへの変換
- Devin知識ベースへの登録
- 柔軟な設定オプション
ライセンス / License
MIT
