You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,22 @@
1
1
# Agents
2
2
3
-
This repository uses AI agents to assist with development tasks. This file provides entry points for agent discovery.
3
+
This repository uses AI agents to assist with development tasks. This file
4
+
provides entry points for agent discovery.
4
5
5
6
## Project Overview
6
7
7
8
Staticalize is a CLI tool and library that downloads and staticalizes websites
8
-
from a sitemap. It fetches pages, rewrites links to point to a new base URL,
9
-
and saves the result to disk. Published to JSR as `@frontside/staticalize` and
10
-
to npm via a Deno build step.
9
+
from a sitemap. It fetches pages, rewrites links to point to a new base URL, and
10
+
saves the result to disk. Published to JSR as `@frontside/staticalize` and to
11
+
npm via a Deno build step.
11
12
12
13
## Effection
13
14
14
-
This repository builds on [Effection](https://github.com/thefrontside/effection), a structured concurrency library. Before working with code here, read the [Effection AGENTS.md](https://github.com/thefrontside/effection/blob/v4/AGENTS.md) for essential concepts:
15
+
This repository builds on
16
+
[Effection](https://github.com/thefrontside/effection), a structured concurrency
0 commit comments