Skip to content

Commit 754bfd4

Browse files
committed
refactor: Reorganize docs into subfolders and add testing strategy
- docs/architecture/ - ARCHITECTURE.md, ARCHITECTURAL_GUARDRAILS.md - docs/planning/ - LAUNCH_PLAN.md, PROJECT_SUMMARY.md, BUILD_SUMMARY.md - docs/policy/ - PRIVACY_POLICY, SECURITY, CODE_OF_CONDUCT, etc. - docs/testing/ - cardsnap_e2e_test_plan.md, TESTING_STRATEGY.md (new) - Add TESTING_STRATEGY.md documenting current tests vs best practices AI-Generated: Yes Model: Claude (Sisyphus) Platform: OpenCode
1 parent a65945f commit 754bfd4

20 files changed

Lines changed: 80 additions & 685 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Gemfile.lock
8888
docs/
8989
!docs/index.html
9090
!docs/images/
91+
!docs/architecture/
92+
!docs/planning/
93+
!docs/policy/
94+
!docs/testing/
9195
fastlane/
9296
scripts/
9397
setup-and-verify.sh

docs/CODE_OF_CONDUCT copy.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/PRIVACY_POLICY copy.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

docs/SECURITY copy.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)