wxxb789/dsh-raven-research ↗★ 0
dsh-raven-research
Progressive, source-grounded research, writing, and learning for DeepSeek Harness
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Raven owns the raven-research settings namespace. Registering it is what exposes it:
a Harness that composes a settings provider serves the namespace to every configuration
surface, with nothing to add to the Harness itself.
| Field | Default | Effect |
|---|---|---|
sourceVerification | remote | structural-only withholds every remote check. No Source can then be confirmed, so a Checkpoint that records Sources is refused with the policy named. Set it only where the network is genuinely out of reach. |
sourceCheckTimeoutMs | 0 | Deadline for one remote Source check, in milliseconds. 0 means no deadline. An exceeded deadline reports that one Source as unverifiable instead of holding the Checkpoint open. |
No setting can lower a Task's evidence floor. Withholding checks makes evidence unverifiable, which refuses publication; it never turns unchecked Sources into confirmed ones.
The composition entry in cordis.yml is the base layer. A value stored in the user's
settings.yaml overrides it and takes effect on the next Source check, with no restart;
if the settings service goes away, the composition entry becomes authoritative again.
A browser card for this namespace is deferred: the client module system requires a
dsh.client bundle in the loader's lazy-CJS factory format, and the preset that emits
it is not published outside the Harness repository.