chore/deno-template-cherrypick #6
No reviewers
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/trippin!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/deno-template-cherrypick"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cherry-pick conventions, tooling, and structure from tfks/template-deno to align trippin with the house Deno project template. - pre-commit hook (.githooks/pre-commit) running deno fmt --check + lint - modular justfile: top-level + test.just + migrate.just + docker.just, with new setup/validate/release/agent-*/fjx-install recipes - strict TypeScript (noUncheckedIndexedAccess deferred — ~150 latent errors to address in a follow-up change) - fmt.semiColons: false + proseWrap: preserve; reformat all of src/ - coverage block in deno.json + scripts/coverage-{summary,check}.ts - fast-check + @std/assert deps; src/fuzz/ starter - Dockerfile (Fresh build) + .dockerignore - .forgejo/ workflows + fjx cache gitignore entries - src/scripts/k6/baseline.js (excluded from deno check) - rename CLAUDE.md → AGENTS.md (CLAUDE.md as symlink); .env.example → env.example - update AGENTS.md dev-commands table and TESTING.md to new recipe names