|
|
7b6e54d5b7
|
step 5 (complete): docs purge, fresh ARCHITECTURE + ROADMAP + CHANGELOG
Purged 29,966 lines of stale chat-switchboard documentation:
- 41 docs/ files (ICD specs, design docs, archive, workflow docs)
- 5 root MD files (CHANGESET, TURNOVER, ICD-DRIFT-AUDIT, etc.)
New documentation:
- docs/ARCHITECTURE.md — kernel components, design principles, data layer
- ROADMAP.md — v0.1.0 through v0.5.0 MVP with decision log
- CHANGELOG.md — fresh, starting from v0.1.0 fork
- README.md — rewritten for switchboard-core
Also in this commit:
- config.go: stripped 7 dropped fields, DB default → switchboard_core
- pages/loaders.go: stripped provider/model/notes/projects loaders
- pages/pages.go: stripped persona store lookup
- handlers/workflows.go: stripped persona tool grants
- main.go: stripped team provider routes, avatar routes
Production code: zero references to deleted packages, stores, or models.
-29,966/+352 lines across 73 files.
|
2026-03-26 05:10:40 -04:00 |
|
|
|
e4b7ee98a5
|
step 5 (partial): strip dropped packages from production code
Removed all references to dropped packages in non-test code.
Zero dropped imports, store refs, or model types remaining.
Major removals:
- scheduler/ package (entire dir) — tasks moved to extension track
- taskutil/ package (entire dir)
- health/ package (entire dir) — provider/tool health
- sandbox/provider_module.go — provider.complete module
- handlers: workflow_entry, workflow_instances, workflow_forms,
workflow_assignments, workflow_monitor, health_admin (6 files)
- auth/session.go, middleware/session_auth.go
- store/{postgres,sqlite}/sessions.go, tasks.go
Rewrites:
- store/{postgres,sqlite}/health.go — kernel-only Prune
(ws_tickets, rate_limit_counters, stale presence)
- handlers/admin.go: 847→467 lines (stripped provider CRUD)
- handlers/teams.go: 520→411 lines (stripped model listing)
- sandbox/runner.go: removed ProviderResolver
- sandbox/workflow_module.go: 216→83 lines (definition-only)
- main.go: 1579→1325 lines (stripped dropped package init)
- pages/pages.go: stripped channel/session lookups
- events/types.go: stripped chat/channel/workspace event routes
- models: stripped stale types, constants, notification types
Store interface cleanup:
- Removed SessionStore, TaskStore from Stores struct
- Stripped workflow assignment methods from WorkflowStore iface
- Stripped assignment methods from PG+SQLite workflow stores
- Updated testhelper.go table list to kernel-only
Migrations: removed 008_tasks.sql (both dialects)
-9665/+69 lines across 51 files.
|
2026-03-26 04:56:07 -04:00 |
|
|
|
11fd8c1e57
|
step 1: rename module chat-switchboard → switchboard-core
- go.mod module name
- All 714 import references across 289 Go files
- VERSION: 0.1.0
- CI DB names: switchboard_core_{ci,dev,test}
- Docker image: gobha/switchboard-core
- Test fixtures: JWT issuer, repo names
- .env.example, docker-compose container name
- Compiles clean (go build exit 0)
|
2026-03-25 19:48:04 -04:00 |
|
|
|
fe5894b6e2
|
V0.38.3 extension config sections (#236)
Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
|
2026-03-25 16:38:38 +00:00 |
|
|
|
be67feaa8e
|
Changeset 0.37.19 (#232)
Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
|
2026-03-25 00:26:44 +00:00 |
|
|
|
e0687d2ea6
|
Changeset 0.37.16 (#228)
|
2026-03-24 11:46:13 +00:00 |
|
|
|
b7746c3004
|
Changeset 0.37.14 (#226)
Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
|
2026-03-23 16:47:48 +00:00 |
|
|
|
b6152fbf5e
|
Changeset 0.37.7 (#219)
Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
|
2026-03-21 18:37:39 +00:00 |
|
|
|
8a36c53a1c
|
Changeset 0.35.0.0 (#210)
|
2026-03-20 11:14:59 +00:00 |
|
|
|
b1266b0d7c
|
Changeset 0.32.0 (#206)
|
2026-03-19 18:50:27 +00:00 |
|
|
|
071dea8904
|
Changeset 0.31.0 (#203)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
|
2026-03-19 00:06:16 +00:00 |
|
|
|
dbc1a97343
|
Changeset 0.25.4 (#164)
|
2026-03-09 20:17:46 +00:00 |
|
|
|
2b01d540d6
|
Changeset 0.25.0 (#160)
|
2026-03-08 16:54:17 +00:00 |
|
|
|
389e47b0f9
|
Changeset 0.22.7 (#149)
|
2026-03-04 10:44:42 +00:00 |
|
|
|
45fe965c32
|
Changeset 0.22.5 (#147)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
|
2026-03-03 09:58:23 +00:00 |
|