17 lines
549 B
EmacsLisp
17 lines
549 B
EmacsLisp
package "neuron" {
|
|
version "0.1.0"
|
|
description "Neuron - the canonical CGI substrate"
|
|
edition "2026"
|
|
}
|
|
|
|
build {
|
|
// Layer composition order (elc resolves via import chain in soul.el):
|
|
// base ../foundation/nlg — NLG engine: 31-language morphology,
|
|
// grammar, realizer, semantics
|
|
// soul soul.el — the soul injected on top of NLG
|
|
//
|
|
// To add more layers: import them in soul.el before the soul's own
|
|
// code, and document them here.
|
|
entry "soul.el"
|
|
}
|