harn-hostlib 0.9.21

Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://harnlang.com/schemas/hostlib/code_index/rebuild.response.json",
  "title": "code_index.rebuild response",
  "type": "object",
  "properties": {
    "files_indexed": { "type": "integer", "minimum": 0 },
    "files_skipped": { "type": "integer", "minimum": 0 },
    "elapsed_ms": { "type": "integer", "minimum": 0 }
  },
  "required": ["files_indexed", "files_skipped", "elapsed_ms"],
  "additionalProperties": false
}