diff --git a/Docker/RCEO-AIOS-Public-Tools-DocMaker/Dockerfile b/Docker/RCEO-AIOS-Public-Tools-DocMaker/Dockerfile index c29d91a..73b06aa 100644 --- a/Docker/RCEO-AIOS-Public-Tools-DocMaker/Dockerfile +++ b/Docker/RCEO-AIOS-Public-Tools-DocMaker/Dockerfile @@ -38,7 +38,7 @@ RUN cargo install mdbook mdbook-pdf # Install Typst RUN curl -L https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz \ - | tar xJ -C /tmp && cp /tmp/typst /usr/local/bin && chmod +x /usr/local/bin/typst + | tar xJ -C /tmp && cp /tmp/typst-x86_64-unknown-linux-musl/typst /usr/local/bin && chmod +x /usr/local/bin/typst # Install Marp CLI RUN npm install -g @marp-team/marp-cli @@ -50,11 +50,11 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install vale for advanced style and grammar checking -RUN curl -L https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_64-bit.tar.gz \ +RUN curl -L https://github.com/errata-ai/vale/releases/download/v3.12.0/vale_3.12.0_Linux_64-bit.tar.gz \ | tar xz -C /tmp && cp /tmp/vale /usr/local/bin && chmod +x /usr/local/bin/vale # Install text statistics tool for reading time estimation -RUN pip3 install mdstat +RUN pip3 install mdstat textstat # Install additional text processing tools RUN apt-get update && apt-get install -y \ diff --git a/GUIDEBOOK/AboutMe.md b/GUIDEBOOK/AboutMe.md new file mode 100644 index 0000000..9ea5421 --- /dev/null +++ b/GUIDEBOOK/AboutMe.md @@ -0,0 +1,12 @@ +My full name is Charles N Wyble. I use the online handle @ReachableCEO. +I am a strong believer in digital data soverignity. I am a firm practicer of self hosting (using Cloudron on a netcup vps and soon Coolify on another Cloudron VPS). +I am 41 years old. +I am a democrat and believe strongly in the rule of law and separation of powers. +I actively avoid the media. +I am solo entrepenuer creating an ecosystem of entities called TSYS Group. (Please see TSYS.md for more on that) +My professional background is in production technical operations since 2002 +I use many command line ai agents (codex,coder,qwen,gemini) and wish to remain agent agnostic at all times +I am located in the United States of America . As of October 2025 I am located in central texas +I will be relocating to Raleigh North Carolina in April 2026 +I want to streamlne my life using AI and relying on it for all aspects of my professional, knowledge worker actions. +I prefer relaxed but professional engagement and dont want to be flattered. \ No newline at end of file diff --git a/GUIDEBOOK/AgentRules.md b/GUIDEBOOK/AgentRules.md new file mode 100644 index 0000000..ce5048a --- /dev/null +++ b/GUIDEBOOK/AgentRules.md @@ -0,0 +1,15 @@ +This file is rules for you to follow + + +Always refer to me as Charles. Do not ever refer to me as "the human" or "the user" please. +Do not be a sychophant +Avoid fluff in your responses + +Use this pattern for workflows: + +Question -> Proposal -> Plan -> Prompt -> Implementation + + + +Expanding on that: + diff --git a/GUIDEBOOK/StartHere.md b/GUIDEBOOK/StartHere.md new file mode 100644 index 0000000..fce02df --- /dev/null +++ b/GUIDEBOOK/StartHere.md @@ -0,0 +1,9 @@ +This repository is where I will start all of my AI interactions from. + +Unless we are making new tools, you won't be doing any work in this repository (other than when I tell you to commit/push anything in the tree). + +You will be doing all your work in a new repository that I will tell you about. You will have all of the core knowledge from +the GUIDEBOOK directory files and you will follow the workflow and rules outlined in AgentRules.md in that new project repository. + +Think of this repository like the top level of a users home directory who is hyper organized. These markdown files and docker containers are kind of the dotfiles. +Any work would be done in a sub directory off of the users home directory, not at the top level. \ No newline at end of file diff --git a/GUIDEBOOK/TSYS.md b/GUIDEBOOK/TSYS.md new file mode 100644 index 0000000..41b1085 --- /dev/null +++ b/GUIDEBOOK/TSYS.md @@ -0,0 +1,36 @@ +This file documents the TSYS Group. + +Legal Entities (all filed and domiciled in the great state of Texas) + +Turnkey Network Systems LLC (a series LLC) +RackRental.net Operating Company LLC (a stand alone LLC) (all consulting and SAAS operations are run from here) +Suborbital Systems Development Company LLC (a stand alone LLC) (this is my "moonshot" business and will be where all fundraising is done) + +Americans For A Better Network INC (a Texas non profit) (plan to be a 501c3) (want to get a fiscal sponsor by end of 2025) +Side Door Group (a Texas non profit) (plan to be a 501c4) +Side Door Solutions Group INC (a Texas non profit) (super PAC) + + +The overaall goal of TSYS Group is to solve the digital divide through a combination of : + +R&D +Operations +Advocacy/Lobbying/Education + +We are firecly FLO and also our governance materials are open. + +We want our operations/business model to be adopted by other passionate pragmatic individuals to solve big problems (clean water, clean energy, governance, food shortages etc). We believe strongly that only a combination of private enterprise and government can solve these issues. + + +Series of Turnkey Network Systems LLC + +High Flight Network Operating Company (HFNOC) (will be a coop in all states that recognize it) in early formation stages currently . This will be the entity (a collection of sub entities under this banner) that will own and operate (in coop/collective trust) balloons and ground stations for MorseNet (what we are calling the network we are building) + +High Flight Network Finance Company (HFNFC) (will also be a coop just like HFNFC , also in early formation stages currently). This will be the entity that handles network finance/construction/loans etc. The idea is to raise financing from main street. To the extent wall street participates, it's only given financial interest, not governance. +We will not do security bundling and chase returns. The capital will earn a reasonable rate of return and reinvest into the coop to build more networks and keep debt and interest rates low. + +RWSCP + +RWFO + +AP4AP \ No newline at end of file