Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
lincrawl
command
|
|
|
internal
|
|
|
archive
Package archive owns the canonical lincrawl archive shape: a sorted NDJSON stream of typed records, compressed with zstd and encrypted with age.
|
Package archive owns the canonical lincrawl archive shape: a sorted NDJSON stream of typed records, compressed with zstd and encrypted with age. |
|
cli
Package cli wires the lincrawl Kong command tree, JSON output, and exit codes.
|
Package cli wires the lincrawl Kong command tree, JSON output, and exit codes. |
|
config
Package config loads lincrawl runtime configuration from environment variables, a git-ignored .env.local, and optional XDG-resolved paths.
|
Package config loads lincrawl runtime configuration from environment variables, a git-ignored .env.local, and optional XDG-resolved paths. |
|
guard
Package guard scans the working tree for tenant data, plaintext archives, secret-looking values, and real provider artifacts.
|
Package guard scans the working tree for tenant data, plaintext archives, secret-looking values, and real provider artifacts. |
|
linear
Package linear holds the typed surface of the Linear API that lincrawl consumes: entity types and the fixture loader that feeds the store.
|
Package linear holds the typed surface of the Linear API that lincrawl consumes: entity types and the fixture loader that feeds the store. |
|
lock
Package lock implements a simple cross-process file lock so two lincrawl sync runs cannot race on the same SQLite archive.
|
Package lock implements a simple cross-process file lock so two lincrawl sync runs cannot race on the same SQLite archive. |
|
store
Package store owns the lincrawl SQLite archive.
|
Package store owns the lincrawl SQLite archive. |
|
syncer
Package syncer orchestrates ingestion into the local store.
|
Package syncer orchestrates ingestion into the local store. |
|
tenantstore
Package tenantstore verifies a generic encrypted-snapshot store on disk: a manifest.json plus age-encrypted snapshot artifacts.
|
Package tenantstore verifies a generic encrypted-snapshot store on disk: a manifest.json plus age-encrypted snapshot artifacts. |
Click to show internal directories.
Click to hide internal directories.