Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/aep003-proofpacket-conformance-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
set -euo pipefail
if [ -d docs/standards/AEP-003/examples ]; then
for f in docs/standards/AEP-003/examples/sample_proof_packet_*.json; do
for f in docs/standards/AEP-003/examples/sample_proof_packet_[0-9][0-9]_*.json; do
[ -f "$f" ] || continue
python docs/standards/AEP-003/tools/validate_proof_packet.py "$f"
done
Expand Down
201 changes: 25 additions & 176 deletions .github/workflows/build-goalos-cloud-mvp-v0-2.yml

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions .github/workflows/refresh-complete-goalos-public-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Refresh Complete GoalOS Public Site

on:
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: goalos-pages
cancel-in-progress: false

jobs:
validate-and-deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Detect site root
id: root
run: |
if [ -d site ]; then echo "root=site" >> "$GITHUB_OUTPUT"; elif [ -d public ]; then echo "root=public" >> "$GITHUB_OUTPUT"; else echo "No site/ or public/ root found"; exit 1; fi
- name: Refuse repository deletions
run: |
if git diff --name-only --diff-filter=D --exit-code HEAD -- .; then echo "No deletions detected."; else echo "Deletion detected; refusing deploy."; exit 1; fi
- name: Run GoalOS Cloud MVP test
run: node site/app/goalos-cloud-mvp/tests/enterprise-core.test.mjs
- name: Validate canonical site shell and links
run: python scripts/validate_goalos_site_v2.py
- name: Run paid artifact guard
run: python scripts/check_no_paid_artifacts.py
- name: Produce deployment manifest summary
run: |
test -f site/goalos-site-manifest-v2.json
test -f site/goalos-site-repair-v2-report.json
python -m json.tool site/goalos-site-manifest-v2.json >/dev/null
python -m json.tool site/goalos-site-repair-v2-report.json >/dev/null
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: ${{ steps.root.outputs.root }}
- name: Deploy GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
487 changes: 20 additions & 467 deletions .github/workflows/repair-goalos-canonical-shell-v2.yml

Large diffs are not rendered by default.

145 changes: 103 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,107 @@
# Proof Gradient

**Aim. Act. Prove. Evolve.**

Proof Gradient is the Agent Evolution Protocol.

GoalOS gives the network **Direction**.
PlanOS gives it **Strategy**.
SkillOS gives it **Capability**.
The Proof Gradient gives it **Evolution**.

## Four systems

| System | Promise |
|---|---|
| Artifact Vault | Stores reusable intelligence. |
| Run Fabric | Executes agents at scale. |
| Proof Ledger | Records what happened. |
| Selection Gate | Promotes only what proved itself. |

## Production foundation

This repository now contains the first production platform foundation:

- production database layer
- Artifact Vault service
- Run Fabric service
- Proof Ledger storage
- Selection Gate rollout router
- API
- CLI
- static UI
- tenancy and RBAC helpers
- tool permissions
- provider abstraction
- eval execution
- observability endpoint
- security review
- Docker Compose
- production tests
# Proof Gradient / GoalOS

**A model can answer. An agent can act. An institution must prove.**

Proof Gradient is the public proof and standards layer for GoalOS. GoalOS is the recursive workflow operating layer for the RSI era: it turns repeated AI work into owned, scored, versioned, approved, monitored, and recursively improving workflows.

**Commercial line:** ChatGPT gives you answers. GoalOS gives you workflows that get better every time they run.

**Enterprise line:** Enterprise RSI without model self-modification.

## Safe boundary

GoalOS does **not** modify AI models. Recursive improvement happens at the workflow layer: workflow definitions, instructions, prompts, memory, scorecards, proof records, evaluations, evidence standards, operating procedures, approvals, versions, monitoring, and rollback.

Core loop:

> Run → Score → Prove → Diagnose → Improve → Approve → Version → Monitor → Re-run

## Public software proof

GoalOS Cloud MVP 0.2 is a public static software proof in `site/app/goalos-cloud-mvp/`.

It runs in the browser, uses `localStorage`, requires no secrets, and demonstrates:

- organization / workspace / user roles;
- policy engine and controlled memory;
- model-provider restrictions;
- Workflow Studio and workflow versioning;
- Execution Engine and Evaluation Engine demos;
- Proof Room records;
- Recursive Improvement Engine;
- improvement proposal and human approval gate;
- version comparison, rollback target, Proof Graph export;
- public-safe proof card and executive proof report exports;
- audit log, OpenAPI blueprint, JSON schemas, and Node unit tests.

