-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
41 lines (30 loc) · 1.85 KB
/
Copy pathNOTICE
File metadata and controls
41 lines (30 loc) · 1.85 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
wheel — third-party attributions
================================
skills/wheel-grilling/SKILL.md and skills/wheel-decision/SKILL.md are adapted
forks of the `grilling` and `domain-modeling` skills from:
mattpocock/skills — https://github.com/mattpocock/skills
MIT License, Copyright (c) 2026 Matt Pocock
Changes made in this fork:
wheel-grilling — repurposed from designing a system to selecting an existing
one; adds the elimination rule (a question is only legal if
its answer removes candidates), derives questions from
candidate differences, inverts interview depth against
candidate count, and drops `disable-model-invocation` so the
pipeline can call it.
wheel-decision — reduced to recording an adoption verdict; keeps the original
three-part test for when a decision is worth writing down,
replaces the ADR template with a candidate-comparison record.
The MIT license text of the original is reproduced in LICENSE-mattpocock.
DonSeTch
--------
Wheel supports DonSeTch 3.4.4 as an external managed dependency:
DonSeTch: https://github.com/dondai44423/donsetch
Version: 3.4.4
License: AGPL-3.0-only, https://github.com/dondai44423/donsetch/blob/v3.4.4/LICENSE
DonSeTch is not included in the Wheel source tree, plugin archive, or release
assets. On first activation, Wheel downloads the official DonSeTch release
asset directly from the upstream repository, verifies the pinned checksum, and
invokes the binary as a separate process through the CLI/JSON boundary.
Wheel does not modify, link, or redistribute DonSeTch source or binaries. Any
modified or redistributed DonSeTch copy remains subject to its AGPL obligations;
this notice is an attribution and engineering-boundary statement, not legal advice.