1.9
This commit is contained in:
parent
fc7c94bd69
commit
2cc2f003df
71 changed files with 3359 additions and 1027 deletions
19
FILES.json
19
FILES.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"purpose": "Token-efficient machine-readable routing for tarinai_. Use scripts/ai_inventory.py for exact current file expansion.",
|
||||
"version": "39.16.60",
|
||||
"version": "39.16.74",
|
||||
"entrypoints": {
|
||||
"app": "index.html",
|
||||
"runtime": "js/main.js",
|
||||
|
|
@ -53,19 +53,28 @@
|
|||
{
|
||||
"id": "scripts",
|
||||
"patterns": [
|
||||
"scripts/*.js",
|
||||
"scripts/*.py",
|
||||
"scripts/*.ps1"
|
||||
],
|
||||
"meaning": "Generators, regression checks, and token-aware AI inventory tooling."
|
||||
"meaning": "Generators, regression checks, version-specific audits, and token-aware AI inventory tooling."
|
||||
},
|
||||
{
|
||||
"id": "core",
|
||||
"patterns": [
|
||||
"js/version.js",
|
||||
"js/event_bus.js",
|
||||
"js/domain_ids.js",
|
||||
"js/registry_base.js",
|
||||
"js/disease_registry.js",
|
||||
"js/sound_pack.js",
|
||||
"js/deterministic_helpers.js",
|
||||
"js/item_tool_metadata.js",
|
||||
"js/item_tool_definitions.js",
|
||||
"js/item_visual_definitions.js",
|
||||
"js/item_food_definitions.js",
|
||||
"js/item_effect_definitions.js",
|
||||
"js/item_registry.js",
|
||||
"js/data.js",
|
||||
"js/ground_types.js",
|
||||
"js/health.js",
|
||||
|
|
@ -123,7 +132,8 @@
|
|||
"js/item*.js",
|
||||
"js/items.js",
|
||||
"js/structures.js",
|
||||
"js/structure_lifecycle.js"
|
||||
"js/structure_lifecycle.js",
|
||||
"js/circuit_board_system.js"
|
||||
],
|
||||
"meaning": "Item/structure registry, lifecycle, dynamic behavior, rendering."
|
||||
},
|
||||
|
|
@ -131,7 +141,8 @@
|
|||
"id": "tarinai",
|
||||
"patterns": [
|
||||
"js/tarinai*.js",
|
||||
"js/ants.js"
|
||||
"js/ants.js",
|
||||
"js/seesaw_system.js"
|
||||
],
|
||||
"meaning": "Creature state/actions/needs/social life/item effects/disease/rendering plus ant actor model."
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue