Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
25 lines
615 B
TOML
25 lines
615 B
TOML
[package]
|
|
name = "kei-atom-discovery"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.75"
|
|
description = "Shared atom discovery + frontmatter parsing + safe path join"
|
|
authors = ["Denis Parfionovich <info@greendragon.info>"]
|
|
|
|
[lib]
|
|
name = "kei_atom_discovery"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_yaml_ng = "0.10"
|
|
walkdir = "2"
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[package.metadata.keisei]
|
|
backend = "none"
|
|
description = "Shared atom discovery + frontmatter parsing + safe path join"
|
|
authors = ["Denis Parfionovich <info@greendragon.info>"]
|