mirror of
https://github.com/reconurge/flowsint.git
synced 2026-06-10 00:30:17 -05:00
[PR #179] Enhance deployment automation, fix config issues, and add ECC bundles #2641
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/179
Author: @Abdullakala
Created: 6/6/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
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 scriptsb927a7afix: resolve AUTH_SECRET loading order and improve config defaults36e63eafeat: add API reverse proxy to nginx and fix prod compose3f5b86ffeat: add docker-compose.deploy.yml for GHCR-based deployment60c280efix: improve .env.example and Makefile configuration6685df5feat: add flowsint ECC bundle (.claude/ecc-tools.json)f2500b2feat: add flowsint ECC bundle (.claude/skills/flowsint/SKILL.md)02a851afeat: add flowsint ECC bundle (.agents/skills/flowsint/SKILL.md)📊 Changes
49 files changed (+7038 additions, -30 deletions)
View changed files
➕
.agents/skills/flowsint/SKILL.md(+96 -0)➕
.agents/skills/flowsint/agents/openai.yaml(+6 -0)➕
.claude/ecc-tools.json(+195 -0)➕
.claude/homunculus/instincts/inherited/flowsint-instincts.yaml(+319 -0)➕
.claude/identity.json(+14 -0)➕
.claude/skills/flowsint/SKILL.md(+96 -0)➕
.codex/AGENTS.md(+26 -0)➕
.codex/agents/docs-researcher.toml(+9 -0)➕
.codex/agents/explorer.toml(+9 -0)➕
.codex/agents/reviewer.toml(+9 -0)➕
.codex/config.toml(+48 -0)📝
.env.example(+26 -3)➕
COMMANDS.makefile(+264 -0)➕
FILES_INDEX.md(+427 -0)📝
Makefile(+16 -0)➕
QUICK_REFERENCE.sh(+385 -0)➕
SETUP_DEPLOYMENT_GUIDE.md(+368 -0)➕
agent_handoff_bundle.sh(+181 -0)➕
deploy.sh(+341 -0)➕
docker-compose.deploy.yml(+145 -0)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.