Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
generate:
name: Check generated code
runs-on: ubuntu-24.04
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +24 to +25
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the top-level env: (applies to all jobs). This job-level env: block is redundant; consider removing it unless this job needs to override the workflow default.

Suggested change
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -63,6 +65,8 @@ jobs:
name: Lint
runs-on: ubuntu-24.04
timeout-minutes: 45
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +68 to +69
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the top-level env: (applies to all jobs). This job-level env: block is redundant; consider removing it unless this job needs to override the workflow default.

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -90,6 +94,8 @@ jobs:
vuln:
name: Vulnerability scan
runs-on: ubuntu-24.04
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +97 to +98
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the top-level env: (applies to all jobs). This job-level env: block is redundant; consider removing it unless this job needs to override the workflow default.

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -119,6 +125,8 @@ jobs:
name: Unit tests
runs-on: ubuntu-24.04
timeout-minutes: 60
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +128 to +129
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the top-level env: (applies to all jobs). This job-level env: block is redundant; consider removing it unless this job needs to override the workflow default.

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -149,7 +157,7 @@ jobs:
-timeout=45m \
-race \
-coverprofile=coverage.out \
./internal/... ./cmd/tilbo/... ./cmd/tilbo-daemon/...
./internal/... ./cmd/tilbo/...

- name: Write coverage summary
if: always()
Expand Down Expand Up @@ -191,6 +199,8 @@ jobs:
bench:
name: Benchmarks
runs-on: ubuntu-24.04
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Comment on lines +202 to +203
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 at the top-level env: (applies to all jobs). This job-level env: block is redundant; consider removing it unless this job needs to override the workflow default.

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -237,6 +247,7 @@ jobs:
CGO_ENABLED: "0"
GOOS: linux
GOARCH: ${{ matrix.goarch }}
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This job inherits FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 from the workflow-level env: already, so redefining it here is redundant. Consider removing this line to keep the build job env focused on build-specific variables.

Suggested change
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v6

