[PR #5731] [CLOSED] Feature/swarmsy complete layers #5545

Closed
opened 2026-06-05 15:21:41 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5731
Author: @HODLKONG64
Created: 5/31/2026
Status: Closed

Base: masterHead: feature/swarmsy-complete-layers


📝 Commits (10+)

  • 825f1f4 UPDATE
  • c808d5c RENAME GAME
  • d40bb9c UP
  • d1dc782 docs: add SWARMSY living icon engine prompt tree
  • b36a7e2 docs: fix SWARMSY prompt tree handoff filenames
  • 2c2e400 Merge pull request #1 from HODLKONG64/docs/swarmsy-living-icon-engine
  • 21c6f85 docs: add SPARKY persona system prompt
  • 33ec4ac docs: sync SPARKY persona branch with prompt tree foundation
  • c6efd5c docs: require SPARKY to load intake prompt
  • eb19f14 Merge pull request #2 from HODLKONG64/docs/add-sparky-persona

📊 Changes

91 files changed (+16870 additions, -355 deletions)

View changed files

📝 .github/workflows/build-and-push-image-semver.yaml (+19 -10)
📝 .github/workflows/build-and-push-image.yaml (+36 -23)
DIZ-A-REMIX (+1 -0)
📝 README.md (+11 -302)
docs/swarmsy/app-mode/README.md (+27 -0)
docs/swarmsy/app-mode/SPARKY_SYSTEM_PROMPT_PRESET.md (+98 -0)
docs/swarmsy/app-mode/SWARMSY_APP_MODE_ACCEPTANCE_CRITERIA.md (+37 -0)
docs/swarmsy/app-mode/SWARMSY_APP_MODE_SPEC.md (+70 -0)
docs/swarmsy/app-mode/SWARMSY_DASHBOARD_INFORMATION_ARCHITECTURE.md (+50 -0)
docs/swarmsy/app-mode/SWARMSY_DEFAULT_USER_JOURNEY.md (+54 -0)
docs/swarmsy/app-mode/SWARMSY_DEFAULT_WORKSPACE_PRESET.md (+121 -0)
docs/swarmsy/app-mode/SWARMSY_DEFAULT_WORKSPACE_REQUIREMENTS.md (+76 -0)
docs/swarmsy/app-mode/SWARMSY_FIRST_RUN_ONBOARDING_SPEC.md (+56 -0)
docs/swarmsy/app-mode/SWARMSY_GENERIC_ANYTHINGLLM_DEMOTION_RULES.md (+23 -0)
docs/swarmsy/app-mode/SWARMSY_RUNTIME_PRESET_BACKLOG.md (+106 -0)
docs/swarmsy/audits/SWARMSY_BUILD_READINESS_AUDIT.md (+242 -0)
docs/swarmsy/audits/SWARMSY_DOCTRINE_COVERAGE_AUDIT.md (+179 -0)
docs/swarmsy/audits/SWARMSY_NEXT_PR_RECOMMENDATION.md (+113 -0)
docs/swarmsy/audits/SWARMSY_RUNTIME_WIRING_AUDIT.md (+178 -0)
docs/swarmsy/disruption-engine/README.md (+37 -0)

...and 71 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #

Description

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/5731 **Author:** [@HODLKONG64](https://github.com/HODLKONG64) **Created:** 5/31/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/swarmsy-complete-layers` --- ### 📝 Commits (10+) - [`825f1f4`](https://github.com/Mintplex-Labs/anything-llm/commit/825f1f48b9c96d40b20c36cb214657027498c96e) UPDATE - [`c808d5c`](https://github.com/Mintplex-Labs/anything-llm/commit/c808d5c66e489b5ccfc7a29bf90fe9a4f6c0d6b4) RENAME GAME - [`d40bb9c`](https://github.com/Mintplex-Labs/anything-llm/commit/d40bb9c510fff76866d3f026864fa6c694e9e9bb) UP - [`d1dc782`](https://github.com/Mintplex-Labs/anything-llm/commit/d1dc782751ec56b13ccbf20f1587df4b5bddff65) docs: add SWARMSY living icon engine prompt tree - [`b36a7e2`](https://github.com/Mintplex-Labs/anything-llm/commit/b36a7e2df091394fed8a91e1f6b1eca99bce7253) docs: fix SWARMSY prompt tree handoff filenames - [`2c2e400`](https://github.com/Mintplex-Labs/anything-llm/commit/2c2e400ffd2528fd582e309d49ccf56d04f90553) Merge pull request #1 from HODLKONG64/docs/swarmsy-living-icon-engine - [`21c6f85`](https://github.com/Mintplex-Labs/anything-llm/commit/21c6f85afbd1945da93922b63109b434835cf576) docs: add SPARKY persona system prompt - [`33ec4ac`](https://github.com/Mintplex-Labs/anything-llm/commit/33ec4accc309e2a0fce324763c84960c6dd67352) docs: sync SPARKY persona branch with prompt tree foundation - [`c6efd5c`](https://github.com/Mintplex-Labs/anything-llm/commit/c6efd5c11cc9ad64d6529dd6d2e9da6f9d6da940) docs: require SPARKY to load intake prompt - [`eb19f14`](https://github.com/Mintplex-Labs/anything-llm/commit/eb19f14098e46462a204664280c3b59c2117405e) Merge pull request #2 from HODLKONG64/docs/add-sparky-persona ### 📊 Changes **91 files changed** (+16870 additions, -355 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image-semver.yaml` (+19 -10) 📝 `.github/workflows/build-and-push-image.yaml` (+36 -23) ➕ `DIZ-A-REMIX` (+1 -0) 📝 `README.md` (+11 -302) ➕ `docs/swarmsy/app-mode/README.md` (+27 -0) ➕ `docs/swarmsy/app-mode/SPARKY_SYSTEM_PROMPT_PRESET.md` (+98 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_APP_MODE_ACCEPTANCE_CRITERIA.md` (+37 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_APP_MODE_SPEC.md` (+70 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_DASHBOARD_INFORMATION_ARCHITECTURE.md` (+50 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_DEFAULT_USER_JOURNEY.md` (+54 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_DEFAULT_WORKSPACE_PRESET.md` (+121 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_DEFAULT_WORKSPACE_REQUIREMENTS.md` (+76 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_FIRST_RUN_ONBOARDING_SPEC.md` (+56 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_GENERIC_ANYTHINGLLM_DEMOTION_RULES.md` (+23 -0) ➕ `docs/swarmsy/app-mode/SWARMSY_RUNTIME_PRESET_BACKLOG.md` (+106 -0) ➕ `docs/swarmsy/audits/SWARMSY_BUILD_READINESS_AUDIT.md` (+242 -0) ➕ `docs/swarmsy/audits/SWARMSY_DOCTRINE_COVERAGE_AUDIT.md` (+179 -0) ➕ `docs/swarmsy/audits/SWARMSY_NEXT_PR_RECOMMENDATION.md` (+113 -0) ➕ `docs/swarmsy/audits/SWARMSY_RUNTIME_WIRING_AUDIT.md` (+178 -0) ➕ `docs/swarmsy/disruption-engine/README.md` (+37 -0) _...and 71 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves # ### Description <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:41 -04:00
yindo closed this issue 2026-06-05 15:21:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5545