Demo story: the **Customer Support Reply Workflow** v1.0 intentionally misses refund/access policy classification. The MVP runs support cases, evaluates outputs, creates proof records, detects the refund-policy failure, proposes v1.1, benchmarks v1.0 vs v1.1, requires human approval, deploys approved v1.1, preserves rollback target v1.0, and exports a public-safe proof card plus Proof Graph.

Run the MVP test:

```bash
node site/app/goalos-cloud-mvp/tests/enterprise-core.test.mjs
```

## Public website

The GitHub Pages site root is `site/`. The public site uses one canonical shell:

- `site/assets/goalos-site-v2.css`
- `site/assets/goalos-site-v2.js`

The site is designed as a clean, dark, institutional GoalOS / Proof Gradient foundation with one navigation bar, one footer, public product pages, standards, examples, and the Cloud MVP.

## Product / offer ladder

Paid products are sold on QUEBEC.AI and are **not** stored in this repository. All checkout / apply buttons point to:

<https://www.quebecartificialintelligence.com/shop>

Current ladder:

| Price | Offer | Public outcome |
|---:|---|---|
| $49 | GoalOS AI Efficiency Sprint Kit | Build one reusable AI workflow. |
| $199 | GoalOS RSI Lite | Build one self-improving AI workflow. |
| $997 | GoalOS Proof Room Lite / Department Pack | Set up a lightweight department Proof Room. |
| $2,500+ | GoalOS RSI Sprint Workshop | Build the first self-improving workflow live. |
| $9,500+ | GoalOS Proof Room Implementation Sprint | Department RSI in 30 days. |
| $49,000+ | GoalOS Enterprise RSI Pilot | Pilot the Recursive Workflow OS for one enterprise workflow family. |

Future platform: **GoalOS Recursive Workflow OS**. Future moat: **Proof Graph**.

## Public standards and proof layer

The AEP standards are the public trust layer. They provide the vocabulary for proof, permission, rollback, public-safe reports, and Proof Rooms.

- AEP-001 — GoalOS Proof-of-Evolution Constitution
- AEP-002 — Evidence Docket Standard
- AEP-003 — ProofPacket Schema
- AEP-004 — Selection Gate Standard
- AEP-005 — Tool Permission Standard
- AEP-006 — Rollback Receipt Standard
- AEP-007 — Public-Safe Proof Report Standard
- AEP-008 — Proof Room Standard

Existing standards content, schemas, examples, conformance materials, and documentation are preserved.

## Claim boundary

It does **not** claim real revenue, real profit, guaranteed ROI, investment advice, actual deployed superintelligence, real-world energy capture, or Kardashev Type II achievement.
This repository and public site do not claim guaranteed ROI, income, productivity, compliance certification, safety guarantees, legal advice, financial advice, investment advice, autonomous deployment, uncontrolled autonomous AGI, AI model self-modification, real revenue, real profit, or real-world energy capture.

## Validation

Recommended public-site checks:

```bash
node site/app/goalos-cloud-mvp/tests/enterprise-core.test.mjs
python scripts/validate_goalos_site_v2.py
python scripts/check_no_paid_artifacts.py
pytest
```

The paid-artifact guard blocks paid buyer ZIPs, paid workshop files, implementation bundles, enterprise delivery kits, and seller assets from the GitHub Pages public site, except explicitly whitelisted public standards/action documentation.

## Repository foundation

It is a proof-bounded production foundation.
The repository also preserves the broader Proof Gradient foundation: GitHub Actions, static site assets, docs, schemas, examples, tests, Python package area, Docker files, data files, and GitHub Pages content.
49 changes: 49 additions & 0 deletions docs/GOALOS_CLOUD_MVP_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# GoalOS Cloud MVP 0.2

GoalOS Cloud MVP 0.2 is a public static software proof at `site/app/goalos-cloud-mvp/`.

## Runtime

- Browser-only static app.
- Uses browser `localStorage`.
- Requires no secrets, no backend, and no paid materials.
- Includes an OpenAPI blueprint and JSON schemas for future SaaS development.

## Demonstrated capabilities

- Organization, workspace, and user roles.
- Policy engine and controlled memory.
- Model-provider restrictions, including confidential-data blocking for public/local providers.
- Workflow Studio and workflow versioning.
- Execution Engine and Evaluation Engine demos.
- Proof Room records and audit log.
- Recursive Improvement Engine.
- Improvement Proposal, human approval gate, version comparison, rollback target.
- Proof Graph export.
- Public-safe proof card and executive proof report export.

