General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
122
- このプロジェクトでは、全ての実装ログが `_docs/templates/` に `yyyy-mm-dd_機能名.md` という形式で保存されています。起動時には必ず必ず必ず `_docs/` 配下をコンテキストとして全て読み込んでおき、前回の設計意図や副作用を踏まえた上で提案するようにしてください。
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
_docs/templates/ に yyyy-mm-dd_機能名.md という形式で保存されています。起動時には必ず必ず必ず _docs/ 配下をコンテキストとして全て読み込んでおき、前回の設計意図や副作用を踏まえた上で提案するようにしてください。_docs/templates/yyyy-mm-dd_機能名.md というファイル名で実装ログを残すこと。機能名が複数単語の場合はケバブケースを使用するように。(例:2025-01-01_product-feature-implementation.md)now エイリアス(date "+%Y-%m-%d %H:%M:%S")の出力を使用すること。エイリアスが未設定の場合は .zshrc 等に alias now='date "+%Y-%m-%d %H:%M:%S"' を追加しておく。
機能名: <ここに機能名>
- 日付: yyyy-mm-dd
- 概要: <実装の目的・背景>
- 実装内容: <主な実装内容>
- 設計意図: <なぜこの設計にしたのか>
- 副作用: <懸念事項があれば明記>
- 関連ファイル: <src/... など>