diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..4fb8493 --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,27 @@ +name: Deploy Pages +on: + push: + branches: [main] + paths: [docs/**] + workflow_dispatch: +permissions: + contents: read + pages: write + id-token: write +concurrency: + group: pages + cancel-in-progress: false +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/configure-pages@v5 + - uses: actions/upload-pages-artifact@v3 + with: + path: docs + - id: deployment + uses: actions/deploy-pages@v4 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..ec0c6f9 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,115 @@ + + +
+ + +Three-tier encrypted agent memory. Ephemeral (SQLite), mutable (ARC-69 ASA), and permanent (on-chain note).
+