diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d2e419d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Companion, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/package.json b/package.json index 420323f..d8e6785 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@companion-ai/feynman", "version": "0.2.12", "description": "Research-first CLI agent built on Pi and alphaXiv", + "license": "MIT", "type": "module", "engines": { "node": ">=20.18.1" diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 3f73ec1..ef95811 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -3,7 +3,7 @@ import tailwind from '@astrojs/tailwind'; export default defineConfig({ integrations: [tailwind()], - site: 'https://feynman.companion.ai', + site: 'https://feynman.is', markdown: { shikiConfig: { themes: { diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index c3b666e..f0b76f9 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -9,13 +9,12 @@ import AsciiLogo from '../components/AsciiLogo.astro';

The open source AI research agent

Investigate topics, write papers, run experiments, review research, audit codebases — every output cited and source-grounded

-
- curl -fsSL https://feynman.is/install | bash - -
-

Native installer recommended for macOS, Linux, and WSL. Windows PowerShell and npm are available in the installation docs.

+ +
Get started GitHub