rename: adopt yoi identity

This commit is contained in:
2026-06-01 18:49:23 +09:00
parent 6e133a7229
commit e6c458021c
115 changed files with 945 additions and 732 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
local profile = require("insomnia.profile")
local scope = require("insomnia.scope")
local compact = require("insomnia.compact")
local profile = require("yoi.profile")
local scope = require("yoi.scope")
local compact = require("yoi.compact")
return profile {
slug = "default",
description = "Bundled default Insomnia coding profile",
description = "Bundled default Yoi coding profile",
scope = scope.workspace_write(),