Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add emoji headers to remaining 4 undocumented pieces

- ๐Ÿ”Œ API: Test harness for Aesthetic Computer API surface
- ๐Ÿ“š Learn: Documentation and reference guide
- ๐ŸŽต Metronome: Beat tracker with tap-tempo and DAW sync
- ๐Ÿ” Zoom Test: Zoom and scaling functionality testing

All 347 pieces now have complete documentation headers.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

+12 -1
+3
system/public/aesthetic.computer/disks/api.mjs
··· 1 + // ๐Ÿ”Œ API, 2026.04.14 2 + // Test harness for publishing and validating the Aesthetic Computer API surface. 3 + 1 4 console.log("API LOADED"); 2 5 3 6 // TODO: How to best publish the API for myself?
+3
system/public/aesthetic.computer/disks/learn.mjs
··· 1 + // ๐Ÿ“š Learn, 2026.04.14 2 + // Documentation and reference guide for AC bots and brushes. 3 + 1 4 /* 2 5 Bots 3 6 Type text into the prompt to receive a reply.
+4 -1
system/public/aesthetic.computer/disks/metronome.mjs
··· 1 - /* #region ๐ŸŸข TODO 1 + // ๐ŸŽต Metronome, 2026.04.14 2 + // Beat tracker with tap-tempo and DAW synchronization support. 3 + 4 + /* #region ๐ŸŸข TODO 2 5 - [๐ŸŸ ] Show the bpm rate visually and use arrow keys for dynamic adjustment. 3 6 - [] Add a really nice drum sound. 4 7 - [] Decouple the sound length from the animation... maybe by playing a silent
+2
system/public/aesthetic.computer/disks/zoom-test.mjs
··· 1 + // ๐Ÿ” Zoom Test, 2026.04.14 2 + // Testing zoom and scaling functionality.