-
Notifications
You must be signed in to change notification settings - Fork 0
Unify GoalOS public site and add Cloud MVP 0.2 software proof #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MontrealAI
wants to merge
3
commits into
main
Choose a base branch
from
codex/unify-goalos-public-site-and-add-cloud-mvp-0.2-dsc9k2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+211
−16
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # GoalOS Paid Artifact Policy | ||
|
|
||
| Public status: **public repository policy**. | ||
|
|
||
| The Proof Gradient repository and GitHub Pages site are the public proof, standards, and software-proof foundation for GoalOS. They must not contain private paid delivery materials. | ||
|
|
||
| ## Not allowed in the public repository site deploy | ||
|
|
||
| The public deploy path must not include: | ||
|
|
||
| - paid buyer ZIPs; | ||
| - buyer-official bundles; | ||
| - complete commercial bundles; | ||
| - delivery kits; | ||
| - seller assets; | ||
| - private workshop bundles; | ||
| - private implementation delivery kits; | ||
| - enterprise pilot delivery bundles; | ||
| - master packs; | ||
| - commercialization-ready launch packs; | ||
| - quick-launch paid packs. | ||
|
|
||
| The guard in `scripts/check_no_paid_artifacts.py` scans `site/` and fails on suspicious paid/private artifact filenames such as `*.zip`, `*BUYER*`, `*BUYER_OFFICIAL*`, `*COMPLETE_BUNDLE*`, `*DELIVERY_KIT*`, `*SELLER_ASSETS*`, `*WORKSHOP*`, `*IMPLEMENTATION*`, `*ENTERPRISE_PILOT*`, `*MASTER_PACK*`, `*COMMERCIALIZATION_READY*`, and `*QUICK_LAUNCH*` unless the file is public documentation, public schema/OpenAPI/static app material, public website content, public GitHub Action YAML, or archived historical HTML. | ||
|
|
||
| ## Allowed public materials | ||
|
|
||
| Allowed public materials include: | ||
|
|
||
| - public Markdown documentation; | ||
| - public GitHub Actions YAML templates; | ||
| - public website HTML/CSS/JS; | ||
| - public JSON schemas, OpenAPI files, and manifests; | ||
| - public static app files for the Cloud MVP; | ||
| - public standards pages and examples. | ||
|
|
||
| ## Checkout boundary | ||
|
|
||
| All public buy, checkout, and apply CTAs point to: | ||
|
|
||
| <https://www.quebecartificialintelligence.com/shop> | ||
|
|
||
| Paid products are fulfilled outside this public repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # GoalOS Recursive Workflow OS | ||
|
|
||
| Public status: **public strategy / software-proof documentation**. | ||
|
|
||
| GoalOS is the recursive workflow operating layer for the RSI era. It turns repeated AI work into workflows that are owned, scored, versioned, approved, monitored, and improved every time they run. | ||
|
|
||
| ## North star | ||
|
|
||
| > 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 technical boundary | ||
|
|
||
| GoalOS does **not** modify AI models. GoalOS improves the workflow layer around AI: | ||
|
|
||
| - instructions and prompts; | ||
| - controlled memory; | ||
| - scorecards and evaluations; | ||
| - proof records and evidence dockets; | ||
| - tool permissions and provider restrictions; | ||
| - approval gates; | ||
| - versions, monitoring, and rollback. | ||
|
|
||
| ## Core loop | ||
|
|
||
| Run → Score → Prove → Diagnose → Improve → Approve → Version → Monitor → Re-run. | ||
|
|
||
| ## Software proof | ||
|
|
||
| The public GoalOS Cloud MVP 0.2 demonstrates the loop with a static browser application at `site/app/goalos-cloud-mvp/`. The demo workflow is the Customer Support Reply Workflow: | ||
|
|
||
| 1. v1.0 runs support cases but misses refund/access policy classification. | ||
| 2. evaluations and proof records expose the weakness. | ||
| 3. the recursive improvement engine creates a v1.1 proposal. | ||
| 4. the benchmark compares v1.0 and v1.1. | ||
| 5. human approval is required before deployment. | ||
| 6. v1.1 is deployed with v1.0 preserved as rollback target. | ||
| 7. Proof Graph and public-safe proof card exports are available. | ||
|
|
||
| ## Claim boundary | ||
|
|
||
| GoalOS documentation and the public site do not claim guaranteed ROI, income, productivity, compliance certification, safety guarantee, legal advice, financial advice, autonomous deployment, or AI model self-modification. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this page (and the two sibling proof pages changed the same way) gets the canonical shell inserted here, the old per-page
<nav>remains before<main>and noGOALOS-CANONICAL-FOOTER:STARTis added. I checked the Pages workflows (.github/workflows/refresh-complete-goalos-public-site.ymlandrepair-goalos-canonical-shell-v2.yml), which runpython scripts/validate_goalos_site_v2.py; running that command on this commit fails for these pages with duplicate topbar/header/nav blocks and missing canonical footer, so the deploy validation is blocked.Useful? React with 👍 / 👎.