Files
git.stella-ops.org/src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/TASKS.md
master 66cb6c4b8a
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Add guild charters and task boards for various components
- Introduced guild charters for Scanner Deno, PHP, Ruby, Native, WebService, Java, Surface.Env, Surface.FS, Surface.Secrets, Surface.Validation, UI, Zastava Observer, Zastava Webhook, Zastava Core, and Plugin Platform.
- Each charter outlines the mission, scope, required reading, and working agreements for the respective guilds.
- Created task boards for Surface.Env, Surface.FS, Surface.Secrets, Surface.Validation, and Zastava components to track progress and dependencies.
- Ensured all documents emphasize determinism, offline readiness, security, and integration with shared Surface libraries.
2025-11-01 02:21:46 +02:00

1.6 KiB

Surface.FS Task Board (Epic: SURFACE-SHARING)

ID Status Owner(s) Depends on Description Exit Criteria
SURFACE-FS-01 TODO Scanner Guild, Zastava Guild ARCH-SURFACE-EPIC Author docs/modules/scanner/design/surface-fs.md defining cache layout, pointer schema, tenancy, and offline handling. Spec merged; reviewers from Scanner/Zastava sign off; component map cross-link drafted.
SURFACE-FS-02 TODO Scanner Guild SURFACE-FS-01 Implement StellaOps.Scanner.Surface.FS core abstractions (writer, reader, manifest models) with deterministic serialization + unit tests. Library compiles; tests pass; XML docs cover public types.
SURFACE-FS-03 TODO Scanner Guild SURFACE-FS-02 Integrate Surface.FS writer into Scanner Worker analyzer pipeline to persist layer + entry-trace fragments. Worker produces cache entries in integration tests; observability counters emitted.
SURFACE-FS-04 TODO Zastava Guild SURFACE-FS-02 Integrate Surface.FS reader into Zastava Observer runtime drift loop. Observer validates runtime artefacts via cache; regression tests updated.
SURFACE-FS-05 TODO Scanner Guild, Scheduler Guild SURFACE-FS-03 Expose Surface.FS pointers via Scanner WebService reports and coordinate rescan planning with Scheduler. API contracts updated; Scheduler consumes pointers; docs refreshed.
SURFACE-FS-06 TODO Docs Guild SURFACE-FS-02..05 Update scanner-engine guide and offline kit docs with Surface.FS workflow. Docs merged; offline kit manifests include cache bundles.