@rajbos/ai-engineering-fluency 0.0.12 → 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.
- package/README.md +8 -0
- package/dist/cli.js +63 -57
- 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.
|