项目文件夹

文件
wehub-resource-sync f4f9ec64b9
CI / Test & Lint (push) Failing after 0s
CI / Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:30:30 +08:00

80 行
2.0 KiB
Markdown

## Description
<!-- Provide a clear description of what this PR does -->
## Related Issue
<!-- Link to the issue this PR addresses -->
Fixes #(issue number)
## Type of Change
<!-- Check all that apply -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Test coverage improvement
## Changes Made
<!-- List the specific changes made in this PR -->
-
-
-
## Testing
<!-- Describe how you tested these changes -->
**Test Plan:**
- [ ] All existing tests pass (`pnpm test`)
- [ ] TypeScript compiles without errors (`pnpm typecheck`)
- [ ] Added new tests for new functionality
- [ ] Manually tested in browser
**Browsers Tested:**
- [ ] Chrome
- [ ] Edge
- [ ] Other: ___________
## Screenshots/Videos
<!-- Add screenshots or videos for UI changes -->
<!-- Delete this section if not applicable -->
**Before:**
**After:**
## Checklist
<!-- Ensure all items are complete before submitting -->
- [ ] My code follows the project's coding style (see [CONTRIBUTING.md](../CONTRIBUTING.md))
- [ ] I have performed a self-review of my own code
- [ ] I have commented complex/non-obvious code
- [ ] I have updated relevant documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have removed all `console.log` statements and debug code
- [ ] New and existing tests pass locally
- [ ] I have checked my code builds successfully
## Additional Context
<!-- Add any other context about the PR here -->
---
**Note:** This PR will be reviewed by Claude AI within 24 hours. Claude will:
- Run automated checks (TypeScript, tests, linting)
- Provide detailed code review feedback
- Approve or request changes
Final approval and merge requires human review from Augustus.
Learn more about our [AI-managed workflow](CLAUDE_WORKFLOW.md).