<requirement name="manage-reading-list" stories="database,book-creation,ordered-list,book-removal,reading-list-screen"> The reader can add a book with a title and author, view the books in the order added, and remove a book. </requirement> <requirement name="reject-incomplete-books" stories="incomplete-submission"> An empty title or author is rejected with a clear error message. </requirement> <requirement name="verify-application" stories="verification-suite"> The application includes automated tests for each behavior. The completed application provides a POSIX-compatible `bin/test.sh` that runs the complete automated test suite from the application root. `sh bin/test.sh` exits zero only when every test passes. The final build story runs this command after every implementation story and preserves its command, exit code, standard output, and standard error as evidence. </requirement> <unattached story="architecture"/> <unattached story="ui-general"/>
Run artifact