## Demo story

The demo workflow is **Customer Support Reply Workflow**.

v1.0 intentionally misses refund/access policy classification. The MVP proves the loop:

1. run support cases;
2. evaluate outputs;
3. create proof records;
4. detect refund-policy failure;
5. generate a v1.1 improvement proposal;
6. benchmark v1.0 vs v1.1;
7. require human approval;
8. deploy approved v1.1;
9. preserve rollback target v1.0;
10. export a public-safe proof card;
11. export a Proof Graph.

## Test

```bash
node site/app/goalos-cloud-mvp/tests/enterprise-core.test.mjs
```

The test asserts that v1.0 exposes a refund-policy weakness, v1.1 improves refund-policy compliance, approval requires a rollback target, confidential-data provider restrictions work, the Proof Graph has nodes and edges, and the public-safe proof card avoids ROI, compliance, and model-self-modification claims.
36 changes: 36 additions & 0 deletions docs/GOALOS_COMMERCIALIZATION_STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# GoalOS Commercialization Status

Date: 2026-06-07

## Positioning

GoalOS is the recursive workflow operating layer for the RSI era. It is not a prompt pack, chatbot wrapper, or generic AI training product.

- Public line: A model can answer. An agent can act. An institution must prove.
- Commercial line: ChatGPT gives you answers. GoalOS gives you workflows that get better every time they run.
- Enterprise line: Enterprise RSI without model self-modification.

## Safe boundary

GoalOS does not modify AI models. Recursive improvement happens at the workflow layer: workflow definitions, prompts, memory, evaluation criteria, evidence standards, operating procedures, approvals, versions, monitoring, and rollback.

## Current ladder

| Price | Offer | Outcome |
|---:|---|---|
| $49 | GoalOS AI Efficiency Sprint Kit | Build one reusable AI workflow. |
| $199 | GoalOS RSI Lite | Build one self-improving AI workflow. |
| $997 | GoalOS Proof Room Lite / Department Pack | Set up a lightweight department Proof Room. |
| $2,500+ | GoalOS RSI Sprint Workshop | Build the first self-improving workflow live. |
| $9,500+ | GoalOS Proof Room Implementation Sprint | Department RSI in 30 days. |
| $49,000+ | GoalOS Enterprise RSI Pilot | Pilot the Recursive Workflow OS for one enterprise workflow family. |

All checkout and application buttons point to <https://www.quebecartificialintelligence.com/shop>.

## Public repository boundary

This repository stores public proof, public standards, public pages, schemas, tests, and the static Cloud MVP software proof. It must not store paid buyer ZIPs, paid workshop delivery files, implementation bundles, seller assets, or private enterprise pilot materials.

## Claim boundary

No guaranteed ROI, income, productivity, compliance certification, safety guarantee, legal advice, financial advice, autonomous deployment, or AI model self-modification claims are made.
36 changes: 36 additions & 0 deletions docs/GOALOS_PUBLIC_SITE_REPAIR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# GoalOS Public Site Repair v2

Date: 2026-06-07

## Purpose

The public site had accumulated multiple historical navigation systems and site shells, which caused stacked top bars and the appearance of several websites rendering at once. The repair establishes one canonical public shell across `site/`.

## Canonical shell

- CSS: `site/assets/goalos-site-v2.css`
- JS: `site/assets/goalos-site-v2.js`
- Nav marker: `GOALOS-CANONICAL-SHELL`
- Footer marker: `GOALOS-CANONICAL-FOOTER`

Canonical navigation:

GoalOS · Proof Gradient · Start · Products · Pricing · Services · Cloud MVP · Department RSI · Examples · Standards · Shop

Canonical footer:

GoalOS · Recursive Workflow OS · Proof Rooms · Enterprise RSI · Site Map · Pricing · GitHub · Shop

## Backup

Public HTML files were backed up before canonicalization under:

`site/_archive/before_unified_shell_v2_2026-06-07/`

## Validation

Validation is implemented in `scripts/validate_goalos_site_v2.py` and checks that every public HTML page outside `site/_archive/` has exactly one canonical nav marker, exactly one canonical footer marker, no old GoalOS shell markers, no duplicate Cloud MVP homepage marker, and no broken internal `/proof-gradient/...` links.

## Security guard

`scripts/check_no_paid_artifacts.py` blocks paid or private delivery artifacts from the public `site/` tree. All checkout / apply buttons point to <https://www.quebecartificialintelligence.com/shop>.
Loading
Loading