@theaileverage/marionette 0.2.2 → 0.4.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 +19 -0
- package/CONTRIBUTING.md +46 -2
- package/README.md +60 -232
- package/RELEASING.md +13 -11
- package/THIRD_PARTY_NOTICES.md +192 -0
- package/VERIFICATION.md +24 -0
- package/dist/cli.js +44528 -12214
- package/dist/herdr-protocol.d.ts +2 -2
- package/dist/herdr-sdk.d.ts +8 -7
- package/dist/herdr-sdk.js +12 -6
- package/dist/herdr-streams.d.ts +3 -3
- package/dist/herdr-streams.js +7 -3
- package/dist/herdr-transport.d.ts +6 -2
- package/dist/herdr-transport.js +2 -2
- package/dist/mcp.js +24855 -2702
- package/documentation/effect-compatibility.md +56 -0
- package/documentation/effect-runtime.md +73 -0
- package/package.json +38 -22
- package/public/assets/{index-CCfdv-uF.js → index-DhL3znDT.js} +12 -12
- package/public/index.html +1 -1
- package/skills/marionette/SKILL.md +5 -1
- package/skills/marionette/references/herdr-sdk.md +2 -2
- package/vendor/herdr-0.9.0/README.md +0 -5
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -2,6 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
These libraries are included in Marionette’s executable and dashboard bundles.
|
|
4
4
|
|
|
5
|
+
## @clack/core 1.5.0
|
|
6
|
+
|
|
7
|
+
License: MIT
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
MIT License
|
|
11
|
+
|
|
12
|
+
MIT License Copyright (c) 2025-Present [Bombshell contributors](https://bomb.sh/team)
|
|
13
|
+
|
|
14
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
15
|
+
|
|
16
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## @clack/prompts 1.8.0
|
|
22
|
+
|
|
23
|
+
License: MIT
|
|
24
|
+
|
|
25
|
+
```text
|
|
26
|
+
MIT License
|
|
27
|
+
|
|
28
|
+
MIT License Copyright (c) 2025-Present [Bombshell contributors](https://bomb.sh/team)
|
|
29
|
+
|
|
30
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
31
|
+
|
|
32
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
33
|
+
|
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
35
|
+
```
|
|
36
|
+
|
|
5
37
|
## @modelcontextprotocol/sdk 1.30.0
|
|
6
38
|
|
|
7
39
|
License: MIT
|
|
@@ -489,6 +521,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
489
521
|
THE SOFTWARE.
|
|
490
522
|
```
|
|
491
523
|
|
|
524
|
+
## effect 4.0.0-rc.112
|
|
525
|
+
|
|
526
|
+
License: MIT
|
|
527
|
+
|
|
528
|
+
```text
|
|
529
|
+
MIT License
|
|
530
|
+
|
|
531
|
+
Copyright (c) 2023 Effectful Technologies Inc
|
|
532
|
+
|
|
533
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
534
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
535
|
+
in the Software without restriction, including without limitation the rights
|
|
536
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
537
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
538
|
+
furnished to do so, subject to the following conditions:
|
|
539
|
+
|
|
540
|
+
The above copyright notice and this permission notice shall be included in all
|
|
541
|
+
copies or substantial portions of the Software.
|
|
542
|
+
|
|
543
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
544
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
545
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
546
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
547
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
548
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
549
|
+
SOFTWARE.
|
|
550
|
+
```
|
|
551
|
+
|
|
492
552
|
## encodeurl 2.0.0
|
|
493
553
|
|
|
494
554
|
License: MIT
|
|
@@ -721,6 +781,62 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
721
781
|
SOFTWARE.
|
|
722
782
|
```
|
|
723
783
|
|
|
784
|
+
## fast-string-truncated-width 3.0.3
|
|
785
|
+
|
|
786
|
+
License: MIT
|
|
787
|
+
|
|
788
|
+
```text
|
|
789
|
+
The MIT License (MIT)
|
|
790
|
+
|
|
791
|
+
Copyright (c) 2024-present Fabio Spampinato
|
|
792
|
+
|
|
793
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
794
|
+
copy of this software and associated documentation files (the "Software"),
|
|
795
|
+
to deal in the Software without restriction, including without limitation
|
|
796
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
797
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
798
|
+
Software is furnished to do so, subject to the following conditions:
|
|
799
|
+
|
|
800
|
+
The above copyright notice and this permission notice shall be included in
|
|
801
|
+
all copies or substantial portions of the Software.
|
|
802
|
+
|
|
803
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
804
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
805
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
806
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
807
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
808
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
809
|
+
DEALINGS IN THE SOFTWARE.
|
|
810
|
+
```
|
|
811
|
+
|
|
812
|
+
## fast-string-width 3.0.2
|
|
813
|
+
|
|
814
|
+
License: MIT
|
|
815
|
+
|
|
816
|
+
```text
|
|
817
|
+
The MIT License (MIT)
|
|
818
|
+
|
|
819
|
+
Copyright (c) 2024-present Fabio Spampinato
|
|
820
|
+
|
|
821
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
822
|
+
copy of this software and associated documentation files (the "Software"),
|
|
823
|
+
to deal in the Software without restriction, including without limitation
|
|
824
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
825
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
826
|
+
Software is furnished to do so, subject to the following conditions:
|
|
827
|
+
|
|
828
|
+
The above copyright notice and this permission notice shall be included in
|
|
829
|
+
all copies or substantial portions of the Software.
|
|
830
|
+
|
|
831
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
832
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
833
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
834
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
835
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
836
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
837
|
+
DEALINGS IN THE SOFTWARE.
|
|
838
|
+
```
|
|
839
|
+
|
|
724
840
|
## fast-uri 3.1.7
|
|
725
841
|
|
|
726
842
|
License: BSD-3-Clause
|
|
@@ -758,6 +874,36 @@ The complete list of contributors can be found at:
|
|
|
758
874
|
- https://github.com/garycourt/uri-js/graphs/contributors
|
|
759
875
|
```
|
|
760
876
|
|
|
877
|
+
## fast-wrap-ansi 0.2.2
|
|
878
|
+
|
|
879
|
+
License: MIT
|
|
880
|
+
|
|
881
|
+
```text
|
|
882
|
+
MIT License
|
|
883
|
+
|
|
884
|
+
Copyright (c) 2025 James Garbutt
|
|
885
|
+
|
|
886
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
887
|
+
|
|
888
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
889
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
890
|
+
in the Software without restriction, including without limitation the rights
|
|
891
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
892
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
893
|
+
furnished to do so, subject to the following conditions:
|
|
894
|
+
|
|
895
|
+
The above copyright notice and this permission notice shall be included in all
|
|
896
|
+
copies or substantial portions of the Software.
|
|
897
|
+
|
|
898
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
899
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
900
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
901
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
902
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
903
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
904
|
+
SOFTWARE.
|
|
905
|
+
```
|
|
906
|
+
|
|
761
907
|
## finalhandler 2.1.1
|
|
762
908
|
|
|
763
909
|
License: MIT
|
|
@@ -1355,6 +1501,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1355
1501
|
SOFTWARE.
|
|
1356
1502
|
```
|
|
1357
1503
|
|
|
1504
|
+
## mustache 4.2.0
|
|
1505
|
+
|
|
1506
|
+
License: MIT
|
|
1507
|
+
|
|
1508
|
+
```text
|
|
1509
|
+
The MIT License
|
|
1510
|
+
|
|
1511
|
+
Copyright (c) 2009 Chris Wanstrath (Ruby)
|
|
1512
|
+
Copyright (c) 2010-2014 Jan Lehnardt (JavaScript)
|
|
1513
|
+
Copyright (c) 2010-2015 The mustache.js community
|
|
1514
|
+
|
|
1515
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1516
|
+
|
|
1517
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1518
|
+
|
|
1519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1520
|
+
```
|
|
1521
|
+
|
|
1358
1522
|
## negotiator 1.1.0
|
|
1359
1523
|
|
|
1360
1524
|
License: MIT
|
|
@@ -2013,6 +2177,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2013
2177
|
SOFTWARE.
|
|
2014
2178
|
```
|
|
2015
2179
|
|
|
2180
|
+
## sisteransi 1.0.5
|
|
2181
|
+
|
|
2182
|
+
License: MIT
|
|
2183
|
+
|
|
2184
|
+
```text
|
|
2185
|
+
MIT License
|
|
2186
|
+
|
|
2187
|
+
Copyright (c) 2018 Terkel Gjervig Nielsen
|
|
2188
|
+
|
|
2189
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2190
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2191
|
+
in the Software without restriction, including without limitation the rights
|
|
2192
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2193
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2194
|
+
furnished to do so, subject to the following conditions:
|
|
2195
|
+
|
|
2196
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2197
|
+
copies or substantial portions of the Software.
|
|
2198
|
+
|
|
2199
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2200
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2201
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2202
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2203
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2204
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2205
|
+
SOFTWARE.
|
|
2206
|
+
```
|
|
2207
|
+
|
|
2016
2208
|
## statuses 2.0.2
|
|
2017
2209
|
|
|
2018
2210
|
License: MIT
|
package/VERIFICATION.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Verification record
|
|
2
2
|
|
|
3
|
+
## Project lifecycle and prompt templates — 0.4.0 local acceptance
|
|
4
|
+
|
|
5
|
+
Verified locally on macOS arm64 with Bun 1.3.14. The complete suite passed **189 tests across 20 files**. New coverage includes instance-wide runtime and MCP migration, rollback after failed startup, project removal and shared-resource preservation, native workspace trust restoration, missing-workspace recovery, terminal-lead reuse, and literal Mustache rendering for lead and worker instructions.
|
|
6
|
+
|
|
7
|
+
`bun run check`, `bun run format:check`, `bun run release:check`, and `bun run tooling:check` passed. Full `bun pm pack` prepack validation passed, including runtime lifecycle checks and the production build. The resulting 0.4.0 tarball installed in an isolated temporary consumer and passed CLI version, read-only setup planning, standalone Herdr SDK, and TypeScript declaration checks without an installed Effect dependency.
|
|
8
|
+
|
|
9
|
+
Worker prompt tests cover all six collaboration strategies, optional delegation and worktree sections, current-revision follow-ups, literal task text, JSON field escaping, and shell-quoted report commands. A supervisor dispatch fixture confirms that the rendered worker prompt excludes the worker credential.
|
|
10
|
+
|
|
11
|
+
These checks use isolated state, temporary repositories, and protocol fixtures. They do not claim new live coding-agent acceptance or exercise removal against a user's real projects. Linux and macOS release CI independently validate the committed artifact before publication.
|
|
12
|
+
|
|
13
|
+
## Effect v4 on Bun — 0.3.0 local acceptance (8 September 2026)
|
|
14
|
+
|
|
15
|
+
Verified locally on macOS arm64 with Bun 1.3.14, Effect 4.0.0-rc.112, TypeScript 7.0.2, and `@effect/tsgo` 0.43.0. The implementation was coordinated through a dedicated Marionette session. The complete Bun suite passed **127 tests across 14 files**, including all 125 retained Effect-era tests and two Bun SQLite compatibility tests.
|
|
16
|
+
|
|
17
|
+
`bun run check`, `bun run effect:diagnostics`, `bun run format:check`, and `bun run runtime:check` passed. Effect diagnostics reported zero errors, warnings, or messages. A separate clean `bun install --frozen-lockfile` applied the compiler/linter patches successfully; `bun run tooling:check` proved that valid Effects pass while floating Effects and chained casts fail.
|
|
18
|
+
|
|
19
|
+
`bun pm pack` passed the full prepack checks, tests, lifecycle checks, and production build. The tarball installed into an isolated Bun consumer and passed executable CLI, standalone Herdr SDK, and TypeScript declaration smoke checks without an installed Effect dependency.
|
|
20
|
+
|
|
21
|
+
The dedicated supervisor was gracefully stopped, its SQLite files preserved, and the new bundled runtime started with the actual Bun executable. The original project identity, complete lead record, and completed task IDs/revisions matched before and after restart. The pre-existing unrelated validation instance was preserved.
|
|
22
|
+
|
|
23
|
+
Persistence uses `bun:sqlite` directly, with Effect managing its lifetime; it does not yet use Effect's SQL adapter. Tests cover version-2 records, WAL/FULL settings, nested rollback, rejection of deferred transaction results, restart, monotonic event IDs, and refusal of a newer schema. Other new regressions cover graceful draining after client disconnection, explicit fiber interruption, process descendants, socket cancellation, and uncertainty without replay.
|
|
24
|
+
|
|
25
|
+
Linux CI is configured but was not executed locally. These are local results; the release workflow separately gates publication on CI. Older release evidence below remains historical.
|
|
26
|
+
|
|
3
27
|
## Herdr SDK and pane layout 0.2.2 (8 September 2026)
|
|
4
28
|
|
|
5
29
|
The SDK exposes all 102 methods from the installed Herdr 0.9.0/protocol-22 schema plus the documented graphics-stream transport. The 117-test suite covers generated API coverage, socket framing, event cancellation and buffer limits, graphics errors and acknowledgements, pane layout selection, interrupted creation recovery, and sibling-safe terminal cleanup. The packed SDK was imported independently and its public TypeScript types compiled in a fresh consumer.
|