docs(FN-1744): document scoped scheduling semantics in README and settings reference
- Add scheduling scope section to README explaining global vs project execution scopes - Document scope resolution rules: scope=global for cross-project, scope=project for per-project - Add operational guidance for multi-project setups (backups, insight extraction vs CI, deployments) - Update architecture.md to mention scoped automations/routines in store and API descriptions - Add scheduling scope section to settings-reference.md covering cron defaults and interaction with autoBackup and insightExtraction settings - Add changeset for @gsxdsm/fusion minor release documenting scoped scheduling feature
This commit is contained in:
@@ -139,7 +139,7 @@ Concrete references:
|
||||
- **Specialized stores**:
|
||||
- `AgentStore` (`agent-store.ts`) — filesystem-based agent metadata + heartbeat run history
|
||||
- `MissionStore` (`mission-store.ts`) — mission/milestone/slice/feature hierarchy
|
||||
- `AutomationStore` (`automation-store.ts`) — scheduled jobs
|
||||
- `AutomationStore` (`automation-store.ts`) — scheduled jobs with global/project scope isolation
|
||||
- `MessageStore` (`message-store.ts`) — mailbox/inbox/outbox messaging
|
||||
- `RoadmapStore` (`roadmap-store.ts`) — standalone roadmap CRUD with deterministic ordering and atomic reorder/move operations
|
||||
|
||||
@@ -310,7 +310,7 @@ Implemented in `agent-heartbeat.ts`:
|
||||
- API routes: `createApiRoutes()` in `packages/dashboard/src/routes.ts`
|
||||
|
||||
Key server capabilities:
|
||||
- REST APIs for tasks, git, GitHub, agents, missions, planning, automations, settings
|
||||
- REST APIs for tasks, git, GitHub, agents, missions, planning, scoped automations/routines, settings
|
||||
- Project-scoped store reuse via `project-store-resolver.ts`
|
||||
- Rate limiting (`rate-limit.ts`)
|
||||
- Static SPA hosting (Vite build output)
|
||||
|
||||
Reference in New Issue
Block a user