Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5b7982b
Add blog post: AbortController.abort() Doesn't Mean It Stopped
taras Feb 13, 2026
32d5dfe
Add pre-commit workflow section to AGENTS.md
taras Feb 13, 2026
d5123fc
Revise blog post based on editorial feedback
taras Feb 13, 2026
c0ce4ab
Replace thumbnail with terminal output concept
taras Feb 13, 2026
92a6af4
Fix invalid rx attribute in SVG thumbnail
taras Feb 13, 2026
ae4534c
Fix SVG filter clipping and caption positioning
taras Feb 14, 2026
cf0e404
Center terminal titles in available header space
taras Feb 14, 2026
851555a
Vertically center terminal titles in header
taras Feb 14, 2026
396c3a7
Fix terminal title vertical centering cross-browser
taras Feb 14, 2026
3d1e320
Increase terminal header height for proper centering
taras Feb 14, 2026
fc2bd51
Replace header rects with paths for proper corner rounding
taras Feb 14, 2026
033a9fc
Remove duplicate elements in right terminal dark mode
taras Feb 14, 2026
3714120
Add terminal animation to blog thumbnail
taras Feb 14, 2026
4c7a189
Add cursor blink at start of animation cycle
taras Feb 14, 2026
4d711c9
Fix animation reset: all lines disappear simultaneously
taras Feb 14, 2026
96bbc29
Extend animation hold time: 7s -> 10s total cycle
taras Feb 14, 2026
13b951c
Fix animation timing: content visible 80% of cycle
taras Feb 14, 2026
9d31e49
Add image and description to blog post frontmatter
taras Feb 14, 2026
907b7e9
Clarify abort() is called on AbortController
taras Feb 14, 2026
3407cd6
fix: use controller.abort() in description for consistency
taras Feb 14, 2026
0efcb42
👀 Proofread and organize for strength
cowboyd Feb 18, 2026
ed45cb1
fix: polish abort() blog post
taras Feb 18, 2026
0641450
fix: smooth Effection introduction
taras Feb 18, 2026
e2bb8fc
fix: simplify Effection example
taras Feb 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,17 @@ for (const item of yield * each(stream(asyncIterable))) {
- After resolve/reject, yielding the `operation` always produces the same
outcome; calling resolve/reject again has no effect.

## Pre-commit workflow

Before committing any changes to this repository:

1. Run `deno fmt` to format all changed files
2. Run `deno lint` to check for lint errors (TypeScript files only)
3. Fix any issues before committing

This applies to all file types that Deno formats (TypeScript, JavaScript,
Markdown, JSON, etc.). The `www/` subdirectory follows the same rules.

## Pull requests

When creating a pull request, use the template at
Expand Down
Binary file added llms-txt-content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added llms-txt-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading