Files
psf-memo/psf-memo-db/specs
Chris Troutner b2c78fb651 Review feed-total-cap: stamp mutation and acceptance manifests
Architectural review of the raised recent-feed total scan cap (10 -> 500)
and the refactorer's property tests. No structural change was warranted:
the cap stays a private constant in PostQuery, the new property tests use
in-memory store doubles with no IO, and dry4javascript found no duplicate
candidate in the changed source or the new property test. Mutation killed
all 37 sites in post-query.js.

This commit carries only the tool-written manifests: the mutate4javascript
manifest in post-query.js and the gherkin-mutator acceptance stamps in the
two touched feature files.

By architect.
2026-09-16 08:59:48 -07:00
..

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 optional Background:, Scenario or Scenario Outline:.
  • Name each scenario Feature Name - N.
  • List scenario names in a # comment immediately before the Feature: line.
  • Use <parameter> placeholders for mutation-relevant values.