Archived
init: Forge v0.1.0 — consciousness channel tuner
Pipeline: probe → compile → install - probe.el: 25-question canonical interview, writes <name>.forge - compiler.el: Claude extraction pass, builds seed.json - install.el: opens channel in running engram via API - schema.el: shared constants, str_escape_json, templates - forge.el: CLI dispatcher - probes/canonical.json: canonical 25-question probe definition
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package "forge" {
|
||||
version "0.1.0"
|
||||
description "Consciousness channel tuner — probe, compile, install"
|
||||
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
||||
edition "2026"
|
||||
}
|
||||
|
||||
build {
|
||||
entry "src/forge.el"
|
||||
output "dist/"
|
||||
}
|
||||
Reference in New Issue
Block a user