Skip to content
dsh.fish
Bundle

@bryan-cmf/dsh-infra-bootstrap

DSH-Plugin: minimal infrastructure entry — infra_status / infra_bootstrap tools that probe the mounted infra stack (memory, observability, search, skills) and report readiness.

Source
Bryan-cmf
License
MIT
Updated
Updated 3 days ago

Readme

# 🚀 Infra Bootstrap — DSH-Plugin

> **基礎設施極簡入口**:`infra_status` 探測已掛載的整個棧(記憶 / 觀測 / 搜索 / 技能目錄 / 運行時),`infra_bootstrap` 輸出就緒判定。原 7-step SKILL.md 管線的結構化替代。

[![npm](https://img.shields.io/npm/v/@bryan-cmf/dsh-infra-bootstrap)](https://www.npmjs.com/package/@bryan-cmf/dsh-infra-bootstrap)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![DSH](https://img.shields.io/badge/DSH-Plugin-4B32C3)](https://github.com/deepseek-ai/deepseek-harness)

## Tools

| Tool | Effect |
| --- | --- |
| `infra_status` | Probe each component and print per-line status |
| `infra_bootstrap` | Same probe + final `PASS` / `WARN` verdict |

Probes: `vectorMemory` service (records), sibling tools
(`usage_report` / `audit_skills` / `infra_health` / `mem_save` / `mem_search`
/ `cross_search`), skill catalog size, live agents and sessions.

## Install

```jsonc
"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-infra-bootstrap"] } }
```

## Requirements

- DSH `>= 0.1.0-rc.6` (`tools`, `skills` services)
- Sibling packages are optional — MISSING lines tell you what to install

## Development

```bash
pnpm install --store-dir .pnpm-store
pnpm build
```

## License

MIT

Install

dsh plugin --profile web add github:Bryan-cmf/dsh-infra-bootstrap

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source