File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ fullstack-starter/
207207├── packages/
208208│ ├── design-tokens/ # Shared design tokens (Source of Truth)
209209│ └── i18n/ # Shared i18n package (Source of Truth)
210- ├── .agent /rules/ # AI agent guidelines
210+ ├── .agents /rules/ # AI agent guidelines
211211├── .serena/ # Serena MCP config
212212└── .github/workflows/ # CI/CD
213213```
@@ -466,16 +466,16 @@ bundle exec fastlane ios testflight_deploy # Deploy to TestFlight
466466
467467This template is designed to work with AI coding agents (Gemini, Claude, etc.).
468468
469- - ` .agent /rules/ ` - Guidelines for AI agents
469+ - ` .agents /rules/ ` - Guidelines for AI agents
470470- ` .serena/ ` - Serena MCP configuration
471471
472- > Try [ oh-my-ag ] ( https://github.com/first-fluke/oh-my-ag ) to maximize productivity with AI coding agents.
472+ > Try [ oh-my-agent ] ( https://github.com/first-fluke/oh-my-agent ) to maximize productivity with AI coding agents.
473473
474474## Documentation
475475
476- - [ Build Guide] ( .agent /rules/build-guide.md )
477- - [ Lint & Format Guide] ( .agent /rules/lint-format-guide.md )
478- - [ Test Guide] ( .agent /rules/test-guide.md )
476+ - [ Build Guide] ( .agents /rules/build-guide.md )
477+ - [ Lint & Format Guide] ( .agents /rules/lint-format-guide.md )
478+ - [ Test Guide] ( .agents /rules/test-guide.md )
479479
480480## License
481481
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ fullstack-starter/
207207├── packages/
208208│ ├── design-tokens/ # 共享设计令牌(单一数据源)
209209│ └── i18n/ # 共享 i18n 包(单一数据源)
210- ├── .agent /rules/ # AI 智能体指南
210+ ├── .agents /rules/ # AI 智能体指南
211211├── .serena/ # Serena MCP 配置
212212└── .github/workflows/ # CI/CD
213213```
@@ -466,16 +466,16 @@ bundle exec fastlane ios testflight_deploy # 部署到 TestFlight
466466
467467本模板专为与 AI 编程助手(Gemini、Claude 等)协作而设计。
468468
469- - ` .agent /rules/ ` - AI 智能体指南
469+ - ` .agents /rules/ ` - AI 智能体指南
470470- ` .serena/ ` - Serena MCP 配置
471471
472- > 试试 [ oh-my-ag ] ( https://github.com/first-fluke/oh-my-ag ) 来最大化 AI 编程助手的生产力。
472+ > 试试 [ oh-my-agent ] ( https://github.com/first-fluke/oh-my-agent ) 来最大化 AI 编程助手的生产力。
473473
474474## 文档
475475
476- - [ 构建指南] ( ../.agent /rules/build-guide.md )
477- - [ 代码检查与格式化指南] ( ../.agent /rules/lint-format-guide.md )
478- - [ 测试指南] ( ../.agent /rules/test-guide.md )
476+ - [ 构建指南] ( ../.agents /rules/build-guide.md )
477+ - [ 代码检查与格式化指南] ( ../.agents /rules/lint-format-guide.md )
478+ - [ 测试指南] ( ../.agents /rules/test-guide.md )
479479
480480## 许可证
481481
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ fullstack-starter/
207207├── packages/
208208│ ├── design-tokens/ # 共有デザイントークン(信頼できる唯一の情報源)
209209│ └── i18n/ # 共有 i18n パッケージ(信頼できる唯一の情報源)
210- ├── .agent /rules/ # AI エージェントガイドライン
210+ ├── .agents /rules/ # AI エージェントガイドライン
211211├── .serena/ # Serena MCP 設定
212212└── .github/workflows/ # CI/CD
213213```
@@ -466,16 +466,16 @@ bundle exec fastlane ios testflight_deploy # TestFlight にデプロイ
466466
467467このテンプレートは AI コーディングエージェント(Gemini、Claude など)との協働を考慮して設計されています。
468468
469- - ` .agent /rules/ ` - AI エージェント用ガイドライン
469+ - ` .agents /rules/ ` - AI エージェント用ガイドライン
470470- ` .serena/ ` - Serena MCP 設定
471471
472- > [ oh-my-ag ] ( https://github.com/first-fluke/oh-my-ag ) を試して、AI コーディングエージェントの生産性を最大化しましょう。
472+ > [ oh-my-agent ] ( https://github.com/first-fluke/oh-my-agent ) を試して、AI コーディングエージェントの生産性を最大化しましょう。
473473
474474## ドキュメント
475475
476- - [ ビルドガイド] ( ../.agent /rules/build-guide.md )
477- - [ リント&フォーマットガイド] ( ../.agent /rules/lint-format-guide.md )
478- - [ テストガイド] ( ../.agent /rules/test-guide.md )
476+ - [ ビルドガイド] ( ../.agents /rules/build-guide.md )
477+ - [ リント&フォーマットガイド] ( ../.agents /rules/lint-format-guide.md )
478+ - [ テストガイド] ( ../.agents /rules/test-guide.md )
479479
480480## ライセンス
481481
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ fullstack-starter/
207207├── packages/
208208│ ├── design-tokens/ # 공용 디자인 토큰 (Source of Truth)
209209│ └── i18n/ # 공용 다국어 패키지 (Source of Truth)
210- ├── .agent /rules/ # AI 에이전트 가이드라인
210+ ├── .agents /rules/ # AI 에이전트 가이드라인
211211├── .serena/ # Serena MCP 설정
212212└── .github/workflows/ # CI/CD
213213```
@@ -466,16 +466,16 @@ bundle exec fastlane ios testflight_deploy # TestFlight 배포
466466
467467이 템플릿은 Gemini, Claude 등 AI 코딩 에이전트와의 협업을 고려해 설계되었습니다.
468468
469- - ` .agent /rules/ ` : AI 에이전트용 가이드라인
469+ - ` .agents /rules/ ` : AI 에이전트용 가이드라인
470470- ` .serena/ ` : Serena MCP 설정
471471
472- > [ oh-my-ag ] ( https://github.com/first-fluke/oh-my-ag ) 를 사용하면 AI 코딩 에이전트의 생산성을 극대화할 수 있습니다.
472+ > [ oh-my-agent ] ( https://github.com/first-fluke/oh-my-agent ) 를 사용하면 AI 코딩 에이전트의 생산성을 극대화할 수 있습니다.
473473
474474## 문서
475475
476- - [ 빌드 가이드] ( ../.agent /rules/build-guide.md )
477- - [ 린트 & 포맷 가이드] ( ../.agent /rules/lint-format-guide.md )
478- - [ 테스트 가이드] ( ../.agent /rules/test-guide.md )
476+ - [ 빌드 가이드] ( ../.agents /rules/build-guide.md )
477+ - [ 린트 & 포맷 가이드] ( ../.agents /rules/lint-format-guide.md )
478+ - [ 테스트 가이드] ( ../.agents /rules/test-guide.md )
479479
480480## 라이선스
481481
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ fullstack-starter/
207207├── packages/
208208│ ├── design-tokens/ # Design tokens compartilhados (Fonte da Verdade)
209209│ └── i18n/ # Pacote i18n compartilhado (Fonte da Verdade)
210- ├── .agent /rules/ # Diretrizes para agentes de IA
210+ ├── .agents /rules/ # Diretrizes para agentes de IA
211211├── .serena/ # Configuração Serena MCP
212212└── .github/workflows/ # CI/CD
213213```
@@ -467,16 +467,16 @@ bundle exec fastlane ios testflight_deploy # Deploy para TestFlight
467467
468468Este template é projetado para trabalhar com agentes de codificação de IA (Gemini, Claude, etc.).
469469
470- - ` .agent /rules/ ` - Diretrizes para agentes de IA
470+ - ` .agents /rules/ ` - Diretrizes para agentes de IA
471471- ` .serena/ ` - Configuração Serena MCP
472472
473- > Experimente [ oh-my-ag ] ( https://github.com/first-fluke/oh-my-ag ) para maximizar a produtividade com agentes de codificação de IA.
473+ > Experimente [ oh-my-agent ] ( https://github.com/first-fluke/oh-my-agent ) para maximizar a produtividade com agentes de codificação de IA.
474474
475475## Documentação
476476
477- - [ Guia de Build] ( ../.agent /rules/build-guide.md )
478- - [ Guia de Lint & Formatação] ( ../.agent /rules/lint-format-guide.md )
479- - [ Guia de Testes] ( ../.agent /rules/test-guide.md )
477+ - [ Guia de Build] ( ../.agents /rules/build-guide.md )
478+ - [ Guia de Lint & Formatação] ( ../.agents /rules/lint-format-guide.md )
479+ - [ Guia de Testes] ( ../.agents /rules/test-guide.md )
480480
481481## Licença
482482
You can’t perform that action at this time.
0 commit comments