Skip to content

Commit 902d5fe

Browse files
authored
refactor: Reorganize docs into subfolders and add testing strategy (#41)
* chore: Apply brand guideline colors and add landing page - Update colors.xml with brand guideline values (#003DB3 primary dark, #F5F7FA background) - Add docs/index.html public landing page for CardSnap AI-Generated: Yes Model: Claude (Sisyphus) Platform: OpenCode * feat: Complete CardSnap landing page with screenshots and branding - Add CardSnap logo to README header - Fix all broken links (CardSnap → CardScannerApp) - Create comprehensive docs/index.html landing page - Add real Android app screenshots from emulator - Apply brand guideline colors (#003DB3 primary dark, #F5F7FA background) - Update .gitignore to allow docs/index.html and screenshots AI-Generated: Yes Model: Claude (Sisyphus) Platform: OpenCode * 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 cb7673f commit 902d5fe

16 files changed

Lines changed: 5507 additions & 0 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

0 commit comments

Comments
 (0)