Skip to content

aspro45/bauhaus-decision-grid

Repository files navigation

Bauhaus Decision Grid

A structured decision grid for proposals, criteria, evidence and AI-backed verdicts.

The project is a source-backed GenLayer workflow, with frontend views designed around evidence status rather than generic contract buttons.

Bauhaus Decision Grid Brief

DecisionGrid V2 (# v0.2.16), schema-valid strong lifecycle contract with JSON-backed cases/evidence/reviews/challenges/appeals/audits/profiles, GenLayer web render + prompt-comparative reasoning, legacy frontend wrappers and reputation scoring.

The important files are:

  • contracts/decisiongrid_v2.py - GenLayer contract source
  • deployment.json - Studionet address, deploy transaction and smoke transaction hashes
  • package.json - frontend runtime
  • README.md - this operator and reviewer guide

Bauhaus Decision Grid On Studionet

Evidence Mechanics

Typical flow: create_case -> open_challenge_window -> submit_challenge -> review_with_genlayer -> resolve_challenge_with_genlayer -> submit_appeal -> archive_case

Useful reads: get_case_count, get_case, get_case_record, get_evidence, get_reviews, get_challenges, get_appeals, get_audit_log

  • Primary source: contracts/decisiongrid_v2.py (29,783 bytes)
  • Public write/action methods: 15
  • Read methods: 20
  • GenLayer features: live web rendering, LLM adjudication, indexed storage, append-only collections

Smoke Trail

Inspect The App

cd <this-repository-folder>
npm install
npm run dev

Open the dev server URL printed by npm.

Public Release

Security Notes

  • This repository should contain no decrypted wallet material.

  • The Studionet deployer private key stays in the local encrypted vault.

  • Vercel deployment should use this repository folder only.

  • QA notes: Frontend preview verified through the single Next preview slot. Contract address and smoke txs are registered; private key remains encrypted vault-only.

About

GenLayer decision grid for proposal evidence, challenges, appeals, and public verdict records.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages