From 9a48c7e895b80344d26247e1965db15100f92016 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 03:50:09 -0400 Subject: [PATCH] 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