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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ coverage/

# Please memory
.please/memory/tasklist.json

# Reference repositories (local checkout only)
ref/*
!ref/README.md
21 changes: 0 additions & 21 deletions .gitmodules

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"build:npm": "bun run scripts/generate-packages.ts",
"publish:npm": "bun run build:npm && for dir in npm/code-*; do (cd \"$dir\" && bun publish --access public --tolerate-republish); done && cd npm/code && bun publish --access public --tolerate-republish",
"prepare": "husky",
"build:docs": "turbo run build --filter=@pleaseai/code-please-docs-site..."
"build:docs": "turbo run build --filter=@pleaseai/code-please-docs-site...",
"ref:clone": "git clone https://github.com/oraios/serena ref/serena && (cd ref/serena && git checkout 192510e1fa0bb171d5aaf094ab32496b2d7bae3f) && git clone https://github.com/JetBrains/mcp-server-plugin ref/mcp-server-plugin && (cd ref/mcp-server-plugin && git checkout b614766ebcfdd46d495a741799bc68df5d08644c) && git clone https://github.com/sst/opencode ref/opencode && (cd ref/opencode && git checkout be8116e2ea3aed66c9d63e0cac2af47bd3e91be5) && git clone https://github.com/microsoft/multilspy ref/multilspy && (cd ref/multilspy && git checkout ee0f6dcd1c0f4c5471d8078580343203b0c73fa7) && git clone https://github.com/code-yeongyu/oh-my-opencode ref/oh-my-opencode && (cd ref/oh-my-opencode && git checkout c37d41edb2f221dbda6a0a2254d782f1f6e3fbeb) && git clone https://github.com/pleaseai/docs ref/docs-please && (cd ref/docs-please && git checkout 119cf8284b493d1a07aeb09d8d559bfba8a19299) && git clone https://github.com/NeoLabHQ/context-engineering-kit ref/context-engineering-kit && (cd ref/context-engineering-kit && git checkout 49be11a06d5e2a8c31e924ef55a771d9229fbca2)"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
Expand Down
25 changes: 25 additions & 0 deletions ref/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Reference Repositories

참조용 외부 저장소 목록. 이 디렉토리의 저장소들은 git에서 추적되지 않습니다.

## Repositories

| Name | Repository | Commit | Description |
|------|------------|--------|-------------|
| serena | https://github.com/oraios/serena | 192510e1fa0bb171d5aaf094ab32496b2d7bae3f | JetBrains IDE plugin for AI coding assistants |
| mcp-server-plugin | https://github.com/JetBrains/mcp-server-plugin | b614766ebcfdd46d495a741799bc68df5d08644c | JetBrains MCP server plugin |
| opencode | https://github.com/sst/opencode | be8116e2ea3aed66c9d63e0cac2af47bd3e91be5 | Terminal-based AI coding assistant |
| multilspy | https://github.com/microsoft/multilspy | ee0f6dcd1c0f4c5471d8078580343203b0c73fa7 | Multi-language LSP client library |
| oh-my-opencode | https://github.com/code-yeongyu/oh-my-opencode | c37d41edb2f221dbda6a0a2254d782f1f6e3fbeb | OpenCode configuration framework |
| docs-please | https://github.com/pleaseai/docs | 119cf8284b493d1a07aeb09d8d559bfba8a19299 | Please AI documentation |
| context-engineering-kit | https://github.com/NeoLabHQ/context-engineering-kit | 49be11a06d5e2a8c31e924ef55a771d9229fbca2 | Context engineering toolkit |

## Usage

```bash
# Clone a repository
git clone <repository-url> ref/<name>

# Example
git clone https://github.com/oraios/serena ref/serena
```
1 change: 0 additions & 1 deletion ref/docs-please
Submodule docs-please deleted from 119cf8
1 change: 0 additions & 1 deletion ref/mcp-server-plugin
Submodule mcp-server-plugin deleted from b61476
1 change: 0 additions & 1 deletion ref/multispy
Submodule multispy deleted from ee0f6d
1 change: 0 additions & 1 deletion ref/oh-my-opencode
Submodule oh-my-opencode deleted from c37d41
1 change: 0 additions & 1 deletion ref/opencode
Submodule opencode deleted from be8116
1 change: 0 additions & 1 deletion ref/serena
Submodule serena deleted from 192510