feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1 @@
module.exports = 1;

View File

View File

@@ -0,0 +1,3 @@
{
"main" : "quux.js"
}

View File

@@ -0,0 +1 @@
module.exports = 1;

View File

@@ -0,0 +1 @@
module.exports = 'hello garply';

View File

@@ -0,0 +1,3 @@
{
"main" : "./lib"
}

View File

@@ -0,0 +1 @@
module.exports = require('tiv') * 100;

View File

@@ -0,0 +1 @@
module.exports = 3;

View File

@@ -0,0 +1 @@

1
Skills/@be/node_modules/resolve/test/resolver/foo.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = 1;

View File

@@ -0,0 +1,2 @@
// this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate
module.exports = 1;

View File

@@ -0,0 +1,3 @@
{
"main" : "wrong.js"
}

View File

0
Skills/@be/node_modules/resolve/test/resolver/mug.js generated vendored Normal file
View File

View File

View File

@@ -0,0 +1 @@
module.exports = 1;

View File

@@ -0,0 +1,6 @@
resolve = require('../../../');
module.exports = function(t, cb) {
resolve('mymodule', null, cb);
}

View File

@@ -0,0 +1 @@
module.exports = "The tools we use have a profound (and devious!) influence on our thinking habits, and, therefore, on our thinking abilities.- E. Dijkstra"