05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.

This commit is contained in:
DavidSaylor
2026-05-18 19:55:48 -05:00
parent aed69afdfd
commit c5d3912070
544 changed files with 140434 additions and 364 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(node /workspaces/nanoid/test/check-versions.js)",
"Bash(echo \"Exit: $?\")",
"Bash(node --version)",
"Bash(node --experimental-strip-types test/check-prebuild.js)",
"Bash(node --experimental-strip-types test/update-prebuild.js)",
"Bash(node test/check-versions.js)",
"Bash(node bin/nanoid.js --version)",
"Bash(node bin/nanoid.js -s 10)"
]
}
}