Skip to content

Commit 50e4785

Browse files
authored
Merge pull request #78 from shinpr/chore/version-bump-1.0.2
chore: bump version to 1.7.10 and add Agentic Code comparison
2 parents eac012d + f76d192 commit 50e4785

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
11. [多言語対応](#-多言語対応)
2828
12. [よくある質問](#-よくある質問)
2929

30+
> **どちらを使うべき?**
31+
> - **このボイラープレート**を使う → **Claude Code****TypeScript**アプリを**サブエージェント**環境で開発したい場合
32+
> - **[Agentic Code](https://github.com/shinpr/agentic-code)**を使う → **設定不要****どんなツール**でも**プログラミング言語の指定なく**開発したい場合(Codex CLI/Cursor/Aider等)
33+
3034
## ⚡ クイックスタート(3ステップ)
3135

3236
```bash

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**This boilerplate is for developers who want to:**
1212
- Build **production-ready TypeScript projects** faster with AI
13-
- Avoid **context exhaustion** in long AI coding sessions
13+
- Avoid **context exhaustion** in long AI coding sessions
1414
- Standardize team workflows with **specialized AI agents**
1515

1616
## 📖 Table of Contents
@@ -27,6 +27,10 @@
2727
11. [Multilingual Support](#-multilingual-support)
2828
12. [FAQ](#-faq)
2929

30+
> **Which should you use?**
31+
> - **Use this Boilerplate** if you're on **Claude Code** and building **TypeScript** apps with a rich **sub-agent** setup.
32+
> - **Use [Agentic Code](https://github.com/shinpr/agentic-code)** if you want **zero-config**, **tool-agnostic** workflows **without language restrictions** (Codex CLI/Cursor/Aider etc.).
33+
3034
## ⚡ Quick Start (3 Steps)
3135

3236
```bash

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-coding-project-boilerplate",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
44
"description": "TypeScript project boilerplate optimized for Claude Code development with comprehensive development rules, architecture patterns, and quality assurance tools",
55
"main": "dist/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)