@felan-ai/ext-insights 0.2.0 → 0.2.1
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 +5 -5
- package/dist/generated/report-app.d.ts +1 -1
- package/dist/generated/report-app.d.ts.map +1 -1
- package/dist/generated/report-app.js +1 -1
- package/dist/generated/report-app.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/markdown.js +1 -1
- package/dist/markdown.js.map +1 -1
- package/dist/report.js +1 -1
- package/dist/report.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @felan-ai/ext-insights
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
the host owns session discovery, bounded reads, report storage, and
|
|
5
|
-
report through `InsightsHost`.
|
|
3
|
+
Local session analytics for Felan Code. The package owns parsing and analytics;
|
|
4
|
+
the local host owns session discovery, bounded reads, report storage, and
|
|
5
|
+
opening a report through `InsightsHost`.
|
|
6
6
|
|
|
7
7
|
The package does not access the filesystem or ambient Pi directories directly.
|
|
8
|
-
|
|
8
|
+
The local host must keep session visibility, transcript size, cache retention, and
|
|
9
9
|
optional model facet submission explicit.
|
|
10
10
|
|
|
11
11
|
The generated report is a self-contained `file://` snapshot dashboard. Every
|
|
@@ -15,7 +15,7 @@ parser-versioned metadata. Opening the generated HTML later does not reread live
|
|
|
15
15
|
files. `--refresh` is only a force-reparse option for unchanged files.
|
|
16
16
|
|
|
17
17
|
It includes the
|
|
18
|
-
Felan-branded activity calendar, daily/hourly/model/project/rage charts,
|
|
18
|
+
Felan Code-branded activity calendar, daily/hourly/model/project/rage charts,
|
|
19
19
|
date presets and custom ranges, session search, sortable project breakdowns,
|
|
20
20
|
and light/dark theme switching. When the local host has Savings measurements,
|
|
21
21
|
the report also includes filterable avoided-cost, producer, category, project,
|