| author | Alan Dipert
<alan@tailrecursion.com> 2026-05-15 05:46:07 UTC |
| committer | Alan Dipert
<alan@tailrecursion.com> 2026-05-15 05:46:07 UTC |
| parent | c7a4bbcdc61933c11faa02a29cc7edf4c1aca556 |
| AGENTS.md | +1 | -0 |
| md/Home.md | +1 | -0 |
diff --git a/AGENTS.md b/AGENTS.md index e17e71d..2009b63 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -27,6 +27,7 @@ When drafting or editing Markdown articles under `md/`: - Begin with a level-one heading that matches the filename (e.g., `# HomepageDesign`). - Use short, conversational paragraphs aimed at technical readers; prefer present tense and active voice. - Link to related wiki pages using relative Markdown links (`./PageName.md`) so the generator can rewrite them. +- When publishing or adding a new article, add a dated entry near the top of the `md/Home.md` Updates table with a relative Markdown link to the article. - Store article-specific assets in a sibling directory named after the article stem (e.g., `md/PageName/image.png` for `md/PageName.md`) and reference them relatively (`./PageName/image.png`) so `make assets` copies them correctly. - For historical notes, include dates or context in plain prose rather than YAML front matter. - Tables should follow GitHub-style pipe syntax; the build pipeline will handle them. diff --git a/md/Home.md b/md/Home.md index 2690086..cf2611f 100644 --- a/md/Home.md +++ b/md/Home.md @@ -24,6 +24,7 @@ Updates | Date | Note | |:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------| +| 2026-05-15 | Added [ProgrammablePhones](./ProgrammablePhones.md), on AI coding agents making personal mobile software practical. | | 2026-02-24 | Added [GridCalc](./GridCalc.md), an RPN spreadsheet for iOS with a persistent, visible program grid. | | 2026-01-07 | Added [ActorAgents](./ActorAgents.md), applying the actor model to agentic systems with explicit capabilities and limits. | | 2026-01-01 | Added [Lisp:DestinationDrivenCompilation](./Lisp/DestinationDrivenCompilation.md), comparing statement-context emitters with destination-driven code generation for bracketed hosts. |