mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
[PR #140] [CLOSED] Fix review issues in setup/deploy/start automation scripts #1127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/140
Author: @Abdullakala
Created: 4/24/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
fd1f24fchore: add setup/install/deploy/start automation and update app/core changes292c7edchore: add handoff bundle scripts and artifactscb6ba48fix: address PR review comments for setup/deploy/start scripts📊 Changes
30 files changed (+5993 additions, -27 deletions)
View changed files
➕
COMMANDS.makefile(+264 -0)➕
FILES_INDEX.md(+427 -0)➕
QUICK_REFERENCE.sh(+385 -0)➕
SETUP_DEPLOYMENT_GUIDE.md(+368 -0)➕
agent_handoff_bundle.sh(+181 -0)➕
deploy.sh(+341 -0)📝
flowsint-app/src/api/api.ts(+1 -1)📝
flowsint-app/src/api/auth-service.ts(+8 -4)📝
flowsint-app/src/api/chat-transport.ts(+1 -1)📝
flowsint-app/src/hooks/use-auth.ts(+2 -4)📝
flowsint-app/src/hooks/use-events.ts(+1 -1)📝
flowsint-app/src/hooks/use-graph-refresh.ts(+1 -1)📝
flowsint-app/src/routes/login.tsx(+4 -4)📝
flowsint-app/src/routes/register.tsx(+0 -6)📝
flowsint-app/tsconfig.json(+1 -0)📝
flowsint-app/vite.config.ts(+7 -2)📝
flowsint-core/src/flowsint_core/core/services/chat_service.py(+14 -3)➕
handoff/agent_handoff_fd1f24f_20260424_190612.tar.gz(+0 -0)➕
handoff/agent_handoff_fd1f24f_20260424_190612/AGENT_PROMPT.md(+26 -0)➕
handoff/agent_handoff_fd1f24f_20260424_190612/CHANGED_FILES.txt(+18 -0)...and 10 more files
📄 Description
This PR supersedes the closed #139 and includes follow-up fixes from review feedback.
What was fixed:
neo4j:5ininstall.sh.uvis available in PATH after installer run insetup.sh..env.productionvalues withset -a; source ...; set +ain deploy flow.MASTER_VAULT_KEY_V1in deploy/start/setup templates.NEO4J_USERNAME,REDIS_URL, etc.)./healthendpoint.start.shdevallmode.start.shforstatus/stop.COMMANDS.makefiletargets for stop/status and DB backup/restore/shell credentials.Validation:
bash -n setup.sh install.sh deploy.sh start.shmake -f COMMANDS.makefile helpNotes:
cb6ba48.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.