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 README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
11. [多言語対応](#-多言語対応)
12. [よくある質問](#-よくある質問)

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

## ⚡ クイックスタート(3ステップ)

```bash
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

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

> **Which should you use?**
> - **Use this Boilerplate** if you're on **Claude Code** and building **TypeScript** apps with a rich **sub-agent** setup.
> - **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.).

## ⚡ Quick Start (3 Steps)

```bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-coding-project-boilerplate",
"version": "1.7.9",
"version": "1.7.10",
"description": "TypeScript project boilerplate optimized for Claude Code development with comprehensive development rules, architecture patterns, and quality assurance tools",
"main": "dist/index.js",
"keywords": [
Expand Down