Files
psf-memo/psf-memo-indexer/specs
Chris Troutner ac468072df Review and harden mute-user: kill mutation survivors, refresh manifests
Add hardening tests to kill mutation survivors in MemoMute.validate,
ProfilePage constructor/_loadState/canMute, MuteQuery._nextString,
MuteState validation guards, and the mute REST controller statused-error
path. Refresh mutation manifests and Gherkin acceptance-mutation stamps.

By architect.
2026-08-28 21:08:50 -07:00
..

psf-memo-indexer Specifications

This directory holds Gherkin feature files that specify indexer behavior: how the indexer detects, parses, validates, and stores Memo protocol transactions.

Feature files here exercise psf-memo-indexer in isolation. Cross-component features that also touch the client or DB 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.