Purpose

metaCo is a minimal, user‑focused router for Copilot queries across silos. It’s lean, remix‑ready, and designed so any developer can extend it without touching core code.

Install

  1. Install Node.js
  2. Clone repo:
    git clone https://github.com/umaywant2/metaCo.git
    cd metaCo
  3. Verify Node.js and Install dependencies:
    node -v
    npm -v
    npm install
  4. Load extension: Open your Chromium browser → Extensions → Enable Developer Mode → Load unpacked → select the metaCo directory.
  5. Native host: Place the native messaging manifest in your browser’s NativeMessagingHosts directory and set the absolute path to metaco_host.js.
  6. CLI hooks: Place metaco.ps1, metaco.sh, and metaco.applescript in a folder on your PATH.

Usage

Contribute

metaCo is intentionally lean to attract remixers. Add new silos and improve routing without touching core files.

  1. Edit silo_map.json: Add a new silo and keywords.
  2. Add a connector: Implement your silo in forwardToSilo() or create a modular connector file.
  3. Style & docs: Keep code modular, document changes, and submit a clean PR.

See CONTRIBUTING.md for details on style, testing, and roadmap alignment.

Roadmap

Credits

Built by Nawder Loswin as a validator‑grade, remix‑friendly artifact under the TriadicFrameworks umbrella.

License: MIT.