[PR #139] [CLOSED] Add setup/deploy automation scripts and handoff bundle tooling #1126

Closed
opened 2026-05-03 01:59:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/139
Author: @Abdullakala
Created: 4/24/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • fd1f24f chore: add setup/install/deploy/start automation and update app/core changes
  • 292c7ed chore: add handoff bundle scripts and artifacts

📊 Changes

30 files changed (+5976 additions, -27 deletions)

View changed files

COMMANDS.makefile (+262 -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 (+337 -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 delivers operational automation and handoff tooling updates.

Summary of changes:

  • Add automation scripts for setup, install, start, and deploy workflows.
  • Add comprehensive operator documentation and quick reference materials.
  • Add handoff bundle generator script and generated artifacts support.
  • Include related app/core updates already present in local commits.

Why:

  • Standardize environment bootstrap and execution steps.
  • Speed up transfer of work to another agent/team via reproducible handoff bundles.
  • Improve deployment readiness and operational consistency.

Validation notes:

  • Changes committed and pushed to fork branch: Abdullakala/main.
  • Frontend build may require adequate resources/time (previous runs ended with exit 143 in constrained environment).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/139 **Author:** [@Abdullakala](https://github.com/Abdullakala) **Created:** 4/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`fd1f24f`](https://github.com/reconurge/flowsint/commit/fd1f24f091460097719cc3fd80a18c27405579b3) chore: add setup/install/deploy/start automation and update app/core changes - [`292c7ed`](https://github.com/reconurge/flowsint/commit/292c7ed3f6df494b23442ba41a5aded1a175a3e6) chore: add handoff bundle scripts and artifacts ### 📊 Changes **30 files changed** (+5976 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `COMMANDS.makefile` (+262 -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` (+337 -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_ </details> ### 📄 Description This PR delivers operational automation and handoff tooling updates. Summary of changes: - Add automation scripts for setup, install, start, and deploy workflows. - Add comprehensive operator documentation and quick reference materials. - Add handoff bundle generator script and generated artifacts support. - Include related app/core updates already present in local commits. Why: - Standardize environment bootstrap and execution steps. - Speed up transfer of work to another agent/team via reproducible handoff bundles. - Improve deployment readiness and operational consistency. Validation notes: - Changes committed and pushed to fork branch: Abdullakala/main. - Frontend build may require adequate resources/time (previous runs ended with exit 143 in constrained environment). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:59:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1126