[P0] Scaffold the project, test harness, and CI #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/local-recall#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create a minimal, reproducible project skeleton that enforces test-driven development and honest failure reporting before feature implementation.
Requirements
docs/testing.mddocumenting red → green → refactor, regression-test-first bug fixes, test-layer boundaries, fixture rules, and failure semantics.tee; shell entrypoints use strict error handling andpipefailwhere applicable.|| true,|| :, unconditionalexit 0,set +earound tests, swallowed exceptions,continue-on-error,allow_failure, and pass-with-no-tests flags.Acceptance criteria
Depends on