@rajbos/ai-engineering-fluency 0.0.14 → 0.1.2

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.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/dist/cli.js +63 -57
  3. package/package.json +7 -6
package/README.md CHANGED
@@ -24,6 +24,14 @@ npm run cli -- --help # Run any CLI command
24
24
  - Node.js 18 or later
25
25
  - GitHub Copilot Chat session files on the local machine
26
26
 
27
+ ## Data Sources
28
+
29
+ The CLI reads the same local session sources as the extension, including:
30
+
31
+ - GitHub Copilot Chat / Copilot CLI sessions
32
+ - OpenCode, Claude Code, and Gemini CLI sessions
33
+ - Other supported editor integrations wired through the shared adapter pipeline
34
+
27
35
  ## License
28
36
 
29
37
  MIT — see [LICENSE](../LICENSE) for details.