Skip to content

mankinskin/context-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,682 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

context-engine

context-engine is the top-level workspace that coordinates the graph crates in context-stack, the viewer and operator tooling in memory-viewers, and the repo-local configuration and install surfaces that bind them together.

Repository Map

The root-level repo_map.toon file is the compact structural index for this repository. Refresh it with:

cargo run -p peek-cli -- . --repo-map --output repo_map.toon

Use peek repo_map.toon --grep "crates" for bounded inspection or decode/query it as TOON when automation needs machine-readable structure.

Child repo or folder What it contains Direct README
context-stack Graph, search, insert, and read crates plus extracted support dependencies. context-stack/README.md
memory-viewers Viewer binaries, CLI/MCP/HTTP tooling, and shared viewer runtime packages. memory-viewers/README.md
config Shared tracing and repository configuration. config/README.md

context-stack child READMEs:

memory-viewers child READMEs:

Installable Tools

The shared installer in install-tools.sh refreshes the executable Rust binaries and installable tooling surfaced by this repository:

The companion installer in install-extensions.sh packages and installs the workspace's VS Code extensions into your local VS Code profile:

Working With Submodules

git submodule update --init --recursive
bash tools/checkout-submodule-branches.sh

Workspace Validation

cargo test --workspace
cargo doc --workspace --open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors