context-bank 0.0.6 → 0.0.7
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/dist/commands/init.js +1 -0
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -106,6 +106,7 @@ export async function initCommand(options) {
|
|
|
106
106
|
else {
|
|
107
107
|
await fs.writeFile(claudePath, `${claudeInstruction}\n`);
|
|
108
108
|
}
|
|
109
|
+
s.stop(chalk.green("Context initialized!"));
|
|
109
110
|
// Gemini CLI Global Memory Integration
|
|
110
111
|
const globalGeminiDir = path.join(os.homedir(), ".gemini");
|
|
111
112
|
const globalGeminiMemoryPath = path.join(globalGeminiDir, "GEMINI.md");
|