@quietloudlab/ai-interaction-atlas 1.0.9 → 1.0.11
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/data.js +42 -6
- package/dist/data.js.map +1 -1
- package/dist/data.mjs +42 -6
- package/dist/data.mjs.map +1 -1
- package/dist/index.js +42 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/data.js
CHANGED
|
@@ -962,6 +962,40 @@ var AI_TASKS = [
|
|
|
962
962
|
{ target_id: "task_estimate", type: "commonly_preceded_by", strength: "medium", reason: "Spatial estimation provides the world-model for planning." },
|
|
963
963
|
{ target_id: "task_act", type: "enables", strength: "strong", reason: "Plans are executed as sequences of actions." }
|
|
964
964
|
]
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
id: "task_harvest",
|
|
968
|
+
layer_id: "layer_internal",
|
|
969
|
+
name: "Harvest",
|
|
970
|
+
slug: "harvest",
|
|
971
|
+
task_type: "ai",
|
|
972
|
+
elevator_pitch: "Discover recurring patterns from aggregate human decisions over time.",
|
|
973
|
+
example_usage: "Identifying writing style patterns from content a user consistently accepts without editing.",
|
|
974
|
+
io_spec: {
|
|
975
|
+
inputs: {
|
|
976
|
+
required: [{ id: "data_log", label: "Behavioral Signal Log" }],
|
|
977
|
+
optional: [{ id: "data_text", label: "Source Content" }, { id: "data_json", label: "Existing Pattern Library" }]
|
|
978
|
+
},
|
|
979
|
+
outputs: {
|
|
980
|
+
primary: { id: "data_json", label: "Discovered Patterns", isArray: true },
|
|
981
|
+
metadata: [{ id: "data_score", label: "Pattern Confidence" }, { id: "data_text", label: "Source Provenance" }]
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
implementation_notes: { maturity: "emerging", typical_latency: "batch", data_requirements: "continuous", human_oversight: "recommended" },
|
|
985
|
+
ux_notes: { risk: "Hallucinated patterns that don't exist in source data", tip: "Every discovered pattern must link to specific source decisions with provenance \u2014 timestamp, actor, and original context \u2014 so patterns are grounded in evidence, not AI confabulation", anti_patterns: ["Harvesting from insufficient sample sizes", "Treating AI confidence as human validation", "No verification that discovered patterns exist in source material", "Patterns without provenance trail back to source decisions", "Accepting pattern candidates that cannot cite concrete examples from the behavioral log"] },
|
|
986
|
+
capabilities: [
|
|
987
|
+
{ name: "Sentence Similarity", tag: "sentence-similarity", example: "Analyzing months of accepted blog posts to discover recurring phrase structures, vocabulary preferences, and formatting habits that define a writer's voice" },
|
|
988
|
+
{ name: "Tabular Classification", tag: "tabular-classification", example: "Observing which product recommendations a shopper keeps versus removes over time to discover unstated preferences like avoiding synthetic fabrics" },
|
|
989
|
+
{ name: "Feature Extraction", tag: "feature-extraction", example: "Mining a support team's ticket resolutions to discover that agents who include a one-line summary have 40% fewer re-opens \u2014 a pattern nobody explicitly taught" }
|
|
990
|
+
],
|
|
991
|
+
relations: [
|
|
992
|
+
{ target_id: "task_adapt", type: "enables", strength: "strong", reason: "Harvested patterns are the input that adaptation applies. Harvest discovers what to learn; adapt updates behavior." },
|
|
993
|
+
{ target_id: "task_extract", type: "commonly_preceded_by", strength: "medium", reason: "Individual extraction events produce raw data that harvesting aggregates into patterns over time." },
|
|
994
|
+
{ target_id: "human_edit", type: "requires_input_from", strength: "strong", reason: "Human edits \u2014 what they change and what they leave unchanged \u2014 are the primary behavioral signal." },
|
|
995
|
+
{ target_id: "task_verify", type: "commonly_followed_by", strength: "strong", reason: "AI-discovered patterns are prone to hallucination; verify against source material before applying." },
|
|
996
|
+
{ target_id: "human_review", type: "commonly_followed_by", strength: "medium", reason: "Low-confidence patterns should be staged for human review before affecting system behavior." },
|
|
997
|
+
{ target_id: "task_cluster", type: "distinct_from", strength: "strong", reason: "Cluster groups items by similarity in a vector space at a single point in time; Harvest discovers patterns from sequential human decisions over time. Cluster is spatial (which items are near each other); Harvest is temporal (what behaviors recur across decisions). Cluster needs embeddings; Harvest needs behavioral logs with provenance." }
|
|
998
|
+
]
|
|
965
999
|
}
|
|
966
1000
|
];
|
|
967
1001
|
|
|
@@ -3562,7 +3596,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
3562
3596
|
},
|
|
3563
3597
|
{
|
|
3564
3598
|
"id": "08b1982b-abbf-4fc8-9b09-1188f06d9d63",
|
|
3565
|
-
"referenceId": "
|
|
3599
|
+
"referenceId": "system_read_db",
|
|
3566
3600
|
"type": "task",
|
|
3567
3601
|
"x": 1453.6142460684555,
|
|
3568
3602
|
"y": 781.6864164005842,
|
|
@@ -4086,7 +4120,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
4086
4120
|
},
|
|
4087
4121
|
{
|
|
4088
4122
|
"id": "f80e72a1-9c43-4707-a78c-936e953ef279",
|
|
4089
|
-
"referenceId": "
|
|
4123
|
+
"referenceId": "system_read_db",
|
|
4090
4124
|
"type": "task",
|
|
4091
4125
|
"x": 784.1530497300524,
|
|
4092
4126
|
"y": 1346.2941188626166,
|
|
@@ -4668,7 +4702,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
4668
4702
|
},
|
|
4669
4703
|
{
|
|
4670
4704
|
"id": "dc721b4e-d0ad-4b2a-8cf6-cb8e0d317026",
|
|
4671
|
-
"referenceId": "
|
|
4705
|
+
"referenceId": "system_create_db",
|
|
4672
4706
|
"type": "task",
|
|
4673
4707
|
"x": 2780.9697582607264,
|
|
4674
4708
|
"y": 276.49530705464457,
|
|
@@ -5752,7 +5786,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
5752
5786
|
},
|
|
5753
5787
|
{
|
|
5754
5788
|
"id": "031e4f7d-4659-42ba-b058-bfbf84ea2b56",
|
|
5755
|
-
"referenceId": "
|
|
5789
|
+
"referenceId": "system_create_db",
|
|
5756
5790
|
"type": "task",
|
|
5757
5791
|
"x": 1795.4041879755457,
|
|
5758
5792
|
"y": 983.7803703670075,
|
|
@@ -6183,7 +6217,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
6183
6217
|
},
|
|
6184
6218
|
{
|
|
6185
6219
|
"id": "4458ad1b-bd05-4f3f-adf9-374a1bc6abc6",
|
|
6186
|
-
"referenceId": "
|
|
6220
|
+
"referenceId": "human_adjust_control",
|
|
6187
6221
|
"type": "task",
|
|
6188
6222
|
"x": 604.014468895346,
|
|
6189
6223
|
"y": 800.3640631758337,
|
|
@@ -6244,7 +6278,7 @@ var WORKFLOW_TEMPLATES = [
|
|
|
6244
6278
|
"attachments": [
|
|
6245
6279
|
{
|
|
6246
6280
|
"id": "enemy-5-c",
|
|
6247
|
-
"referenceId": "
|
|
6281
|
+
"referenceId": "const_system_instruction",
|
|
6248
6282
|
"type": "constraint",
|
|
6249
6283
|
"notes": "Design rules (difficulty tuning, fairness, avoid perfect aim)"
|
|
6250
6284
|
},
|
|
@@ -6472,6 +6506,8 @@ var WORKFLOW_TEMPLATES = [
|
|
|
6472
6506
|
"type": "task",
|
|
6473
6507
|
"x": 3221.2278604854096,
|
|
6474
6508
|
"y": 1095.9793975460932,
|
|
6509
|
+
"customLabel": "Persist World State",
|
|
6510
|
+
"notes": "Write back updated enemy state (memory, cooldowns, alertness) for next tick.",
|
|
6475
6511
|
"measuredW": 280,
|
|
6476
6512
|
"measuredH": 167
|
|
6477
6513
|
},
|