Package: pensar
Type: Package
Title: LLM Wiki Engine
Version: 0.4.2
Authors@R: c(
    person("Troy", "Hernandez", role = c("aut", "cre"),
        email = "troy@cornball.ai",
        comment = c(ORCID = "0009-0005-4248-604X")),
    person("cornball.ai", role = "cph"))
Description: Maintains a persistent, compounding knowledge base from source
    documents. Ingests articles, chat logs, briefings, and messages into a
    structured vault of markdown files with 'YAML' frontmatter and wikilinks.
    The vault is designed for large language model (LLM) agents to summarize,
    cross-reference, and maintain; humans curate sources, edit, and ask questions.
License: Apache License (>= 2)
URL: https://github.com/cornball-ai/pensar
BugReports: https://github.com/cornball-ai/pensar/issues
SystemRequirements: pandoc (for vault_export()), git (for
        vault_commit())
Imports: yaml
Suggests: saber, tinytest
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-04-30 00:11:12 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>),
  cornball.ai [cph]
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-05-04 19:00:02 UTC
Built: R 4.6.0; ; 2026-05-04 23:44:14 UTC; unix
