Skip to content

Add maintenance workflow helpers#208

Merged
llbbl merged 3 commits intomainfrom
codex/chore/maintenance-positivehelp-5sm
Feb 15, 2026
Merged

Add maintenance workflow helpers#208
llbbl merged 3 commits intomainfrom
codex/chore/maintenance-positivehelp-5sm

Conversation

@llbbl
Copy link
Owner

@llbbl llbbl commented Feb 15, 2026

Summary

  • log the maintenance and deferred-dependency tracker issues so the board reflects the recent work
  • add canonical check, ship, and suggest-commit Just tasks to run CI, close/sync tracker work, and recommend commits during maintenance runs
  • record the update-pr-description skill instructions for future PR refreshes

Testing

  • Not run (not requested)

@railway-app railway-app bot temporarily deployed to rare-vitality / positivehelp-pr-208 February 15, 2026 21:15 Destroyed
@railway-app
Copy link

railway-app bot commented Feb 15, 2026

🚅 Deployed to the positivehelp-pr-208 environment in rare-vitality

Service Status Web Updated (UTC)
positivehelp ✅ Success (View Logs) Web Feb 15, 2026 at 9:30 pm

Resolve all Biome lint warnings to maintain code quality standards.

### Code Quality Improvements
- **lib/tokens.ts**: Use node: protocol for crypto import
- **app/api/tokens/[id]/route.ts**: Replace isNaN() with Number.isNaN()
- **scripts/delete-message.ts**: Replace isNaN() with Number.isNaN()
- **app/og/[slug]/route.tsx**: Use type import for NextRequest, prefix unused param with underscore
- **middleware.ts**: Prefix unused request param with underscore
- **app/submissions/submissions-table.tsx**: Prefix unused type param with underscore
- **lib/client-error-handler.ts**: Replace any[] with unknown[] for better type safety
- **lib/seo.ts**: Replace any with Record<string, unknown> for structured data
- **lib/rate-limit.ts**: Remove unused remaining variable from destructure
- **__tests__/lib/env.test.ts**: Remove unused z import from zod

### Configuration
- **biome.json**: Bump schema version from 2.3.14 to 2.4.0
@railway-app railway-app bot temporarily deployed to rare-vitality / positivehelp-pr-208 February 15, 2026 21:23 Destroyed
Expand CI workflow to run linting in parallel with tests. This ensures
code quality standards are enforced on all pull requests and pushes to
main branch.

### CI Improvements
- **.github/workflows/test.yml**: Add lint job that runs Biome linting
- **.github/workflows/test.yml**: Update workflow name from "CI - Run Unit Tests" to "CI"
- **.github/workflows/test.yml**: Configure lint job with pnpm 10.12.1 and Node.js 22.x

### Benefits
- Catches linting errors earlier in the development cycle
- Runs in parallel with test matrix for faster feedback
- Uses frozen lockfile for reproducible builds
@railway-app railway-app bot temporarily deployed to rare-vitality / positivehelp-pr-208 February 15, 2026 21:29 Destroyed
@llbbl llbbl merged commit 27939da into main Feb 15, 2026
6 checks passed
@llbbl llbbl deleted the codex/chore/maintenance-positivehelp-5sm branch February 15, 2026 21:31
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.

1 participant