Skip to content

chore: organize docs, screenshots & Excel into docs/ folder#11

Merged
shibinsp merged 1 commit into
mainfrom
chore/issue-10-organize-docs-screenshots
Mar 14, 2026
Merged

chore: organize docs, screenshots & Excel into docs/ folder#11
shibinsp merged 1 commit into
mainfrom
chore/issue-10-organize-docs-screenshots

Conversation

@shibinsp

Copy link
Copy Markdown
Owner

Summary

  • Move 6 Word/Excel report files (TaskPulse_*.docx, TaskPulse_*.xlsx) from project root → docs/reports/
  • Move 26 PNG screenshots + results.json from screenshots_ai/docs/screenshots/
  • Move 2 loose root-level screenshots → docs/screenshots/
  • Removes cluttered screenshots_ai/ folder, keeping repo root clean

Folder structure

docs/
├── reports/
│   ├── TaskPulse_AI_Product_Spec (3).xlsx
│   ├── TaskPulse_Analysis_Report.docx
│   ├── TaskPulse_E2E_Test_Report.docx
│   ├── TaskPulse_Security_Audit_Report.docx
│   ├── TaskPulse_Test_Report.docx
│   └── TaskPulse_UI_Test_Report.docx
└── screenshots/
    ├── 01_00_login_page.png
    ├── ... (26 screenshots)
    ├── Screenshot 2026-02-12 at 11.18.02 AM.png
    └── Screenshot 2026-02-14 at 4.18.51 PM.png

Test plan

  • Verify all 34 files moved correctly (no content changes, 100% rename)
  • Verify old locations are empty
  • No code changes — only file moves

Fixes #10

🤖 Generated with Claude Code

Move scattered project files into an organized docs/ folder structure:
- docs/reports/ — 6 Word/Excel files (specs, test reports, audit report)
- docs/screenshots/ — 28 PNG screenshots + results.json (moved from screenshots_ai/ and root)

Fixes #10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🚀 Vercel Preview Deployment

Status URL
✅ Deployed https://relaxed-gates-mhbue2l71-shibinsps-projects.vercel.app

Commit: 6c57837
Branch: chore/issue-10-organize-docs-screenshots

@shibinsp shibinsp merged commit a15c633 into main Mar 14, 2026
5 checks passed
shibinsp added a commit that referenced this pull request Mar 14, 2026
- Remove 2 screenshots already moved to docs/screenshots/ in PR #11
- Add .claude/launch.json for dev server configs
- Add TaskPulse_Analysis_Report.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organize scattered screenshots, docs, and Excel files into docs/ folder

1 participant