Directories
¶
| Path | Synopsis |
|---|---|
|
apps
|
|
|
godepview
Package godepview is the keelson app that explores this module's Go dependency graph (ADR-0064).
|
Package godepview is the keelson app that explores this module's Go dependency graph (ADR-0064). |
|
splashscreen
Package splashscreen is a windowed keelson app (ADR-0026 AppI) that presents the project's splash artwork alongside two companion panes:
|
Package splashscreen is a windowed keelson app (ADR-0026 AppI) that presents the project's splash artwork alongside two companion panes: |
|
public
|
|
|
algebraicarch/pushout/envelope
Package envelope defines the transmissible form of a patch and its wire-format seam.
|
Package envelope defines the transmissible form of a patch and its wire-format seam. |
|
algebraicarch/pushout/envelope/codectest
Package codectest is the executable conformance contract for envelope.CodecI implementations.
|
Package codectest is the executable conformance contract for envelope.CodecI implementations. |
|
algebraicarch/pushout/exchange
Version comparison.
|
Version comparison. |
|
algebraicarch/pushout/exchange/exchangetest
Package exchangetest is the executable conformance contract for exchange transports.
|
Package exchangetest is the executable conformance contract for exchange transports. |
|
algebraicarch/pushout/exchange/inproc
Package inproc adapts a local *repo.Repo to the exchange transport interfaces — the trivial carrier used by the demo, by tests, and by the exchangetest conformance suite.
|
Package inproc adapts a local *repo.Repo to the exchange transport interfaces — the trivial carrier used by the demo, by tests, and by the exchangetest conformance suite. |
|
algebraicarch/pushout/repo
Package repo is the domain-neutral pushout engine: a patch log plus a graggle, persisted through a pluggable StorageI, serialized through a pluggable wire-codec envelope.Registry, and synchronized through the transport-agnostic exchange package.
|
Package repo is the domain-neutral pushout engine: a patch log plus a graggle, persisted through a pluggable StorageI, serialized through a pluggable wire-codec envelope.Registry, and synchronized through the transport-agnostic exchange package. |
|
algebraicarch/pushout/repo/filestore
Package filestore is the reference repo.StorageI implementation: a transparent on-disk layout under one root directory, hardened for crash consistency.
|
Package filestore is the reference repo.StorageI implementation: a transparent on-disk layout under one root directory, hardened for crash consistency. |
|
algebraicarch/pushout/repo/storagetest
Package storagetest is the executable conformance contract for repo.StorageI implementations.
|
Package storagetest is the executable conformance contract for repo.StorageI implementations. |
|
app
command
|
|
|
code/analysis/golang/godep
Package godep is the marshallgen-serializable manifest and the collection<->visualization seam for the Go dependency explorer (ADR-0064).
|
Package godep is the marshallgen-serializable manifest and the collection<->visualization seam for the Go dependency explorer (ADR-0064). |
|
code/analysis/golang/godep/godepcollect
Package godepcollect is the live godep.SourceI adapter for the Go dependency explorer (ADR-0064): it loads the transitive package closure with golang.org/x/tools/go/packages and builds a godep.Manifest.
|
Package godepcollect is the live godep.SourceI adapter for the Go dependency explorer (ADR-0064): it loads the transitive package closure with golang.org/x/tools/go/packages and builds a godep.Manifest. |
|
code/analysis/golang/wasmsurvey
Package wasmsurvey surveys which of the module's Go packages are amenable to TinyGo/WebAssembly compilation, and explains why the others are not (ADR-0078).
|
Package wasmsurvey surveys which of the module's Go packages are amenable to TinyGo/WebAssembly compilation, and explains why the others are not (ADR-0078). |
|
db/clickhouse/text2sql
Package text2sql provides natural language to ClickHouse SQL translation using a local Ollama LLM with structural validation feedback.
|
Package text2sql provides natural language to ClickHouse SQL translation using a local Ollama LLM with structural validation feedback. |
|
gov/docstd
Package docstd is the canonical vocabulary for the boxer documentation standard's front-matter contract (DOCUMENTATION_STANDARD §4): the allowed Diátaxis `type:` values, the per-type `status:` lifecycle enums, and a pure validator over a `(type, status)` pair.
|
Package docstd is the canonical vocabulary for the boxer documentation standard's front-matter contract (DOCUMENTATION_STANDARD §4): the allowed Diátaxis `type:` values, the per-type `status:` lifecycle enums, and a pure validator over a `(type, status)` pair. |
|
keelson/designsystem/colors/vendor
Package vendor implements the IDS data-encoding palette vendor converter (ADR-0031 §SD3 / §SD8 Flow 2; ADR-0033 §SD4).
|
Package vendor implements the IDS data-encoding palette vendor converter (ADR-0031 §SD3 / §SD8 Flow 2; ADR-0033 §SD4). |
|
keelson/designsystem/lint/internal/literalrule
Package literalrule factors out the analyzer shape shared by the Tier-1 design-system rules that flag a raw numeric literal in a selector-named call (L3 spacing, L4 rounding): trigger on a call whose function is a selector whose name is in Triggers, inspect the first positional argument, and report when it is an INT/FLOAT BasicLit whose text is not in Allowed.
|
Package literalrule factors out the analyzer shape shared by the Tier-1 design-system rules that flag a raw numeric literal in a selector-named call (L3 spacing, L4 rounding): trigger on a call whose function is a selector whose name is in Triggers, inspect the first positional argument, and report when it is an INT/FLOAT BasicLit whose text is not in Allowed. |
|
keelson/designsystem/lint/l3spacing
Package l3spacing implements IDS Tier 1 rule L3 — flag literal floats in spacing-aware API calls outside the styletokens allowlist.
|
Package l3spacing implements IDS Tier 1 rule L3 — flag literal floats in spacing-aware API calls outside the styletokens allowlist. |
|
keelson/designsystem/web
Package web serves the IDS lean classless CSS assets (ADR-0076): the hand-authored base + obsidian coverage (ids.css) and the generated colour tokens (ids-palette.css).
|
Package web serves the IDS lean classless CSS assets (ADR-0076): the hand-authored base + obsidian coverage (ids.css) and the generated colour tokens (ids-palette.css). |
|
keelson/runtime/clipboardbroker
Package clipboardbroker is the runtime's clipboard Powerbox per ADR-0026 (Update 2026-05-30).
|
Package clipboardbroker is the runtime's clipboard Powerbox per ADR-0026 (Update 2026-05-30). |
|
observability/goruntime
Package goruntime reads the running process's own Go runtime metrics (runtime/metrics) into a caller-owned Snapshot.
|
Package goruntime reads the running process's own Go runtime metrics (runtime/metrics) into a caller-owned Snapshot. |
|
observability/humanfmt
Package humanfmt renders metric quantities as compact human-readable strings for the runtime-dashboard apps (imzrt, imztop), which each previously carried a verbatim copy of Bytes (ADR-0061 SD13, same rationale as the SlidingWindow lift).
|
Package humanfmt renders metric quantities as compact human-readable strings for the runtime-dashboard apps (imzrt, imztop), which each previously carried a verbatim copy of Bytes (ADR-0061 SD13, same rationale as the SlidingWindow lift). |
|
observability/slidingwindow
Package slidingwindow provides a fixed-capacity, drop-oldest ring buffer used by the runtime-dashboard samplers (imzrt, imztop) to retain a bounded history of per-tick metric values for plotting.
|
Package slidingwindow provides a fixed-capacity, drop-oldest ring buffer used by the runtime-dashboard samplers (imzrt, imztop) to retain a bounded history of per-tick metric values for plotting. |
|
observability/sysmetrics/psi
Package psi samples Linux Pressure Stall Information (PSI) from /proc/pressure/{cpu,memory,io} — the share of wall-time tasks spent stalled on each resource, averaged over 10/60/300 s windows.
|
Package psi samples Linux Pressure Stall Information (PSI) from /proc/pressure/{cpu,memory,io} — the share of wall-time tasks spent stalled on each resource, averaged over 10/60/300 s windows. |
|
packageprops
Package packageprops is the shared, zero-dependency vocabulary for per-package property declarations (ADR-0080).
|
Package packageprops is the shared, zero-dependency vocabulary for per-package property declarations (ADR-0080). |
|
science/geo/h3
Package h3 provides bulk, Struct-of-Arrays access to Uber H3 hierarchical geospatial indexing.
|
Package h3 provides bulk, Struct-of-Arrays access to Uber H3 hierarchical geospatial indexing. |
|
science/units
Code generated by copy paste; DO NOT EDIT.
|
Code generated by copy paste; DO NOT EDIT. |
|
semistructured/leeway/anchor/codecdemo
Package codecdemo demonstrates the keelsoncodec --target=anchor emit mode: the same generator that produces the full facts bus- codec stack also produces a schema-agnostic codec for anchor's leeway DML / RA, with Go's type inference binding the schema at the call site.
|
Package codecdemo demonstrates the keelsoncodec --target=anchor emit mode: the same generator that produces the full facts bus- codec stack also produces a schema-agnostic codec for anchor's leeway DML / RA, with Go's type inference binding the schema at the call site. |
|
semistructured/leeway/anchor/ecsdemo/stage1
Package stage1 is the json/v2 stage of the ecsdemo Entity-Component-System example.
|
Package stage1 is the json/v2 stage of the ecsdemo Entity-Component-System example. |
|
semistructured/leeway/anchor/ecsdemo/stage2
Package stage2 is the leeway-backed mirror of the json/v2 ecsdemo (stage 1).
|
Package stage2 is the leeway-backed mirror of the json/v2 ecsdemo (stage 1). |
|
semistructured/leeway/canonicaltypes/codegen
Code generated DO NOT EDIT
|
Code generated DO NOT EDIT |
|
semistructured/leeway/encodingaspects
Code generated by copy paste; DO NOT EDIT.
|
Code generated by copy paste; DO NOT EDIT. |
|
semistructured/leeway/mappingplan
Package mappingplan is the schema-agnostic model of a leeway DTO ↔ codec mapping: the parsed Plan (plain columns + tagged-value fields), the lw: tag grammar (SplitLW), per-field validation and assembly (PlanBuilder), the membership-channel enum, section grouping, and field-shape classification.
|
Package mappingplan is the schema-agnostic model of a leeway DTO ↔ codec mapping: the parsed Plan (plain columns + tagged-value fields), the lw: tag grammar (SplitLW), per-field validation and assembly (PlanBuilder), the membership-channel enum, section grouping, and field-shape classification. |
|
semistructured/leeway/marshall/go/marshallgen
Package marshallgen is the generic Go DTO → leeway codec generator.
|
Package marshallgen is the generic Go DTO → leeway codec generator. |
|
semistructured/leeway/marshall/marshalltypes
Package marshalltypes holds the plain carrier structs for the leeway codec's Cut-2 parametrized / mixed membership channels (ADR-0008 D3).
|
Package marshalltypes holds the plain carrier structs for the leeway codec's Cut-2 parametrized / mixed membership channels (ADR-0008 D3). |
|
semistructured/leeway/membership
Package membership is the low-level wire identity of a Leeway membership and its string representation, role-agnostic.
|
Package membership is the low-level wire identity of a Leeway membership and its string representation, role-agnostic. |
|
semistructured/leeway/useaspects
Code generated by copy paste; DO NOT EDIT.
|
Code generated by copy paste; DO NOT EDIT. |
|
semistructured/leeway/valueaspects
Code generated by copy paste; DO NOT EDIT.
|
Code generated by copy paste; DO NOT EDIT. |
|
thestack/imzero2/egui2/widgets/canonicaltypeedit
Package canonicaltypeedit is an editor widget for a single primitive leeway canonical type (canonicaltypes).
|
Package canonicaltypeedit is an editor widget for a single primitive leeway canonical type (canonicaltypes). |
|
thestack/imzero2/egui2/widgets/canonicaltypesummary
Package canonicaltypesummary is a reusable, tethered value-inspector for a single leeway canonical type (canonicaltypes).
|
Package canonicaltypesummary is a reusable, tethered value-inspector for a single leeway canonical type (canonicaltypes). |
|
thestack/imzero2/egui2/widgets/colormap
Package colormap maps a stream of float32 samples to packed RGBA (0xRRGGBBAA) u32 colors, with NaN/Inf and out-of-range substitution (matplotlib set_bad / set_under / set_over style), intensity scaling (linear, log10, or dB-from-linear-power), and linearly-interpolated palette lookup.
|
Package colormap maps a stream of float32 samples to packed RGBA (0xRRGGBBAA) u32 colors, with NaN/Inf and out-of-range substitution (matplotlib set_bad / set_under / set_over style), intensity scaling (linear, log10, or dB-from-linear-power), and linearly-interpolated palette lookup. |
|
thestack/imzero2/egui2/widgets/componentview
Package componentview is the typed per-component complement to the generic leewaywidgets.Table2CardEmitter (ADR-0075).
|
Package componentview is the typed per-component complement to the generic leewaywidgets.Table2CardEmitter (ADR-0075). |
|
thestack/imzero2/egui2/widgets/distsummary
Package distsummary implements a two-level summarisation widget for a single statistical distribution.
|
Package distsummary implements a two-level summarisation widget for a single statistical distribution. |
|
thestack/imzero2/egui2/widgets/gauge
Package gauge renders a read-only radial dial: one scalar value mapped onto a bounded [min,max] range, drawn as a ~270° needle dial with optional colored zones, ticks, and a center value readout.
|
Package gauge renders a read-only radial dial: one scalar value mapped onto a bounded [min,max] range, drawn as a ~270° needle dial with optional colored zones, ticks, and a center value readout. |
|
thestack/imzero2/egui2/widgets/heatmapscroll
Package heatmapscroll composes the colormap package with the scrollingTexture widget (ADR-0058) into a single, opinionated wrapper for "streaming scalar → colour heatmap" use cases: audio spectrograms, RF waterfalls, thermal streams, rolling metrics heatmaps.
|
Package heatmapscroll composes the colormap package with the scrollingTexture widget (ADR-0058) into a single, opinionated wrapper for "streaming scalar → colour heatmap" use cases: audio spectrograms, RF waterfalls, thermal streams, rolling metrics heatmaps. |
|
thestack/imzero2/egui2/widgets/layeredgraph
Package layeredgraph defines the engine-neutral seam for static, layered (hierarchical / Sugiyama) layout of directed flow graphs — state machines, DAGs, the leeway pipeline.
|
Package layeredgraph defines the engine-neutral seam for static, layered (hierarchical / Sugiyama) layout of directed flow graphs — state machines, DAGs, the leeway pipeline. |
|
thestack/imzero2/egui2/widgets/layeredgraph/goccyengine
Package goccyengine implements layeredgraph.Engine with Graphviz `dot`, run in-process as WebAssembly via goccy/go-graphviz (wazero, cgo-free).
|
Package goccyengine implements layeredgraph.Engine with Graphviz `dot`, run in-process as WebAssembly via goccy/go-graphviz (wazero, cgo-free). |
|
thestack/imzero2/egui2/widgets/layeredgraph/view
Package view renders a layeredgraph.Layout into an imzero2 PaintCanvas using the existing painter binding — there is no new IDL/FFI surface (ADR-0069).
|
Package view renders a layeredgraph.Layout into an imzero2 PaintCanvas using the existing painter binding — there is no new IDL/FFI surface (ADR-0069). |
|
thestack/imzero2/egui2/widgets/mappingplanview
Package mappingplanview is an interactive ImZero2 widget for authoring a leeway mappingplan spec and live-previewing the code it compiles to.
|
Package mappingplanview is an interactive ImZero2 widget for authoring a leeway mappingplan spec and live-previewing the code it compiles to. |
|
thestack/imzero2/egui2/widgets/pager
Package pager is a reusable client-side paginator over an in-memory dataset.
|
Package pager is a reusable client-side paginator over an in-memory dataset. |
|
thestack/imzero2/egui2/widgets/schemaview
Package schemaview is an imzero2 widget that renders a leeway schema — a common.TableDesc — as a master-detail inspector across two dock panes: a collapsible section navigator ("structure") and a decoded property pane ("detail").
|
Package schemaview is an imzero2 widget that renders a leeway schema — a common.TableDesc — as a master-detail inspector across two dock panes: a collapsible section navigator ("structure") and a decoded property pane ("detail"). |
Click to show internal directories.
Click to hide internal directories.