From 9a48c7e895b80344d26247e1965db15100f92016 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:50:09 -0400 Subject: [PATCH 1/4] feat: Add core operations definitions Initializes foundational definitions for the core, including function names and package mappings. --- AT.00.00.00.puppy | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 AT.00.00.00.puppy diff --git a/AT.00.00.00.puppy b/AT.00.00.00.puppy new file mode 100644 index 0000000..5c03c04 --- /dev/null +++ b/AT.00.00.00.puppy @@ -0,0 +1,26 @@ +#!# AT.00.00.00.puppy ##! +<<9tailedKitsune>> +@coreOperations: + @define: 9tk: + return: 9tk.core; + @define: core.function; + return: core.function.array = << + functionNames: + 'coreFunction', 'corePkg', '3rdParty', + 'Settings', 'Networking', 'Application', + 'Temporary', 'Document', 'Resource', + 'Development'; + @define: corePkg: + return: core.cPkg.array: + cPkgNames: + core.function.9tk: 'coreFunction', + core.function.tail: 'corePkg', + core.function.yiff: '3rdParty', + core.function.kitsune: 'Settings', + core.function.taild: 'Networking', + core.function.ntk: 'Application', + core.function.@9tK: 'Temporary', + core.function.9tKd: 'Document', + core.function.furry: 'Resource', + core.function.puppy: 'Development'; + >> \ No newline at end of file -- 2.43.0 From dee97f5fa73efca81a571f8698742bd72f29f5bf Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:56:33 -0400 Subject: [PATCH 2/4] feat: Add initial alpha test versions Introduces foundational scripts for core system functions and experimental constructs Focuses on system checks, process handling, and delimiter definitions Establishes base for further development and testing --- 9tailedKitsune-AT.00.00.00.9tK | 27 +++++++++++++++++++++++++++ 9tailedKitsune-AT.00.00.01.9tK | 3 +++ 9tailedKitsune-AT.00.00.02.9tK | 18 ++++++++++++++++++ 9tailedKitsune-AT.00.00.03.9tK | 2 ++ 9tailedKitsune-AT.00.00.04.9tK | 10 ++++++++++ 5 files changed, 60 insertions(+) create mode 100644 9tailedKitsune-AT.00.00.00.9tK create mode 100644 9tailedKitsune-AT.00.00.01.9tK create mode 100644 9tailedKitsune-AT.00.00.02.9tK create mode 100644 9tailedKitsune-AT.00.00.03.9tK create mode 100644 9tailedKitsune-AT.00.00.04.9tK diff --git a/9tailedKitsune-AT.00.00.00.9tK b/9tailedKitsune-AT.00.00.00.9tK new file mode 100644 index 0000000..9bb9908 --- /dev/null +++ b/9tailedKitsune-AT.00.00.00.9tK @@ -0,0 +1,27 @@ +<# 9tailedKitsune.kit #> + +@function: core; + @define: core as system function check; <# Seed 1 #> + @sync: system is equal to true; + + if system is not equal to core + + @console: write 'System is not equal to Core! Examination is needed!'; + @system: stop; + + else system is equal to core + + @console: write 'System check comfirmed!'; + @system: is to continue; + + end /> + + /> + @function: system; + @define: as system function array; + if system process list is equal to true + /> +/> diff --git a/9tailedKitsune-AT.00.00.01.9tK b/9tailedKitsune-AT.00.00.01.9tK new file mode 100644 index 0000000..d0660ed --- /dev/null +++ b/9tailedKitsune-AT.00.00.01.9tK @@ -0,0 +1,3 @@ +# 9tK-Alpha-Test-Two.9tK + + diff --git a/9tailedKitsune-AT.00.00.02.9tK b/9tailedKitsune-AT.00.00.02.9tK new file mode 100644 index 0000000..68683bf --- /dev/null +++ b/9tailedKitsune-AT.00.00.02.9tK @@ -0,0 +1,18 @@ +0.0.3-Test.9tK + +.# Major .# +.# Test .# + +?# + Minor + Test +#? + ++# + + No + Issues + Informational + Test + +#+ \ No newline at end of file diff --git a/9tailedKitsune-AT.00.00.03.9tK b/9tailedKitsune-AT.00.00.03.9tK new file mode 100644 index 0000000..26a5f81 --- /dev/null +++ b/9tailedKitsune-AT.00.00.03.9tK @@ -0,0 +1,2 @@ +0.0.4-Test.9tK + diff --git a/9tailedKitsune-AT.00.00.04.9tK b/9tailedKitsune-AT.00.00.04.9tK new file mode 100644 index 0000000..8db444a --- /dev/null +++ b/9tailedKitsune-AT.00.00.04.9tK @@ -0,0 +1,10 @@ +9tailedKitsune-A.00.00.04.9tK + +#? DILIMITERS /# + +.# \# + + +<\ + +\> \ No newline at end of file -- 2.43.0 From a14a74ee222700338a44ae73502da21da5c292b1 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 04:09:29 -0400 Subject: [PATCH 3/4] refactor: organize files into subdirectories Moves multiple files into dedicated folders for better project structure and organization. --- .../9tailedKitsune-AT.00.00.00.9tK | 0 .../9tailedKitsune-AT.00.00.01.9tK | 0 .../9tailedKitsune-AT.00.00.02.9tK | 0 .../9tailedKitsune-AT.00.00.03.9tK | 0 .../9tailedKitsune-AT.00.00.04.9tK | 0 AT.00.00.00.puppy => puppy/AT.00.00.00.puppy | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename 9tailedKitsune-AT.00.00.00.9tK => 9tK/9tailedKitsune-AT.00.00.00.9tK (100%) rename 9tailedKitsune-AT.00.00.01.9tK => 9tK/9tailedKitsune-AT.00.00.01.9tK (100%) rename 9tailedKitsune-AT.00.00.02.9tK => 9tK/9tailedKitsune-AT.00.00.02.9tK (100%) rename 9tailedKitsune-AT.00.00.03.9tK => 9tK/9tailedKitsune-AT.00.00.03.9tK (100%) rename 9tailedKitsune-AT.00.00.04.9tK => 9tK/9tailedKitsune-AT.00.00.04.9tK (100%) rename AT.00.00.00.puppy => puppy/AT.00.00.00.puppy (100%) diff --git a/9tailedKitsune-AT.00.00.00.9tK b/9tK/9tailedKitsune-AT.00.00.00.9tK similarity index 100% rename from 9tailedKitsune-AT.00.00.00.9tK rename to 9tK/9tailedKitsune-AT.00.00.00.9tK diff --git a/9tailedKitsune-AT.00.00.01.9tK b/9tK/9tailedKitsune-AT.00.00.01.9tK similarity index 100% rename from 9tailedKitsune-AT.00.00.01.9tK rename to 9tK/9tailedKitsune-AT.00.00.01.9tK diff --git a/9tailedKitsune-AT.00.00.02.9tK b/9tK/9tailedKitsune-AT.00.00.02.9tK similarity index 100% rename from 9tailedKitsune-AT.00.00.02.9tK rename to 9tK/9tailedKitsune-AT.00.00.02.9tK diff --git a/9tailedKitsune-AT.00.00.03.9tK b/9tK/9tailedKitsune-AT.00.00.03.9tK similarity index 100% rename from 9tailedKitsune-AT.00.00.03.9tK rename to 9tK/9tailedKitsune-AT.00.00.03.9tK diff --git a/9tailedKitsune-AT.00.00.04.9tK b/9tK/9tailedKitsune-AT.00.00.04.9tK similarity index 100% rename from 9tailedKitsune-AT.00.00.04.9tK rename to 9tK/9tailedKitsune-AT.00.00.04.9tK diff --git a/AT.00.00.00.puppy b/puppy/AT.00.00.00.puppy similarity index 100% rename from AT.00.00.00.puppy rename to puppy/AT.00.00.00.puppy -- 2.43.0 From df4be4d886201f576fec0307ac322e6fede3fd6e Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 04:10:16 -0400 Subject: [PATCH 4/4] refactor: organize test files into tests directory Moves test-related files from root directories into a dedicated tests folder to improve project structure and maintainability. --- {9tK => tests/9tK}/9tailedKitsune-AT.00.00.00.9tK | 0 {9tK => tests/9tK}/9tailedKitsune-AT.00.00.01.9tK | 0 {9tK => tests/9tK}/9tailedKitsune-AT.00.00.02.9tK | 0 {9tK => tests/9tK}/9tailedKitsune-AT.00.00.03.9tK | 0 {9tK => tests/9tK}/9tailedKitsune-AT.00.00.04.9tK | 0 {puppy => tests/puppy}/AT.00.00.00.puppy | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {9tK => tests/9tK}/9tailedKitsune-AT.00.00.00.9tK (100%) rename {9tK => tests/9tK}/9tailedKitsune-AT.00.00.01.9tK (100%) rename {9tK => tests/9tK}/9tailedKitsune-AT.00.00.02.9tK (100%) rename {9tK => tests/9tK}/9tailedKitsune-AT.00.00.03.9tK (100%) rename {9tK => tests/9tK}/9tailedKitsune-AT.00.00.04.9tK (100%) rename {puppy => tests/puppy}/AT.00.00.00.puppy (100%) diff --git a/9tK/9tailedKitsune-AT.00.00.00.9tK b/tests/9tK/9tailedKitsune-AT.00.00.00.9tK similarity index 100% rename from 9tK/9tailedKitsune-AT.00.00.00.9tK rename to tests/9tK/9tailedKitsune-AT.00.00.00.9tK diff --git a/9tK/9tailedKitsune-AT.00.00.01.9tK b/tests/9tK/9tailedKitsune-AT.00.00.01.9tK similarity index 100% rename from 9tK/9tailedKitsune-AT.00.00.01.9tK rename to tests/9tK/9tailedKitsune-AT.00.00.01.9tK diff --git a/9tK/9tailedKitsune-AT.00.00.02.9tK b/tests/9tK/9tailedKitsune-AT.00.00.02.9tK similarity index 100% rename from 9tK/9tailedKitsune-AT.00.00.02.9tK rename to tests/9tK/9tailedKitsune-AT.00.00.02.9tK diff --git a/9tK/9tailedKitsune-AT.00.00.03.9tK b/tests/9tK/9tailedKitsune-AT.00.00.03.9tK similarity index 100% rename from 9tK/9tailedKitsune-AT.00.00.03.9tK rename to tests/9tK/9tailedKitsune-AT.00.00.03.9tK diff --git a/9tK/9tailedKitsune-AT.00.00.04.9tK b/tests/9tK/9tailedKitsune-AT.00.00.04.9tK similarity index 100% rename from 9tK/9tailedKitsune-AT.00.00.04.9tK rename to tests/9tK/9tailedKitsune-AT.00.00.04.9tK diff --git a/puppy/AT.00.00.00.puppy b/tests/puppy/AT.00.00.00.puppy similarity index 100% rename from puppy/AT.00.00.00.puppy rename to tests/puppy/AT.00.00.00.puppy -- 2.43.0