renma 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +123 -1
- package/README.md +11 -1
- package/architecture.md +14 -4
- package/design.md +13 -2
- package/dist/agent-skills.d.ts +1 -1
- package/dist/agent-skills.d.ts.map +1 -1
- package/dist/agent-skills.js +28 -8
- package/dist/agent-skills.js.map +1 -1
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.d.ts.map +1 -1
- package/dist/catalog.js +120 -12
- package/dist/catalog.js.map +1 -1
- package/dist/cli-help.d.ts +9 -5
- package/dist/cli-help.d.ts.map +1 -1
- package/dist/cli-help.js +9 -0
- package/dist/cli-help.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +23 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/bom.d.ts +6 -3
- package/dist/commands/bom.d.ts.map +1 -1
- package/dist/commands/bom.js +27 -7
- package/dist/commands/bom.js.map +1 -1
- package/dist/commands/catalog.d.ts +1 -1
- package/dist/commands/catalog.d.ts.map +1 -1
- package/dist/commands/catalog.js +7 -1
- package/dist/commands/catalog.js.map +1 -1
- package/dist/commands/ci-report.d.ts.map +1 -1
- package/dist/commands/ci-report.js +18 -5
- package/dist/commands/ci-report.js.map +1 -1
- package/dist/commands/diff.js +8 -2
- package/dist/commands/diff.js.map +1 -1
- package/dist/commands/graph.d.ts +6 -2
- package/dist/commands/graph.d.ts.map +1 -1
- package/dist/commands/graph.js +23 -2
- package/dist/commands/graph.js.map +1 -1
- package/dist/commands/inspect.d.ts.map +1 -1
- package/dist/commands/inspect.js +2 -0
- package/dist/commands/inspect.js.map +1 -1
- package/dist/commands/ownership.d.ts +4 -3
- package/dist/commands/ownership.d.ts.map +1 -1
- package/dist/commands/ownership.js +27 -23
- package/dist/commands/ownership.js.map +1 -1
- package/dist/commands/readiness.d.ts +2 -1
- package/dist/commands/readiness.d.ts.map +1 -1
- package/dist/commands/readiness.js +98 -30
- package/dist/commands/readiness.js.map +1 -1
- package/dist/commands/scaffold.d.ts +3 -0
- package/dist/commands/scaffold.d.ts.map +1 -1
- package/dist/commands/scaffold.js +14 -0
- package/dist/commands/scaffold.js.map +1 -1
- package/dist/commands/suggest-metadata.d.ts.map +1 -1
- package/dist/commands/suggest-metadata.js +2 -0
- package/dist/commands/suggest-metadata.js.map +1 -1
- package/dist/commands/trust-graph.d.ts.map +1 -1
- package/dist/commands/trust-graph.js +12 -0
- package/dist/commands/trust-graph.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +10 -3
- package/dist/config.js.map +1 -1
- package/dist/diagnostic-ids.d.ts +8 -0
- package/dist/diagnostic-ids.d.ts.map +1 -1
- package/dist/diagnostic-ids.js +8 -0
- package/dist/diagnostic-ids.js.map +1 -1
- package/dist/discovery.d.ts +5 -0
- package/dist/discovery.d.ts.map +1 -1
- package/dist/discovery.js +108 -65
- package/dist/discovery.js.map +1 -1
- package/dist/markdown.d.ts.map +1 -1
- package/dist/markdown.js +15 -0
- package/dist/markdown.js.map +1 -1
- package/dist/model.d.ts +17 -1
- package/dist/model.d.ts.map +1 -1
- package/dist/model.js +4 -1
- package/dist/model.js.map +1 -1
- package/dist/quality-profile.d.ts +91 -0
- package/dist/quality-profile.d.ts.map +1 -0
- package/dist/quality-profile.js +91 -0
- package/dist/quality-profile.js.map +1 -0
- package/dist/repeated-context.d.ts.map +1 -1
- package/dist/repeated-context.js +38 -83
- package/dist/repeated-context.js.map +1 -1
- package/dist/repository-boundary.d.ts +30 -0
- package/dist/repository-boundary.d.ts.map +1 -0
- package/dist/repository-boundary.js +116 -0
- package/dist/repository-boundary.js.map +1 -0
- package/dist/repository-evidence.d.ts +2 -0
- package/dist/repository-evidence.d.ts.map +1 -1
- package/dist/repository-evidence.js +6 -4
- package/dist/repository-evidence.js.map +1 -1
- package/dist/repository-paths.d.ts +6 -2
- package/dist/repository-paths.d.ts.map +1 -1
- package/dist/repository-paths.js +75 -24
- package/dist/repository-paths.js.map +1 -1
- package/dist/rules.d.ts +2 -0
- package/dist/rules.d.ts.map +1 -1
- package/dist/rules.js +263 -176
- package/dist/rules.js.map +1 -1
- package/dist/scanner.d.ts.map +1 -1
- package/dist/scanner.js +5 -1
- package/dist/scanner.js.map +1 -1
- package/dist/security-diagnostics.d.ts.map +1 -1
- package/dist/security-diagnostics.js +95 -30
- package/dist/security-diagnostics.js.map +1 -1
- package/dist/security-diff.d.ts +5 -2
- package/dist/security-diff.d.ts.map +1 -1
- package/dist/security-diff.js +20 -4
- package/dist/security-diff.js.map +1 -1
- package/dist/security-policy-inventory.d.ts +15 -3
- package/dist/security-policy-inventory.d.ts.map +1 -1
- package/dist/security-policy-inventory.js +123 -26
- package/dist/security-policy-inventory.js.map +1 -1
- package/dist/security-policy.d.ts +7 -0
- package/dist/security-policy.d.ts.map +1 -1
- package/dist/security-policy.js +70 -7
- package/dist/security-policy.js.map +1 -1
- package/dist/security-posture.d.ts.map +1 -1
- package/dist/security-posture.js +2 -1
- package/dist/security-posture.js.map +1 -1
- package/dist/skill-migration.js +2 -0
- package/dist/skill-migration.js.map +1 -1
- package/dist/static-support.d.ts +13 -0
- package/dist/static-support.d.ts.map +1 -0
- package/dist/static-support.js +284 -0
- package/dist/static-support.js.map +1 -0
- package/dist/token-estimator.d.ts +21 -0
- package/dist/token-estimator.d.ts.map +1 -0
- package/dist/token-estimator.js +84 -0
- package/dist/token-estimator.js.map +1 -0
- package/dist/trust-graph.d.ts +3 -3
- package/dist/trust-graph.d.ts.map +1 -1
- package/dist/trust-graph.js +69 -10
- package/dist/trust-graph.js.map +1 -1
- package/dist/types.d.ts +6 -1
- package/dist/types.d.ts.map +1 -1
- package/docs/README.md +13 -7
- package/docs/advanced-skill-authoring.md +16 -9
- package/docs/agent-skills-compatibility.md +10 -2
- package/docs/authoring-guide.md +62 -4
- package/docs/diagnostics.md +44 -11
- package/docs/quality-profile.md +123 -0
- package/docs/repository-context-bom.md +67 -8
- package/docs/schemas/repository-context-bom-v2.schema.json +648 -0
- package/docs/schemas/trust-graph-v2.schema.json +301 -0
- package/docs/security-policy.md +21 -5
- package/docs/trust-graph.md +47 -0
- package/docs/user-manual.md +34 -5
- package/examples/context-repo/README.md +6 -7
- package/examples/context-repo/contexts/domain/payment/idempotency.md +7 -0
- package/examples/context-repo/contexts/testing/boundary-value-analysis.md +7 -0
- package/examples/context-repo/contexts/testing/negative-testing.md +7 -0
- package/examples/context-repo/skills/testing/spec-review/SKILL.md +5 -0
- package/package.json +3 -1
- package/plan-discovery.md +24 -15
- package/plan.md +59 -119
- package/scripts/verify-package.mjs +8 -1
package/plan-discovery.md
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
# Renma Skill Discovery Plan
|
|
2
2
|
|
|
3
|
-
Status:
|
|
3
|
+
Status: deferred exploratory design
|
|
4
4
|
|
|
5
|
-
Target: 0.18.0
|
|
5
|
+
Target: unassigned (post-0.18.0)
|
|
6
6
|
|
|
7
7
|
Scope: optional, backward-compatible skill discovery for large single repositories
|
|
8
8
|
|
|
9
|
-
Only **Current Baseline** describes implemented behavior.
|
|
10
|
-
`skill-index`, discovery
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
Only **Current Baseline** describes implemented behavior. `routes_to`,
|
|
10
|
+
`skill-index`, discovery aliases, explicit routing entrypoints, generated
|
|
11
|
+
indexes, and related diagnostics are deferred proposals. They are not Renma
|
|
12
|
+
0.18.0 behavior and have no assigned release. Runtime Skill selection remains
|
|
13
|
+
outside Renma.
|
|
13
14
|
|
|
14
15
|
## Summary
|
|
15
16
|
|
|
16
17
|
Renma should add a static skill discovery projection for repositories that have grown beyond the point where an agent can reliably inspect every `SKILL.md` before choosing where to start.
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
Any future implementation must be reconsidered against Renma's focused-workflow
|
|
20
|
+
model and boundaries:
|
|
19
21
|
|
|
20
22
|
```text
|
|
21
|
-
Skill =
|
|
23
|
+
Skill = focused, bounded workflow entrypoint and usage guide
|
|
22
24
|
Context Lens = purpose-oriented interpretation layer over context assets
|
|
23
25
|
Context Asset = independently owned source-of-truth knowledge
|
|
24
26
|
```
|
|
@@ -43,23 +45,30 @@ LLM proposes. Renma verifies. Human approves.
|
|
|
43
45
|
|
|
44
46
|
## Current Baseline
|
|
45
47
|
|
|
46
|
-
The
|
|
47
|
-
|
|
48
|
-
implementing discovery:
|
|
48
|
+
The implemented 0.18.0 product provides infrastructure that a future design
|
|
49
|
+
could reuse without implementing Skill-to-Skill routing:
|
|
49
50
|
|
|
50
|
-
- Repository discovery for
|
|
51
|
+
- Repository file discovery for Skills, Context Assets, Context Lenses,
|
|
52
|
+
profiles, references, examples, scripts, assets, agents, and config.
|
|
53
|
+
- First-class Skill-local support discovery, static reachability and ownership
|
|
54
|
+
relationships, and no-follow symlink handling.
|
|
51
55
|
- A normalized catalog model with deterministic IDs, paths, hashes, owners, lifecycle metadata, tags, and declared dependencies.
|
|
52
56
|
- A shared `RepositoryEvidence` collection path used by catalog, graph, and Repository Context BOM work.
|
|
53
57
|
- Static graph relationships for required and optional context, required and optional lenses, lens application, conflicts, supersession references, and coverage evidence.
|
|
54
58
|
- Markdown, JSON, and Mermaid reports for human review, CI, and downstream tooling.
|
|
55
|
-
- Readiness, semantic diff, ownership, Trust Graph
|
|
59
|
+
- Readiness, semantic diff, ownership, Trust Graph v2, Repository Context BOM
|
|
60
|
+
v2, diagnostics v2, review bundles, scaffold, and metadata suggestions.
|
|
61
|
+
- Effective security-policy provenance across local metadata, profiles,
|
|
62
|
+
repository configuration, and owning-Skill inheritance.
|
|
56
63
|
- A compact metadata parser that supports scalar values and selected block-list fields while intentionally discouraging large nested frontmatter.
|
|
57
64
|
|
|
58
|
-
Skill discovery
|
|
65
|
+
Deferred Skill-to-Skill discovery is distinct from this implemented repository
|
|
66
|
+
and support-resource discovery. Any future work must not create a parallel
|
|
67
|
+
scanner, second catalog, runtime service, or separate source of truth.
|
|
59
68
|
|
|
60
69
|
## Decision Status
|
|
61
70
|
|
|
62
|
-
|
|
71
|
+
Constraints for any future design are:
|
|
63
72
|
|
|
64
73
|
- Renma remains a deterministic repository-governance layer, not a runtime
|
|
65
74
|
selector.
|
package/plan.md
CHANGED
|
@@ -2,149 +2,89 @@
|
|
|
2
2
|
|
|
3
3
|
## Current Product Definition
|
|
4
4
|
|
|
5
|
-
Renma is a Git-native context repository
|
|
6
|
-
agent-consumable Skills, Context Lenses,
|
|
7
|
-
|
|
5
|
+
Renma 0.18.0 is the current shipped baseline: a Git-native context repository
|
|
6
|
+
and deterministic governance CLI for agent-consumable Skills, Context Lenses,
|
|
7
|
+
Context Assets, local support resources, policies, ownership, lifecycle,
|
|
8
|
+
dependencies, and review evidence.
|
|
8
9
|
|
|
9
10
|
```text
|
|
10
|
-
Skill =
|
|
11
|
+
Skill = focused, bounded workflow entrypoint
|
|
11
12
|
Context Lens = purpose-oriented interpretation over Context Assets
|
|
12
13
|
Context Asset = independently owned source-of-truth knowledge
|
|
13
14
|
```
|
|
14
15
|
|
|
15
|
-
Use platform-native
|
|
16
|
-
|
|
17
|
-
assets discoverable, compatible, owned, linked, validated, reviewable, and
|
|
18
|
-
measurable in Git and CI.
|
|
19
|
-
|
|
20
|
-
Renma's deterministic core follows:
|
|
16
|
+
Use platform-native guidance for general Skill authoring, then use Renma for
|
|
17
|
+
repository-specific governance. Renma follows the deterministic boundary:
|
|
21
18
|
|
|
22
19
|
```text
|
|
23
20
|
LLM proposes. Renma verifies. Human approves.
|
|
24
21
|
```
|
|
25
22
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Stable Product Boundaries
|
|
23
|
+
## Implemented 0.18.0 Baseline
|
|
29
24
|
|
|
30
|
-
|
|
25
|
+
The shipped baseline includes:
|
|
31
26
|
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
-
|
|
27
|
+
- focused workflow Skills with explicit usage boundaries rather than thin
|
|
28
|
+
routing-only entrypoints;
|
|
29
|
+
- progressive disclosure through static, reviewable references;
|
|
30
|
+
- first-class Skill-local `references/`, `profiles/`, `examples/`, `scripts/`,
|
|
31
|
+
and `assets/` resources under `skills/**` and `.agents/skills/**`;
|
|
32
|
+
- deterministic ownership, reachability, helper-command, and static support
|
|
33
|
+
relationships, including ambiguity that fails closed;
|
|
34
|
+
- repository-bounded discovery that never follows leaf or directory symlinks,
|
|
35
|
+
with actionable evidence for referenced unusable paths;
|
|
36
|
+
- canonical Agent Skills compatibility, migration guidance, scaffold, inspect,
|
|
37
|
+
and non-editing suggestion workflows;
|
|
38
|
+
- catalog, graph, ownership, Readiness, semantic diff, CI, diagnostics v2, and
|
|
39
|
+
review-bundle projections;
|
|
40
|
+
- security diagnostics, reusable profiles, effective-policy inventory, and
|
|
41
|
+
deterministic compositional policy provenance; and
|
|
42
|
+
- Repository Context BOM v2 and Trust Graph v2 as the first supported
|
|
43
|
+
long-term contracts and the only emitted BOM/Trust Graph schemas.
|
|
44
|
+
|
|
45
|
+
Repository Context BOM v2 is a declared repository manifest, not a record of
|
|
46
|
+
what an LLM consumed. Trust Graph v2 is deterministic review evidence, not a
|
|
47
|
+
subjective score or runtime enforcement system.
|
|
48
|
+
|
|
49
|
+
Historical release detail belongs in [CHANGELOG.md](CHANGELOG.md). Contract
|
|
50
|
+
details live in [architecture.md](architecture.md), [design.md](design.md), and
|
|
51
|
+
the focused documents under [docs/](docs/README.md).
|
|
40
52
|
|
|
41
|
-
|
|
53
|
+
## Stable Product Boundaries
|
|
42
54
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- hosted dashboards or provider gateways;
|
|
49
|
-
- automatic semantic rewriting; or
|
|
50
|
-
- automatic policy weakening or suppression creation.
|
|
55
|
+
Renma owns repository discovery and parsing, normalized static evidence,
|
|
56
|
+
validation, deterministic projections, and review-oriented authoring support.
|
|
57
|
+
It does not own live Skill or Context selection, prompt assembly, execution,
|
|
58
|
+
runtime telemetry, hosted gateways, automatic semantic rewriting, or automatic
|
|
59
|
+
policy weakening.
|
|
51
60
|
|
|
52
|
-
|
|
53
|
-
of what an LLM consumed. Trust Graph remains deterministic review evidence, not
|
|
54
|
-
a subjective trust score or runtime enforcement system.
|
|
61
|
+
## Deferred Skill-to-Skill Discovery Design
|
|
55
62
|
|
|
56
|
-
|
|
63
|
+
Graph-based Skill-to-Skill route discovery is not a 0.18.0 feature and has no
|
|
64
|
+
assigned release. The exploratory design in
|
|
65
|
+
[plan-discovery.md](plan-discovery.md) discusses possible `routes_to` metadata,
|
|
66
|
+
discovery aliases, generated routing indexes, and a `skill-index` projection.
|
|
67
|
+
None is an implemented contract.
|
|
57
68
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
- first-class Context Assets and Context Lenses with graph-backed validation;
|
|
63
|
-
- repeated-context and workflow diagnostics;
|
|
64
|
-
- security diagnostics, reusable policy profiles, posture summaries, and
|
|
65
|
-
effective policy inventory;
|
|
66
|
-
- Trust Graph evidence and Repository Context BOM v1;
|
|
67
|
-
- `inspect`, `scaffold`, `suggest-metadata`, and
|
|
68
|
-
`suggest-semantic-split` authoring support;
|
|
69
|
-
- LLM-actionable diagnostics v2 and review bundles; and
|
|
70
|
-
- the canonical Agent Skills-compatible Skill format introduced in 0.16.0,
|
|
71
|
-
with flat string-valued `metadata.renma.*` governance and security fields and
|
|
72
|
-
a conservative one-way migration path.
|
|
73
|
-
|
|
74
|
-
Historical release detail belongs in [CHANGELOG.md](CHANGELOG.md). Authoritative
|
|
75
|
-
technical contracts remain in [architecture.md](architecture.md),
|
|
76
|
-
[design.md](design.md), and the focused documents under [docs/](docs/README.md).
|
|
77
|
-
|
|
78
|
-
## 0.17.0: Usability And Documentation Consolidation
|
|
79
|
-
|
|
80
|
-
Renma 0.17.0 improves the usability and consistency of the authoring and
|
|
81
|
-
governance workflows established in 0.16.0. It clarifies documentation, CLI
|
|
82
|
-
guidance, and the handoff between platform-native Skill authoring and Renma's
|
|
83
|
-
repository-specific validation.
|
|
84
|
-
|
|
85
|
-
The release focuses on:
|
|
86
|
-
|
|
87
|
-
- making the new-Skill authoring → scaffold → scan → refine loop discoverable;
|
|
88
|
-
- making the existing-Skill review → suggest-metadata → scan → refine loop
|
|
89
|
-
discoverable;
|
|
90
|
-
- keeping generic CLI guidance platform-neutral;
|
|
91
|
-
- preserving conservative blocked migration and non-editing behavior;
|
|
92
|
-
- consolidating README, user-manual, authoring, compatibility, architecture,
|
|
93
|
-
design, and roadmap responsibilities; and
|
|
94
|
-
- retaining detailed BOM, security, migration, diagnostic, and repository-model
|
|
95
|
-
contracts in focused documents.
|
|
96
|
-
|
|
97
|
-
This release does not add a major command, new schema, discovery model, runtime
|
|
98
|
-
capability, packaging system, or telemetry import.
|
|
99
|
-
|
|
100
|
-
## 0.18.0: Graph-Based Skill Discovery
|
|
101
|
-
|
|
102
|
-
The next proposed capability is a static Skill discovery projection for large
|
|
103
|
-
single repositories. The target is 0.18.0, not 0.17.0.
|
|
104
|
-
|
|
105
|
-
The proposal may add exact Skill-to-Skill route evidence, a static
|
|
106
|
-
`skill-index` report, conservative entrypoint inference, deterministic
|
|
107
|
-
discovery diagnostics, and later Readiness/diff integrations. It must preserve
|
|
108
|
-
the source `SKILL.md` files, the non-runtime boundary, deterministic outputs,
|
|
109
|
-
and backward compatibility.
|
|
110
|
-
|
|
111
|
-
The design is proposed rather than implemented. See
|
|
112
|
-
[plan-discovery.md](plan-discovery.md) for prototype knowledge, open decisions,
|
|
113
|
-
phases, and non-goals.
|
|
69
|
+
Any future proposal must be reconsidered against the focused-workflow model
|
|
70
|
+
introduced in 0.18.0. It must remain deterministic and static, avoid runtime
|
|
71
|
+
selection, preserve source Skills, and receive an explicit version and contract
|
|
72
|
+
decision before implementation.
|
|
114
73
|
|
|
115
74
|
## Later Candidates
|
|
116
75
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
-
|
|
120
|
-
|
|
121
|
-
- additive BOM or Trust Graph projections for stable discovery evidence;
|
|
122
|
-
- optional semantic review helpers that consume explicit deterministic bundles;
|
|
123
|
-
- multi-repository or distribution workflows after the single-repository model
|
|
124
|
-
is stable; and
|
|
125
|
-
- review visualizations derived from versioned report contracts.
|
|
126
|
-
|
|
127
|
-
These candidates require explicit product decisions. They are not commitments
|
|
128
|
-
and must not blur repository governance with runtime execution or telemetry
|
|
129
|
-
ownership.
|
|
76
|
+
Future product decisions may consider imported external consumed-context
|
|
77
|
+
evidence, additive projections over stable evidence, optional semantic-review
|
|
78
|
+
helpers, multi-repository workflows, or review visualizations. These are not
|
|
79
|
+
commitments and have no assigned version.
|
|
130
80
|
|
|
131
81
|
## Explicitly Out Of Scope
|
|
132
82
|
|
|
133
|
-
The current roadmap excludes:
|
|
134
|
-
|
|
135
83
|
- accepting task text and automatically selecting or ranking a Skill;
|
|
136
84
|
- fuzzy, embedding, or LLM-based runtime routing;
|
|
137
|
-
- runtime Context
|
|
138
|
-
- Skill or agent execution and tool orchestration;
|
|
139
|
-
- automatic Skill body rewriting;
|
|
140
|
-
- platform-native authoring logic inside Renma;
|
|
141
|
-
- arbitrary Skill roots without a separately reviewed compatibility decision;
|
|
142
|
-
- package publication, Context materialization, or repository distribution;
|
|
85
|
+
- runtime Context loading, injection, prompt assembly, or execution;
|
|
143
86
|
- runtime telemetry collection or hidden consumed-context import;
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
|
|
148
|
-
The roadmap should stay current-facing. Completed behavior belongs in the
|
|
149
|
-
baseline and changelog; detailed semantics belong in their canonical technical
|
|
150
|
-
documents; proposed discovery remains isolated in the 0.18.0 plan.
|
|
87
|
+
- automatic Skill-body rewriting or policy relaxation;
|
|
88
|
+
- arbitrary Skill roots without a reviewed compatibility decision; and
|
|
89
|
+
- advertising deferred `routes_to`, `skill-index`, aliases, or generated
|
|
90
|
+
routing indexes as current behavior.
|
|
@@ -23,7 +23,14 @@ try {
|
|
|
23
23
|
}
|
|
24
24
|
const files = new Set(report.files.map((file) => file.path));
|
|
25
25
|
|
|
26
|
-
for (const required of [
|
|
26
|
+
for (const required of [
|
|
27
|
+
"package.json",
|
|
28
|
+
"README.md",
|
|
29
|
+
"dist/index.js",
|
|
30
|
+
"docs/trust-graph.md",
|
|
31
|
+
"docs/schemas/repository-context-bom-v2.schema.json",
|
|
32
|
+
"docs/schemas/trust-graph-v2.schema.json",
|
|
33
|
+
]) {
|
|
27
34
|
requirePackagedPath(files, required);
|
|
28
35
|
}
|
|
29
36
|
|