Expand Down
8 changes: 3 additions & 5 deletions .yggdrasil/.drift-state/cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "06d849efad98fe62b04e05bd81cced4a8107b879b14258d539a6bcb3aee044eb",
"hash": "2a9cf8e2d3e351b3aa3021644861ff1fc6bf507010fa61890e972abf751b4969",
"files": {
".yggdrasil/model/cli/yg-node.yaml": "fb14691e2c921a7a25f0a66f2d0c97ba1665ee8bc08e34f715ec87812de25217",
".yggdrasil/model/cli/interface.md": "1834d8fecb51f9b6dc2f1a20c08abbbb1811aff2bad31990e477722eb50734e1",
Expand All @@ -10,8 +10,7 @@
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
".yggdrasil/model/daemon/responsibility.md": "5f39c0177cdf865b567f07f3e70d6ead720265a1a34332a897db1df8cadb84d4",
".yggdrasil/model/daemon/interface.md": "e1b7b1630508fc50bd160b3a8b5bce8c540b8ca23c823e7dab9aa7070d7ddb27",
"cmd/tilbo-cli/main.go": "21ff61df6bd5bf4fd007a5f5a31631469198636fab89c8861c1a4ef0ed55f9af"
".yggdrasil/model/daemon/interface.md": "e1b7b1630508fc50bd160b3a8b5bce8c540b8ca23c823e7dab9aa7070d7ddb27"
},
"mtimes": {
".yggdrasil/model/cli/yg-node.yaml": 1774332890213.7942,
Expand All @@ -23,7 +22,6 @@
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
".yggdrasil/model/daemon/responsibility.md": 1774330964674.2761,
".yggdrasil/model/daemon/interface.md": 1774331230123.5542,
"cmd/tilbo-cli/main.go": 1773991768570.4753
".yggdrasil/model/daemon/interface.md": 1774331230123.5542
}
}
10 changes: 3 additions & 7 deletions .yggdrasil/.drift-state/cli/admin-commands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "993fc16dc982f1aa69ff1a10a8b4b17120cf24bfddc9e3846f3353bf30755c6c",
"hash": "3f97734fd212fe206ed114992adc19d1b7746d5148388f7230e4b3e8ce4f6ec8",
"files": {
".yggdrasil/model/cli/admin-commands/yg-node.yaml": "2f48629b98b4c0455231e615f49d665de07784c058e9ff75e5e36007c6bff3e7",
".yggdrasil/model/cli/admin-commands/interface.md": "e91e8796873f427865ab093737e25a6a74536dd0e64e9acba68ecb51a8ff45bb",
Expand All @@ -11,9 +11,7 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": "e9646609c1a0d858d18496465819a0c81de02a0e9cd5c30f8fba0caaab2e4645",
".yggdrasil/aspects/ipc-envelope/guidance.md": "5cb10aa1755fbe6a975c4643575192fa83a88249a319efee1a08a32626240ad1",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/cmd_daemon.go": "3679ab6d2b4f1335c63f562472deab5ddf34b1ec6531a1f62fb8e7fa7ad94ed8",
"cmd/tilbo-cli/cmd_gui.go": "a90e8f90a2fd21d4ba09bfedc4095a3e374f1e151fc9d26c0e242e5bafbf1553"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/admin-commands/yg-node.yaml": 1774332962682.3184,
Expand All @@ -26,8 +24,6 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": 1774330828056.589,
".yggdrasil/aspects/ipc-envelope/guidance.md": 1774330840373.7412,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/cmd_daemon.go": 1773313034103.7048,
"cmd/tilbo-cli/cmd_gui.go": 1773730639552.4314
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
10 changes: 3 additions & 7 deletions .yggdrasil/.drift-state/cli/completions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "b5b476e8756ffd7b9c1478fd094ded29c9276db77c10a5bbbc330d79a9880fea",
"hash": "5f957de73dddb5503904113a28f2c1fe2721c8635cc852fb60b7828a8981fc5f",
"files": {
".yggdrasil/model/cli/completions/yg-node.yaml": "bd0ebb73b893f5c13ca9304002ed7ca9a9ffb433cd45c75b435269c3648c3407",
".yggdrasil/model/cli/completions/interface.md": "2e343899ed7b06377c329d2e0f4e8e7758a44c7f783e406c716457f891056d3e",
Expand All @@ -11,9 +11,7 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": "e9646609c1a0d858d18496465819a0c81de02a0e9cd5c30f8fba0caaab2e4645",
".yggdrasil/aspects/ipc-envelope/guidance.md": "5cb10aa1755fbe6a975c4643575192fa83a88249a319efee1a08a32626240ad1",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/completions.go": "52848cfb128c80e5b1e5edf6e191a7c4f0e0caa33d945002d3b665746f5619cf",
"cmd/tilbo-cli/cmd_completion_cmd.go": "5bbbbdb3adc44600d3c6002d86dde0b22abc9cf15ba16a44fb68e1a15ff1aac5"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/completions/yg-node.yaml": 1774332991332.5337,
Expand All @@ -26,8 +24,6 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": 1774330828056.589,
".yggdrasil/aspects/ipc-envelope/guidance.md": 1774330840373.7412,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/completions.go": 1773991815279.73,
"cmd/tilbo-cli/cmd_completion_cmd.go": 1773484320728.119
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
12 changes: 3 additions & 9 deletions .yggdrasil/.drift-state/cli/local-commands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "09634b2a7efebd29e3ce9e5ee8eacd251132c554ff9ad330d99b4fc39e25a9df",
"hash": "d2a5e15c77764254d1c3f255c3a04b0f41a8864581314018e5a522e284070277",
"files": {
".yggdrasil/model/cli/local-commands/yg-node.yaml": "0d1b8ce0fb979036ec6d4334fae7d9815f59e0ae830b32e4ff5b3d5b1f347c39",
".yggdrasil/model/cli/local-commands/interface.md": "0713e6f393c20ba90101a11580cf1c2c403ce5cf1f2d76a6ea2d90684cc94fd5",
Expand All @@ -13,10 +13,7 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": "e9646609c1a0d858d18496465819a0c81de02a0e9cd5c30f8fba0caaab2e4645",
".yggdrasil/aspects/ipc-envelope/guidance.md": "5cb10aa1755fbe6a975c4643575192fa83a88249a319efee1a08a32626240ad1",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/cmd_harvester.go": "21126fd389dce1047e03cd0e7a4dc9e7180424e0caea8996866b6608ef788e82",
"cmd/tilbo-cli/cmd_rule.go": "26cb81276a71684635689c6d62ca7069cdb56d36a220b5479d2fe2e608a482d7",
"cmd/tilbo-cli/cmd_config.go": "d142fa2d93034c0033dfb376e5eb021c09da8014bf795a1b7745b3f1b3fa1750"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/local-commands/yg-node.yaml": 1774333033295.8562,
Expand All @@ -31,9 +28,6 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": 1774330828056.589,
".yggdrasil/aspects/ipc-envelope/guidance.md": 1774330840373.7412,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/cmd_harvester.go": 1773312161817.273,
"cmd/tilbo-cli/cmd_rule.go": 1773312161817.1401,
"cmd/tilbo-cli/cmd_config.go": 1773484543360.1106
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
8 changes: 3 additions & 5 deletions .yggdrasil/.drift-state/cli/metadata-commands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "0424fe35c052d47cc753a0d275850fe0a18ed426cf23657db28bf673b3257fdc",
"hash": "a56a6986ef8194ee7dafe6b562fdfb6e06a28dcf75c99abfcc5de97ccc9d9668",
"files": {
".yggdrasil/model/cli/metadata-commands/yg-node.yaml": "baa25cb85461352144a7002f480ae266313a18e9cc4c44bc0e52b6b7c796aaf8",
".yggdrasil/model/cli/metadata-commands/interface.md": "186f3dfa8088c65c8134dc677a75cb7d9efe8b545a06fe6a832d2c78dad6774e",
Expand All @@ -13,8 +13,7 @@
".yggdrasil/aspects/output-formatting/yg-aspect.yaml": "691d3b2ec472caaab429aa7090b65471189cfc1d211791c86c9ce904d103cbaa",
".yggdrasil/aspects/output-formatting/guidance.md": "57902af4568f0931a07dbcbb60df95070ad3598413894ef23426e601d033d11e",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/cmd_meta.go": "2daa241bc3a65f4662dbe1ab5ae46c78eb78fb639815aa1a82acf1e398a8cad9"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/metadata-commands/yg-node.yaml": 1774332947368.205,
Expand All @@ -29,7 +28,6 @@
".yggdrasil/aspects/output-formatting/yg-aspect.yaml": 1774332862644.6028,
".yggdrasil/aspects/output-formatting/guidance.md": 1774332870098.654,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/cmd_meta.go": 1773314104165.6934
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
10 changes: 3 additions & 7 deletions .yggdrasil/.drift-state/cli/query-commands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "1c5fd041e82b040708218ba624723a109bb8273089891ffd0f800a2899821137",
"hash": "7df48398ca8828f133344d01b55934827b2b5365a13f0c8bc62b57a39a04a07e",
"files": {
".yggdrasil/model/cli/query-commands/yg-node.yaml": "21a06d8c23625b600948d555e4ff301d060e5bb7fdacb6ff58302559fe72dddc",
".yggdrasil/model/cli/query-commands/interface.md": "b0a41bd76ed8da66cdff750312dbc64bbb6b3f6c8bacea0eae77bcecdfb47bed",
Expand All @@ -13,9 +13,7 @@
".yggdrasil/aspects/output-formatting/yg-aspect.yaml": "691d3b2ec472caaab429aa7090b65471189cfc1d211791c86c9ce904d103cbaa",
".yggdrasil/aspects/output-formatting/guidance.md": "57902af4568f0931a07dbcbb60df95070ad3598413894ef23426e601d033d11e",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/cmd_search.go": "7bbc08b36e0e2f47af858e408f3a312bdccac37573f5081c84bbf4c3a9949a38",
"cmd/tilbo-cli/cmd_related.go": "34d4cdbbd58ed0f66a15f2ec5ab6c34ed2d26acf166b996520d8d8810971d8df"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/query-commands/yg-node.yaml": 1774332933388.1028,
Expand All @@ -30,8 +28,6 @@
".yggdrasil/aspects/output-formatting/yg-aspect.yaml": 1774332862644.6028,
".yggdrasil/aspects/output-formatting/guidance.md": 1774332870098.654,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/cmd_search.go": 1773991770269.5217,
"cmd/tilbo-cli/cmd_related.go": 1773579913055.8245
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
8 changes: 3 additions & 5 deletions .yggdrasil/.drift-state/cli/tag-commands.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "4b52dc59dc56ceae8d331ec40bf63cf87136500643286abaf12820efad7c71d9",
"hash": "5f47b2aa51b93ce8eec55958329a7e2b1d15ec515dc2c6a95ec32b269ed3e5da",
"files": {
".yggdrasil/model/cli/tag-commands/yg-node.yaml": "ffa68c8ad6127994e563e712c817c82aba4822aa392e3437e61da80a4ceb44ed",
".yggdrasil/model/cli/tag-commands/interface.md": "9f0fd44d58986eb91602eff3e4c824a6126b191740b980068b7c5c5f89c69b0f",
Expand All @@ -11,8 +11,7 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": "e9646609c1a0d858d18496465819a0c81de02a0e9cd5c30f8fba0caaab2e4645",
".yggdrasil/aspects/ipc-envelope/guidance.md": "5cb10aa1755fbe6a975c4643575192fa83a88249a319efee1a08a32626240ad1",
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": "a54c104b3ea2b820e3888b643fe08fb5b606216d31929fffda4d74fcc5f9c194",
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3",
"cmd/tilbo-cli/cmd_tag.go": "91a8871af8c14b6350ab62931e6a3d08d8b78526662224e84df05c3c1b58c2d9"
".yggdrasil/aspects/structured-logging/guidance.md": "ac68b260dbe3a96f48f19dfd2ca4d8560c8dd2cbd6777c79fcbd27f6c22572f3"
},
"mtimes": {
".yggdrasil/model/cli/tag-commands/yg-node.yaml": 1774332919087.9993,
Expand All @@ -25,7 +24,6 @@
".yggdrasil/aspects/ipc-envelope/yg-aspect.yaml": 1774330828056.589,
".yggdrasil/aspects/ipc-envelope/guidance.md": 1774330840373.7412,
".yggdrasil/aspects/structured-logging/yg-aspect.yaml": 1774330751639.6455,
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865,
"cmd/tilbo-cli/cmd_tag.go": 1773991771754.5623
".yggdrasil/aspects/structured-logging/guidance.md": 1774330769410.865
}
}
12 changes: 5 additions & 7 deletions .yggdrasil/.drift-state/daemon.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"hash": "53d2a9ac2978fa9df1294d153c9d55e16ec7a194d2266fbeb8d59115d7dff4b1",
"hash": "ed0356717b9e9bce68d3dad1906e62ae597b5f09f347053f14397b2260d3924b",
"files": {
".yggdrasil/model/daemon/yg-node.yaml": "15418ee76b7eb630fd8f71ed31bbdbd8ae2b85baf86334e46c2c8c406782a5df",
".yggdrasil/model/daemon/interface.md": "e1b7b1630508fc50bd160b3a8b5bce8c540b8ca23c823e7dab9aa7070d7ddb27",
".yggdrasil/model/daemon/internals.md": "ac4868d1c4ee1fcab1f95d40ed7e6be5f64d392a072a20f720a5c61a6f1a8051",
".yggdrasil/model/daemon/responsibility.md": "5f39c0177cdf865b567f07f3e70d6ead720265a1a34332a897db1df8cadb84d4",
Expand All @@ -15,11 +14,11 @@
".yggdrasil/flows/file-indexing/description.md": "d44285cee7589c7d33b138331e8b9f4c5b442d3b324bfb32041dc68f7f6e5eca",
".yggdrasil/flows/ipc-communication/yg-flow.yaml": "5d93bfd06aa94e03fd000c02c2f1100d9cf6a7ac29d45773fe6bf022ef1098cc",
".yggdrasil/flows/ipc-communication/description.md": "cda4ab3b9f303be45ddd5148d635ee8b4180c7c2c893b6366e709c77e4408e49",
"cmd/tilbo-daemon/main.go": "3cbd2f9ae4104106b749b3b08c0e6a729bedceaacbce32f8b9e136fe4baa14ac",
"cmd/tilbo-daemon/builtins.go": "6d4d0e44f093e9e5be0d0f5fd8cc8bb7486e9f814709fce9b1d4deb83e64438e"
".yggdrasil/model/daemon/yg-node.yaml": "0bd5434a5400371d4564d0ee5c24c66c33246caf9a70973a125a4b1ac43cef22",
"internal/daemon/builtins.go": "28e372a51d147f91e087c70c1deeb122ed38529211f8b6fa3e0058a91da6f7a4"
},
"mtimes": {
".yggdrasil/model/daemon/yg-node.yaml": 1774331202852.2175,
".yggdrasil/model/daemon/yg-node.yaml": 1774431419800.0735,
".yggdrasil/model/daemon/interface.md": 1774331230123.5542,
".yggdrasil/model/daemon/internals.md": 1774331031453.1008,
".yggdrasil/model/daemon/responsibility.md": 1774330964674.2761,
Expand All @@ -33,7 +32,6 @@
".yggdrasil/flows/file-indexing/description.md": 1774330889651.3499,
".yggdrasil/flows/ipc-communication/yg-flow.yaml": 1774330899324.4692,
".yggdrasil/flows/ipc-communication/description.md": 1774330925644.7942,
"cmd/tilbo-daemon/main.go": 1773815199083.6538,
"cmd/tilbo-daemon/builtins.go": 1773561541564.4353
"internal/daemon/builtins.go": 1774415653056.0881
}
}
14 changes: 7 additions & 7 deletions .yggdrasil/.drift-state/daemon/browser-handlers.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"hash": "50e2e471731c2ff42f2485a43eeabc807da4721829429271d8e1de10d9db5ac0",
"hash": "9751f2c146d56df800fbfdf14d4b5f743c6c9849c706cfd3b1fe4789a4ed6668",
"files": {
".yggdrasil/model/daemon/browser-handlers/yg-node.yaml": "adeb535b90c8bac6d4ba6bc48f38fd11cd0cfb4589a6f4891d1692cc2d3322a4",
".yggdrasil/model/daemon/browser-handlers/interface.md": "46d1064835f60e825be1fbdde59c1a8b6b1d9fa3a2e07dc2cf2099bae8ac4acc",
".yggdrasil/model/daemon/browser-handlers/internals.md": "1e184e29f91dac380899172863a3abbedc790c6e0a2da7fee8a6e76af0bd1abe",
".yggdrasil/model/daemon/browser-handlers/responsibility.md": "52c7b5f44d3830d15c9e190f71e7a5163ae784e3a15e4eca14e815af087a29f9",
".yggdrasil/model/daemon/yg-node.yaml": "15418ee76b7eb630fd8f71ed31bbdbd8ae2b85baf86334e46c2c8c406782a5df",
".yggdrasil/model/daemon/interface.md": "e1b7b1630508fc50bd160b3a8b5bce8c540b8ca23c823e7dab9aa7070d7ddb27",
".yggdrasil/model/daemon/internals.md": "ac4868d1c4ee1fcab1f95d40ed7e6be5f64d392a072a20f720a5c61a6f1a8051",
".yggdrasil/model/daemon/responsibility.md": "5f39c0177cdf865b567f07f3e70d6ead720265a1a34332a897db1df8cadb84d4",
Expand All @@ -21,14 +19,16 @@
".yggdrasil/flows/file-indexing/description.md": "d44285cee7589c7d33b138331e8b9f4c5b442d3b324bfb32041dc68f7f6e5eca",
".yggdrasil/flows/ipc-communication/yg-flow.yaml": "5d93bfd06aa94e03fd000c02c2f1100d9cf6a7ac29d45773fe6bf022ef1098cc",
".yggdrasil/flows/ipc-communication/description.md": "cda4ab3b9f303be45ddd5148d635ee8b4180c7c2c893b6366e709c77e4408e49",
"cmd/tilbo-daemon/browser_handlers.go": "42f4b625d7057a2a781ad1c935d4e2838003aa6487110e3cd779ad73b0310dcf"
".yggdrasil/model/daemon/browser-handlers/yg-node.yaml": "5a75e34922334ecd0ec66b6fd464a76890f0d8f4cd6c07e807f395a1e838895b",
".yggdrasil/model/daemon/yg-node.yaml": "0bd5434a5400371d4564d0ee5c24c66c33246caf9a70973a125a4b1ac43cef22",
"internal/daemon/browser_handlers.go": "4f07d644f3dacc2f38604bdff796c3f0e4dbee4d72ce32f74136357137a26cf1"
},
"mtimes": {
".yggdrasil/model/daemon/browser-handlers/yg-node.yaml": 1774331205583.2512,
".yggdrasil/model/daemon/browser-handlers/yg-node.yaml": 1774431419797.3953,
".yggdrasil/model/daemon/browser-handlers/interface.md": 1774331133381.3596,
".yggdrasil/model/daemon/browser-handlers/internals.md": 1774331139697.4375,
".yggdrasil/model/daemon/browser-handlers/responsibility.md": 1774331122643.227,
".yggdrasil/model/daemon/yg-node.yaml": 1774331202852.2175,
".yggdrasil/model/daemon/yg-node.yaml": 1774431419800.0735,
".yggdrasil/model/daemon/interface.md": 1774331230123.5542,
".yggdrasil/model/daemon/internals.md": 1774331031453.1008,
".yggdrasil/model/daemon/responsibility.md": 1774330964674.2761,
Expand All @@ -44,6 +44,6 @@
".yggdrasil/flows/file-indexing/description.md": 1774330889651.3499,
".yggdrasil/flows/ipc-communication/yg-flow.yaml": 1774330899324.4692,
".yggdrasil/flows/ipc-communication/description.md": 1774330925644.7942,
"cmd/tilbo-daemon/browser_handlers.go": 1773992157180.828
"internal/daemon/browser_handlers.go": 1774422414136.7258
}
}
Loading
Loading