-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreference_contract.yml
More file actions
88 lines (84 loc) · 4.03 KB
/
Copy pathreference_contract.yml
File metadata and controls
88 lines (84 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
kinds:
pattern:
label: Pattern
description: Workflow-construction idiom. Usually condensed during casting.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
cli-tool:
label: CLI Tool
description: Tool-level install metadata. Aggregated into the cast bundle's Required Tools section.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
cli-command:
label: CLI Command
description: Command reference. Usually cast to a sidecar and loaded only when invoked.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
schema:
label: Schema
description: Structured contract copied for validation or lookup.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
prompt:
label: Prompt
description: Prompt fragment copied verbatim or inlined by the target adapter.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
example:
label: Example
description: Fixture or exemplar copied verbatim.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: path
research:
label: Research
description: Background synthesis loaded by explicit progressive-disclosure metadata.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
ref_shape: wiki-link
used_at:
cast-time:
label: Cast Time
description: Used while building the cast artifact.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
runtime:
label: Runtime
description: Consulted by the generated skill while doing work.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
both:
label: Both
description: Used during casting and available to the generated skill at runtime.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
load:
upfront:
label: Upfront
description: Loaded with the generated skill's initial context or main instructions.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
on-demand:
label: On Demand
description: Loaded only when the reference trigger applies.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
modes:
verbatim:
label: Verbatim
description: Copied without LLM rewrite.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
condense:
label: Condense
description: LLM condensation is required before final packaging; generic handling is not complete yet.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
sidecar:
label: Sidecar
description: Transformed into a structured runtime artifact beside the generated skill.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
evidence:
hypothesis:
label: Hypothesis
description: Added because it seems useful; not yet proven by a real cast run.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
corpus-observed:
label: Corpus Observed
description: Grounded in survey or research over real workflows, upstream source, or runtime behavior.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest
cast-validated:
label: Cast Validated
description: A generated skill used this reference successfully on real data.
href: https://github.com/galaxyproject/foundry/blob/main/docs/MOLD_SPEC.md#typed-reference-manifest