Skip to content

feat: add registry validation diagnostics - #20

Merged
dapi merged 1 commit into
mainfrom
feature/issue-8-ft-008-registry-validation-recovery
Jul 7, 2026
Merged

feat: add registry validation diagnostics#20
dapi merged 1 commit into
mainfrom
feature/issue-8-ft-008-registry-validation-recovery

Conversation

@dapi

@dapi dapi commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add typed registry diagnostics with machine-readable codes, field/file paths, messages and recovery hints.
  • Distinguish duplicate active records from conflicting active records for the same zellij pane.
  • Add non-destructive file diagnosis coverage so invalid JSON leaves sessions.json unchanged.
  • Document FT-008 selected diagnostic and recovery contract.

Validation

  • go test ./...
  • go vet ./...
  • go build ./cmd/zelma
  • go test -race ./...
  • python3 scripts/check_memory_bank_index.py
  • git diff --check
  • rg --files memory-bank
  • rg -n "zelima|Zelima" . (only existing guard/instruction references matched)

Closes #8

@dapi
dapi marked this pull request as ready for review July 7, 2026 20:27
@dapi
dapi merged commit c9f8e9b into main Jul 7, 2026
1 check passed
@dapi
dapi deleted the feature/issue-8-ft-008-registry-validation-recovery branch July 7, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FT-008: Registry validation и recovery

1 participant