Skip to content

Add deadline detector architecture contract#1314

Open
nonggde wants to merge 1 commit into
Stellar-Mail:mainfrom
nonggde:codex/deadline-detector-architecture-479
Open

Add deadline detector architecture contract#1314
nonggde wants to merge 1 commit into
Stellar-Mail:mainfrom
nonggde:codex/deadline-detector-architecture-479

Conversation

@nonggde

@nonggde nonggde commented Jul 7, 2026

Copy link
Copy Markdown

Closes #479

Summary

  • add a folder-local architecture contract for Deadline Detector
  • document data ownership, fixture/runtime boundaries, dependency rules, and future reminder/calendar adapter constraints
  • add a zero-dependency Node architecture contract test for required docs, template cleanup, import isolation, and forbidden app/provider imports

Scope

  • only touches tools/v2/individual/deadline-detector/
  • no app shell, dashboard, routing, inbox, auth, wallet, Stellar, database, reminder, calendar, notification, provider, or design-system integration
  • no production data, live network calls, persistence, secrets, or side effects

Validation

  • node --test tools/v2/individual/deadline-detector/tests/architecture-contract.test.mjs
  • node --test tools/v2/individual/deadline-detector/tests/deadline-fixtures.test.mjs
  • npx --yes prettier --check on changed Deadline Detector files
  • git diff --check
  • ASCII scan over tools/v2/individual/deadline-detector

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.

[V2][individual] Deadline Detector - Architecture and folder contract

1 participant