Skip to content
dsh.fish
Bundle

relay-dsh-plugin-monitor-time

Time deadline Monitor Bundle extension for Relay on DeepSeek Harness.

Source
yangbobo2021
License
MIT
Updated
Updated 8 days ago

Readme

# Relay Time Monitor Bundle for DeepSeek Harness

[![npm version](https://img.shields.io/npm/v/relay-dsh-plugin-monitor-time?label=npm)](https://www.npmjs.com/package/relay-dsh-plugin-monitor-time)
[![CI](https://github.com/yangbobo2021/relay-dsh-plugin-monitor-time/actions/workflows/ci.yml/badge.svg)](https://github.com/yangbobo2021/relay-dsh-plugin-monitor-time/actions/workflows/ci.yml)
[![MIT license](https://img.shields.io/github/license/yangbobo2021/relay-dsh-plugin-monitor-time)](LICENSE)

English | [中文](README.zh.md)

This extension adds the discoverable `time.deadline` Monitor Bundle Type and the
`relay_schedule_timer` convenience tool to Relay. Install it with Relay Events and
Monitor Core. The extension reads only the host clock and supports English and
Simplified Chinese catalog metadata.

Install the exact public release with the required Relay plugins:

```bash
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add --save-exact \
  relay-dsh-plugin-events@0.2.3-rc.1 \
  relay-dsh-plugin-monitors@0.3.2-rc.1 \
  relay-dsh-plugin-monitor-time@0.1.2-rc.1
```

Git source is also installable for release verification:

```bash
npx @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add --save-exact \
  github:yangbobo2021/relay-dsh-plugin-monitor-time#v0.1.2-rc.1
```

The same artifact retains compatibility with audited DSH `0.1.2-alpha.3` profiles.

See [SPEC.md](SPEC.md) and [delivery scenarios](docs/acceptance-scenarios.md).

Install

dsh plugin --profile web add github:yangbobo2021/relay-dsh-plugin-monitor-time#8bd126af82a4a5cc5bacdf05693597a5300be5af

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.
Source