How do I handle a base spec plus add-feature spec?

Treat the base spec as non-regression policy and the add-feature spec as delta acceptance criteria; validate both before merge.

  • knowledge-base
  • spec
  • policy
  • non-regression

Treat the base spec as non-regression policy and the add-feature spec as delta acceptance criteria; validate both before merge.

Recommended Actions

  • keep base spec hash pinned
  • fail closed when base and delta constraints conflict

Why this matters

Spec layering avoids regressions while still allowing fast feature iteration.

Structured Answers

How do I handle a base spec plus add-feature spec?

Treat the base spec as non-regression policy and the add-feature spec as delta acceptance criteria; validate both before merge.

What is the first recommended action for How do I handle a base spec plus add-feature spec?

keep base spec hash pinned