@promptbook/node 0.114.0-30 → 0.114.0-32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +8 -1
- package/esm/index.es.js.map +1 -1
- package/esm/src/cli/cli-commands/coder/$ensureCoderHarnessGitignoreRules.d.ts +9 -0
- package/esm/src/cli/cli-commands/coder/$ensureCoderHarnessGitignoreRules.test.d.ts +1 -0
- package/esm/src/cli/cli-commands/coder/ensureCoderGitignoreFile.d.ts +14 -1
- package/esm/src/cli/cli-commands/coder/server.test.d.ts +1 -0
- package/esm/src/cli/cli-commands/common/$askForConfirmation.d.ts +9 -0
- package/esm/src/cli/cli-commands/common/harness/HarnessDefinition.d.ts +10 -0
- package/esm/src/cli/cli-commands/common/projectInitialization.d.ts +6 -0
- package/esm/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +8 -1
- package/umd/index.umd.js.map +1 -1
- package/umd/src/cli/cli-commands/coder/$ensureCoderHarnessGitignoreRules.d.ts +9 -0
- package/umd/src/cli/cli-commands/coder/$ensureCoderHarnessGitignoreRules.test.d.ts +1 -0
- package/umd/src/cli/cli-commands/coder/ensureCoderGitignoreFile.d.ts +14 -1
- package/umd/src/cli/cli-commands/coder/server.test.d.ts +1 -0
- package/umd/src/cli/cli-commands/common/$askForConfirmation.d.ts +9 -0
- package/umd/src/cli/cli-commands/common/harness/HarnessDefinition.d.ts +10 -0
- package/umd/src/cli/cli-commands/common/projectInitialization.d.ts +6 -0
- package/umd/src/version.d.ts +1 -1
package/esm/index.es.js
CHANGED
|
@@ -30,7 +30,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
30
30
|
* @generated
|
|
31
31
|
* @see https://github.com/webgptorg/promptbook
|
|
32
32
|
*/
|
|
33
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.114.0-
|
|
33
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.114.0-32';
|
|
34
34
|
/**
|
|
35
35
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
36
36
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1787,6 +1787,7 @@ const HARNESS_DEFINITIONS = {
|
|
|
1787
1787
|
label: 'OpenAI Codex',
|
|
1788
1788
|
commandName: 'codex',
|
|
1789
1789
|
npmPackageName: '@openai/codex',
|
|
1790
|
+
projectGitignoreRules: ['.codex'],
|
|
1790
1791
|
// Note: The official standalone installer keeps its package in `~/.codex` and links it onto the `PATH`
|
|
1791
1792
|
standaloneInstallation: {
|
|
1792
1793
|
directoryNames: ['.codex'],
|
|
@@ -1798,6 +1799,7 @@ const HARNESS_DEFINITIONS = {
|
|
|
1798
1799
|
label: 'GitHub Copilot',
|
|
1799
1800
|
commandName: 'copilot',
|
|
1800
1801
|
npmPackageName: '@github/copilot',
|
|
1802
|
+
projectGitignoreRules: ['.github/copilot/settings.local.json'],
|
|
1801
1803
|
// Note: The GitHub Copilot CLI downloads its native binary in a postinstall script
|
|
1802
1804
|
npmInstallEnvironment: { npm_config_ignore_scripts: 'false' },
|
|
1803
1805
|
},
|
|
@@ -1806,30 +1808,35 @@ const HARNESS_DEFINITIONS = {
|
|
|
1806
1808
|
label: 'Cline',
|
|
1807
1809
|
commandName: 'cline',
|
|
1808
1810
|
npmPackageName: 'cline',
|
|
1811
|
+
projectGitignoreRules: ['.cline'],
|
|
1809
1812
|
},
|
|
1810
1813
|
'claude-code': {
|
|
1811
1814
|
harnessName: 'claude-code',
|
|
1812
1815
|
label: 'Claude Code',
|
|
1813
1816
|
commandName: 'claude',
|
|
1814
1817
|
npmPackageName: '@anthropic-ai/claude-code',
|
|
1818
|
+
projectGitignoreRules: ['.claude'],
|
|
1815
1819
|
},
|
|
1816
1820
|
opencode: {
|
|
1817
1821
|
harnessName: 'opencode',
|
|
1818
1822
|
label: 'Opencode',
|
|
1819
1823
|
commandName: 'opencode',
|
|
1820
1824
|
npmPackageName: 'opencode-ai',
|
|
1825
|
+
projectGitignoreRules: ['.opencode'],
|
|
1821
1826
|
},
|
|
1822
1827
|
gemini: {
|
|
1823
1828
|
harnessName: 'gemini',
|
|
1824
1829
|
label: 'Gemini CLI',
|
|
1825
1830
|
commandName: 'gemini',
|
|
1826
1831
|
npmPackageName: '@google/gemini-cli',
|
|
1832
|
+
projectGitignoreRules: ['.gemini'],
|
|
1827
1833
|
},
|
|
1828
1834
|
'qwen-code': {
|
|
1829
1835
|
harnessName: 'qwen-code',
|
|
1830
1836
|
label: 'Qwen Code',
|
|
1831
1837
|
commandName: 'qwen',
|
|
1832
1838
|
npmPackageName: '@qwen-code/qwen-code',
|
|
1839
|
+
projectGitignoreRules: ['.qwen'],
|
|
1833
1840
|
},
|
|
1834
1841
|
};
|
|
1835
1842
|
/**
|