{"owner":"EduardoPires","repo":"EquinoxProject","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md"],"skills":{"AGENTS.md":"# AGENTS Setup Guide\n\nThis repository requires specific environment configuration to build and run .NET 9.0 projects. **All dependencies must be installed during the setup script phase,** especially in restricted environments (e.g., OpenAI Codex).\n\n## Setup Steps (`setup.sh`)\n\n1. **Update and upgrade the system:**\n    \n    `apt-get update && apt-get upgrade -y`\n    \n2. **Install essential dependencies (`wget`, `apt-transport-https`, `ca-certificates`):**\n    \n    `apt-get install -y wget apt-transport-https ca-certificates`\n    \n3. **Configure Microsoft package source and update package lists:**\n    \n    `wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb`\n    \n    `dpkg -i packages-microsoft-prod.deb`\n    \n    `rm packages-microsoft-prod.deb`\n    \n    `apt-get update`\n    \n4. **Install .NET SDK 9.0:**\n    \n    `apt-get install -y dotnet-sdk-9.0`\n    \n5. **Verify installation:**\n    \n    `dotnet --version`\n    \n6. **(Optional) Remove obsolete packages:**\n    \n    `apt-get autoremove -y`\n    \n\n---\n\n## ⚠️ Notes for Codex and Similar Cloud Environments\n\n- **Internet access is only available during the setup script phase.** All dependencies must be installed in this initial script.\n- **A network proxy is always active:** Standard environment variables like `http_proxy`, `https_proxy`, and the proxy certificate (`$CODEX_PROXY_CERT`) are automatically set. These should be respected by all package managers and CLI tools.\n- **If you encounter connectivity issues:**\n    - Ensure your setup script is running during the setup/initialization phase (not in the regular terminal).\n    - Check that all required dependencies are installed up front.\n    - Make sure environment variables for the proxy/certificate are being used by your tools.\n\n---\n\n## General Recommendations\n\n- Use the latest version of **Visual Studio** or **Visual Studio Code** for development.\n- Always install the correct SDK and runtime versions as required by this project.\n- The project can be built and run in Visual Studio Code on Windows, Linux, or macOS.\n\n---\n\n**IMPORTANT:**\n\nIf using a cloud development platform or automated environment, ensure all tools and dependencies are installed during the setup script phase. No additional internet access will be available after environment initialization. Plan accordingly.\n"},"files":{"AGENTS.md":"# AGENTS Setup Guide\n\nThis repository requires specific environment configuration to build and run .NET 9.0 projects. **All dependencies must be installed during the setup script phase,** especially in restricted environments (e.g., OpenAI Codex).\n\n## Setup Steps (`setup.sh`)\n\n1. **Update and upgrade the system:**\n    \n    `apt-get update && apt-get upgrade -y`\n    \n2. **Install essential dependencies (`wget`, `apt-transport-https`, `ca-certificates`):**\n    \n    `apt-get install -y wget apt-transport-https ca-certificates`\n    \n3. **Configure Microsoft package source and update package lists:**\n    \n    `wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb`\n    \n    `dpkg -i packages-microsoft-prod.deb`\n    \n    `rm packages-microsoft-prod.deb`\n    \n    `apt-get update`\n    \n4. **Install .NET SDK 9.0:**\n    \n    `apt-get install -y dotnet-sdk-9.0`\n    \n5. **Verify installation:**\n    \n    `dotnet --version`\n    \n6. **(Optional) Remove obsolete packages:**\n    \n    `apt-get autoremove -y`\n    \n\n---\n\n## ⚠️ Notes for Codex and Similar Cloud Environments\n\n- **Internet access is only available during the setup script phase.** All dependencies must be installed in this initial script.\n- **A network proxy is always active:** Standard environment variables like `http_proxy`, `https_proxy`, and the proxy certificate (`$CODEX_PROXY_CERT`) are automatically set. These should be respected by all package managers and CLI tools.\n- **If you encounter connectivity issues:**\n    - Ensure your setup script is running during the setup/initialization phase (not in the regular terminal).\n    - Check that all required dependencies are installed up front.\n    - Make sure environment variables for the proxy/certificate are being used by your tools.\n\n---\n\n## General Recommendations\n\n- Use the latest version of **Visual Studio** or **Visual Studio Code** for development.\n- Always install the correct SDK and runtime versions as required by this project.\n- The project can be built and run in Visual Studio Code on Windows, Linux, or macOS.\n\n---\n\n**IMPORTANT:**\n\nIf using a cloud development platform or automated environment, ensure all tools and dependencies are installed during the setup script phase. No additional internet access will be available after environment initialization. Plan accordingly.\n"},"items":[{"name":"AGENTS.md","path":"AGENTS.md","title":"AGENTS.md","content":"# AGENTS Setup Guide\n\nThis repository requires specific environment configuration to build and run .NET 9.0 projects. **All dependencies must be installed during the setup script phase,** especially in restricted environments (e.g., OpenAI Codex).\n\n## Setup Steps (`setup.sh`)\n\n1. **Update and upgrade the system:**\n    \n    `apt-get update && apt-get upgrade -y`\n    \n2. **Install essential dependencies (`wget`, `apt-transport-https`, `ca-certificates`):**\n    \n    `apt-get install -y wget apt-transport-https ca-certificates`\n    \n3. **Configure Microsoft package source and update package lists:**\n    \n    `wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb`\n    \n    `dpkg -i packages-microsoft-prod.deb`\n    \n    `rm packages-microsoft-prod.deb`\n    \n    `apt-get update`\n    \n4. **Install .NET SDK 9.0:**\n    \n    `apt-get install -y dotnet-sdk-9.0`\n    \n5. **Verify installation:**\n    \n    `dotnet --version`\n    \n6. **(Optional) Remove obsolete packages:**\n    \n    `apt-get autoremove -y`\n    \n\n---\n\n## ⚠️ Notes for Codex and Similar Cloud Environments\n\n- **Internet access is only available during the setup script phase.** All dependencies must be installed in this initial script.\n- **A network proxy is always active:** Standard environment variables like `http_proxy`, `https_proxy`, and the proxy certificate (`$CODEX_PROXY_CERT`) are automatically set. These should be respected by all package managers and CLI tools.\n- **If you encounter connectivity issues:**\n    - Ensure your setup script is running during the setup/initialization phase (not in the regular terminal).\n    - Check that all required dependencies are installed up front.\n    - Make sure environment variables for the proxy/certificate are being used by your tools.\n\n---\n\n## General Recommendations\n\n- Use the latest version of **Visual Studio** or **Visual Studio Code** for development.\n- Always install the correct SDK and runtime versions as required by this project.\n- The project can be built and run in Visual Studio Code on Windows, Linux, or macOS.\n\n---\n\n**IMPORTANT:**\n\nIf using a cloud development platform or automated environment, ensure all tools and dependencies are installed during the setup script phase. No additional internet access will be available after environment initialization. Plan accordingly.\n","category":"root","tokens":597}]}