feat: healthcheck-survey-botプロジェクト雛形を追加

This commit is contained in:
Kenichiro NOGI 2026-09-05 14:14:34 +09:00
parent 08a0b87dcf
commit 8c8cb332bb
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1 @@
node_modules/

View File

@ -0,0 +1,15 @@
# healthcheck-survey-bot
健康診断管理(SiteId 508971)×LINEWORKS Bot連携。508971の`SiteSettings.Processes`
をフロー定義として使い、n8n上でBot対話型のStatus管理を行う。
設計書: `NodeSrv/docs/superpowers/specs/2026-09-05-healthcheck-lineworks-survey-n8n-design.md`
実装計画: `NodeSrv/docs/superpowers/plans/2026-09-05-healthcheck-lineworks-survey-n8n.md`
## 実機調査メモ
(Task 2完了後、ここにPleasanterのProcess入力検証タブのJSON構造を記録する)
## n8nリソースID一覧
(Task 8〜11完了後、ここに作成したData Table ID・ワークフローIDを記録する)

View File

@ -0,0 +1,10 @@
{
"name": "healthcheck-survey-bot",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"test": "node --test test/*.test.js",
"deploy-workflow": "node scripts/deploy-workflow.js"
}
}