Files
psf-memo/psf-memo-db/specs
Chris Troutner 7134979eb8 Reconfigure monorepo for SwarmForge development
- Move specifier-prompt.md to repo root and rewrite it for the monorepo.
- Move specs/feature-backlog.md to root specs/ and update with component scope.
- Add specs/README.md, psf-memo-indexer/specs/README.md, psf-memo-db/specs/README.md.
- Add swarmforge/constitution/articles/monorepo.prompt for shared monorepo rules.
- Update root README.md with repository layout, local dev commands, and SwarmForge info.

By specifier.
2026-08-26 10:23:53 -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.