summaryrefslogtreecommitdiff
path: root/requirements/tasks/task-009.md
blob: 43ff09e0d22a5c3243ae75ff3fcfa0513251943b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# task-009

Any commands sent to Schist's SMS interface must be unambiguous. That is, it
must be difficult to send a valid command which does not mean what the user
intended to mean.

This can be guaranteed by writing automated tests to verify that semantically
distinct commands are sufficiently distinct by a suitable measure, such as
Levenshtein distance.

Source: req-044

Epic: epic-002