mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Architectural review of the recent-profile-identity task found no structural changes needed: the DB join lives in the ProfileQuery adapter behind the ListRecentProfiles use case and controller, and the client account cell follows the established CommonJS + acceptance-render-adapter pattern for DOM-free testing. Committing the tool-written mutate4javascript manifests and the gherkin-mutator mutation stamps/manifests produced by the verification run. By architect.
psf-memo-db Specifications
This directory holds Gherkin feature files that specify the LevelDB REST API: CRUD routes, query endpoints, backup/restore, and health checks.
Feature files here exercise psf-memo-db in isolation. Cross-component
features that also touch the client or indexer are tracked in the root backlog
at specs/feature-backlog.md.
Conventions
- Use
Feature:, one optionalBackground:,ScenarioorScenario Outline:. - Name each scenario
Feature Name - N. - List scenario names in a
#comment immediately before theFeature:line. - Use
<parameter>placeholders for mutation-relevant values.