Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: export make-config from ac-native.config package

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
fedac/native/cl/packages.lisp
··· 82 82 83 83 (defpackage :ac-native.config 84 84 (:use :cl) 85 - (:export #:load-config #:config-handle #:config-piece 85 + (:export #:load-config #:make-config #:config-handle #:config-piece 86 86 #:config-claude-token #:config-github-pat #:config-wifi 87 87 #:write-device-tokens)) 88 88