Skip to content
Merged
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
direct-setup.mdのtypo修正
  • Loading branch information
doyou1 committed Sep 1, 2025
commit 9d43ec7e735bdd5a54c2403052ade0500b92908c
3 changes: 0 additions & 3 deletions commands/direct-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ psql -d mydb -f database-schema.sql
- `direct-verify.md` を実行して設定を確認
- 必要に応じて設定の調整を実施

```

## 実行後の確認
- `docs/implements/{要件名}/{TASK-ID}/setup-report.md` ファイルが作成されていることを確認
- 設定が正しく適用されていることを確認
Expand All @@ -159,4 +157,3 @@ psql -d mydb -f database-schema.sql
```bash
mkdir -p docs/implements/{要件名}/{TASK-ID}
```
```