aboutsummaryrefslogtreecommitdiff
path: root/docs/design/gloss.org
Commit message (Collapse)AuthorAgeFilesLines
* chore: scaffold gloss packageCraig Jennings27 hours1-0/+316
Five layered files per the design at docs/design/gloss.org. gloss-core for the data layer, gloss-fetch for the network layer, gloss-display for the UI, gloss-drill for the spaced-repetition export, and gloss.el as the entry point. All five are skeletons. Implementation comes next. The Makefile delegates to ert with the usual unit, integration, and per-file targets. It also runs paren and lint passes. The package is licensed GPL-3.0-or-later. README is a placeholder pointing at the design doc.