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.
@@ -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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-bank",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A CLI tool to standardise AI context in projects.",
5
5
  "type": "module",
6
6
  "bin": {