context
59
ctx:discord/blah/safiersemantics/59Source document
full textsafiersemantics-59
text/plain3 KB
doc:agent/safiersemantics-59/66ed50cb-adf4-467b-bcd7-58dab42c65d1[2026-02-08 16:50] xenonfun: this I think has unfucked itself, but will have to look at diff, it was already messy not convinced this was improvement. will probablt go look at this simpled down template apps [2026-02-08 17:01] xenonfun: (files: Screenshot_2026-02-08_at_12.01.46_PM.png) [2026-02-08 17:22] xenonfun: okay claude stuff worked in staging going to prod now v0.1.75 (files: Screenshot_2026-02-08_at_12.22.12_PM.png) [2026-02-08 17:41] xenonfun: well that didn't work, it appears it broke/rolledback in prod, so still on .73, its workin out what is different from staging [2026-02-08 18:14] xenonfun: Org migration scripts: https://github.com/rsafier/SafierSemantics/pull/86 [2026-02-08 18:17] xenonfun: having it try to plan how to assemble a 15-30m presentation on its evolution on development lessons learned, need to feed it the discord channel exports but it got this from git history. (files: Screenshot_2026-02-08_at_1.16.22_PM.png) [2026-02-08 18:25] ajaxdavis: reminder to myself to check out that claude.md later [2026-02-08 19:07] xenonfun: had diode glow, z.ai design [2026-02-08 19:11] xenonfun: (files: Screen_Recording_2026-02-08_at_2.11.25_PM.mov) [2026-02-08 19:16] ajaxdavis: You should use the remotion skill on skills.sh [2026-02-08 19:16] ajaxdavis: Would be perfect for making a presentation [2026-02-08 20:41] xenonfun: ``` Version 0.1.78 (2026-02-08) Workflow Subsystem Removal (Issue #79) Removed the unused multi-agent Workflow subsystem to reduce codebase complexity. This was experimental infrastructure that was never fully operational — removing ~11,600 lines of dead code across grains, services, controllers, data models, UI, and tests. Removed Grains: WorkflowGrain, IWorkflowGrain Services: WorkflowEngine, WorkflowParser, WorkflowValidator, AgentCommunicationService, AgentRegistry, AgentModeManager Controllers: OrleansWorkflowController Data Models: AgentConfig, AgentMessageRecord, AgentTask, Workflow entities and all DbContext configuration Hub Methods: ~470 lines of dead broadcast methods from ChatHub (agent lifecycle events, workflow lifecycle events, workflow subscriptions) UI: Workflow sidebar panel, "Run workflow" quick-action button, workflow JS methods from orleans-chat.js, agent event stubs from chat-reconnection.js Config: AgentModes section from appsettings.json, AgentModesConfig.cs Shared Model: ConversationMessage.AgentId property Tests: WorkflowGrainIntegrationTests, AgentCommunicationServiceTests Templates: All workflow JSON templates (workflows/ directory) Database Migration New migration RemoveWorkflowTables drops 4 tables (workflows, agent_configs, agent_tasks, agent_messages), 5 columns from messages/thread_metadata, and associated indexes Migration includes full Down() rollback Temporarily Disabled LXD Plugin: Registration and tool loading commented out (plugin project remains for future use) Unsandbox Plugin: Registration removed (project remains) ```
Facts in this context
Grouped by subject. Each subject links to its full article.
Workflow Subsystem Removal30 factsex:workflow-subsystem-removal
| codeStatus | Dead Code |
| hasPurpose | Reduce Complexity |
| removesConfig | Agent Modes Config |
| removesConfigSection | Agent Modes |
| removesContentFromFile | Chat Reconnection Js |
| removesContentFromFile | Orleans Chat Js |
| removesDirectory | Workflows Directory |
| removesEntity | Workflow Engine |
| removesEntity | Agent Config |
| removesEntity | Orleans Workflow Controller |
| removesEntity | Agent Mode Manager |
| removesEntity |