Change summary
dot_config/mise/config.toml | 2 +-
dot_config/private_jj/config.toml.tmpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -70,7 +70,6 @@ bun = "latest"
# LLM bullshit
"github:marcus/sidecar" = "latest"
-"github:marcus/td" = "latest"
"github:stakpak/agent" = "latest"
"npm:octofriend" = "latest"
"npm:@sourcegraph/amp" = "latest"
@@ -78,3 +77,4 @@ bun = "latest"
"go:git.secluded.site/crush" = "latest"
"go:git.secluded.site/git-format" = "latest"
"npm:@fission-ai/openspec" = "latest"
+"cargo:https://git.secluded.site/yatd" = "latest"
@@ -65,7 +65,7 @@ if [ -z "$remote" ]; then
remote="origin"
fi
-jj sign -r "mine() & mutable() & ~signed() & (remote_bookmarks(remote=${remote})..closest_bookmark(@))"
+jj sign -r "mine() & mutable() & (remote_bookmarks(remote=${remote})..closest_bookmark(@))"
jj git push "$@"
""", ""]
{{- end }}