Public GitHub entry surface for the released Stage 1 product line of Organetic:
AI Verification Engine / Tobi Validator
This repository provides the public GitHub entry for:
- public documentation
- shipped examples
- GitHub workflow adoption guidance
- diagnostics and support guidance
- workflow-fit and issue intake
- the public GitHub Action wrapper for the released Stage 1 validator line
It is a public documentation and adoption repository.
It is not the full development source repository.
It is also not an unrestricted public binary distribution channel for the full Stage 1 product surface.
The current released Stage 1 surface is intentionally narrow:
- installable
tobiCLI - canonical ASCII output
- current
_hcompatibility identity - deterministic diagnostics
goldenconformance execution- thin packaging and install / usage framing
Stage 1 should not be read as:
- a runtime / backend product
- a verification API
- a platform SDK
- a broader Organetic platform release
For the shortest public path:
- Stage 1 Quickstart
- Tsubasa Stage 1 Public Syntax And Authoring Reference
- Stage 1 Install And Usage
- Stage 1 Diagnostics Reference
- Stage 1 Support And Issue Reporting
- Stage 1 GitHub Action Starter
Representative command shapes for the released validator line:
.\tobi.exe canon .\examples\sample.tsubasa
.\tobi.exe golden .\examples\golden\fixtures.jsonSee the first public flagship validator-first demo repository:
This repo shows:
- a valid
.tsubasaartifact, - a drift-equivalent convergent variant,
- a malformed reject sibling,
- a GitHub PR gate around the released Stage 1 validator line.
This repository also exposes the public GitHub Action wrapper for the released Stage 1 validator line.
The wrapper is public.
The binary delivery path is controlled and separate.
That means:
- the public action wrapper lives here
- the private binary artifact is delivered from
OrganeticSphere/tobi-validator-dist - public onboarding uses TOBI_EVAL_TOKEN
- internal/manual fallback may still use dist_token, but that is not the primary public path
Create a repository secret in the consuming GitHub repository:
TOBI_EVAL_TOKEN
That secret should be the 7-day evaluation token issued by Organetic through the evaluation access path.
name: Tobi Canon
on:
workflow_dispatch:
pull_request:
jobs:
canon:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: OrganeticSphere/tobi-validator@v1
with:
eval_token: ${{ secrets.TOBI_EVAL_TOKEN }}
mode: canon
canon_input: examples/sample.tsubasaname: Tobi Golden
on:
workflow_dispatch:
pull_request:
jobs:
golden:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: OrganeticSphere/tobi-validator@v1
with:
eval_token: ${{ secrets.TOBI_EVAL_TOKEN }}
mode: golden
golden_fixtures: examples/golden/fixtures.jsonAction v1 is intentionally narrow:
canonmodegoldenmode- evaluation-token access path for public onboarding
- checksum verification required
- no runtime/backend/API/platform claims
This repository contains:
- public Stage 1 documentation
- shipped examples
- GitHub workflow starter materials
- support and diagnostics guidance
- public workflow-fit and issue intake paths
- the public action wrapper surface
This repository does not contain:
- the full private development source tree
- internal product-boundary notes
- internal launch-control documents
- unrestricted public full-binary distribution for the complete Stage 1 product path
The current public launch motion is GitHub-first:
- product understanding
- documentation
- shipped examples
- a narrow GitHub workflow understanding path around the released validator CLI
- a public action wrapper with controlled binary access
The public repository is meant to help users understand the released Stage 1 line and discuss workflow fit.
It should not be read as a promise that the full production usage path is available through unrestricted public binary download.
If you need help interpreting the current Stage 1 surface, start with:
Please keep reports exact and reproducible.
- Website: https://organetic.ai
- support@organetic.ai
This repository is the public GitHub entry surface for the released Stage 1 line of Organetic.
In short:
- released product: AI Verification Engine / Tobi Validator
- current public path: GitHub-first
- current shipped surface: narrow validator-first CLI
- this repo: docs + examples + workflow guidance + action wrapper + issue intake
- full controlled product delivery: separate from unrestricted public repo access