{"id":44004997,"url":"https://github.com/hyperpolymath/panll","last_synced_at":"2026-02-07T13:10:27.360Z","repository":{"id":333041200,"uuid":"1135405470","full_name":"hyperpolymath/panll","owner":"hyperpolymath","description":"PanLL eNSAID - Environment for NeSy-Agentic Integrated Development","archived":false,"fork":false,"pushed_at":"2026-01-30T01:39:59.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-30T16:29:48.938Z","etag":null,"topics":["ai","development-tools","hyperpolymath","ide","nesy","neurosymbolic","palimpsest"],"latest_commit_sha":null,"homepage":null,"language":"ReScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperpolymath.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.adoc","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T03:44:02.000Z","updated_at":"2026-01-30T01:40:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hyperpolymath/panll","commit_stats":null,"previous_names":["hyperpolymath/panll"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hyperpolymath/panll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpanll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpanll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpanll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpanll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperpolymath","download_url":"https://codeload.github.com/hyperpolymath/panll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpanll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","development-tools","hyperpolymath","ide","nesy","neurosymbolic","palimpsest"],"created_at":"2026-02-07T13:10:26.579Z","updated_at":"2026-02-07T13:10:27.352Z","avatar_url":"https://github.com/hyperpolymath.png","language":"ReScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"// SPDX-License-Identifier: PMPL-1.0-or-later\n\n= PanLL eNSAID\n:toc:\n:toc-placement: preamble\n:icons: font\n\nimage:https://img.shields.io/badge/version-v0.1.0--alpha-blue[Version]\nimage:https://img.shields.io/badge/completion-95%25-brightgreen[Completion]\nimage:https://img.shields.io/badge/License-PMPL--1.0-indigo.svg[PMPL-1.0-or-later,link=\"LICENSE\"]\nimage:https://img.shields.io/badge/Tests-33%20passing%20(719ms)-brightgreen[Tests]\nimage:https://img.shields.io/badge/Coverage-87--91%25-green[Coverage]\nimage:https://img.shields.io/badge/RSR-compliant-blue[RSR Compliant]\n\n**Environment for NeSy-Agentic Integrated Development**\n\nPanLL (pronounced \"parallel\") is a Human-Things Interface (HTI) designed to facilitate a \"Binary Star\" co-orbit between a Human Operator and a Neurosymbolic Machine.\n\n== Vision\n\nThis is not a passive text editor. It is an active, synchronous environment that manages Cognitive Ergonomics and kills Inertia.\n\n== Architecture\n\n=== The Three-Pane Parallel Layout\n\n[cols=\"1,3\"]\n|===\n|Pane-L (Symbolic)|Strict logic, types, and constraints. \"The Law\" that governs neural inference.\n|Pane-N (Neural)|Streaming \"Inference Manifold\" showing the Agent's internal monologue and OODA loop.\n|Pane-W (World)|Central shared canvas (The Barycentre) where results manifest.\n|===\n\n=== Core Systems\n\n* **Anti-Crash Library**: Logical Circuit Breaker preventing unvalidated neural output from reaching the Barycentre\n* **Vexometer**: Real-time friction/cognitive load monitoring with anti-inflammatory UI adjustments\n* **Contractiles**: Adaptive state contracts between Operator and Machine\n* **Feedback-O-Tron**: Community-driven performance reporting and constraint suggestions\n\n== Technical Stack\n\n[cols=\"1,2\"]\n|===\n|Frontend|ReScript + Custom TEA (The Elm Architecture)\n|Backend|Rust + Tauri 2.0\n|Runtime|Deno (tests, build orchestration)\n|Testing|Deno.test (33 tests, 719ms)\n|Styling|Tailwind CSS 4.x\n|Middleware|Elixir/BEAM (planned)\n|Verification|Echidna (planned)\n|===\n\n== Development\n\nPanLL uses Deno for runtime, testing, and build orchestration. ReScript compilation uses the symlinked compiler in node_modules.\n\n[source,bash]\n----\n# Compile ReScript modules\nnode_modules/rescript/rescript build\n\n# Watch ReScript sources during development\nnode_modules/rescript/rescript build -w\n\n# Run tests (33 tests, ~719ms)\ndeno task test\n\n# Watch mode for tests\ndeno task test:watch\n\n# Development mode (Tailwind + Tauri hot reload)\ndeno task dev\n\n# Build Tailwind CSS\ndeno task css:build\n\n# Full production build\ndeno task build\n----\n\n=== Quick Start\n\n[source,bash]\n----\n# 1. Compile ReScript\nnode_modules/rescript/rescript build\n\n# 2. Run tests to verify\ndeno task test\n\n# 3. Start development server\ndeno task dev\n----\n\n== Documentation\n\n* **link:docs/TEA_GUIDE.md[TEA Architecture Guide]** — Comprehensive documentation for The Elm Architecture (TEA) implementation including Tea_Cmd, Tea_Sub, Tea_Vdom, and Tea_App modules with testing guide and best practices\n\n== Keyboard Shortcuts\n\n[cols=\"1,2\"]\n|===\n|`Ctrl+Shift+L`|Toggle Pane-L (Symbolic Mass)\n|`Ctrl+Shift+N`|Toggle Pane-N (Neural Stream)\n|`Ctrl+Shift+B`|Toggle Pane-W (Task Barycentre)\n|===\n\n== Licence\n\nPMPL-1.0-or-later\n\n== Status\n\n**v0.1.0-alpha** (95% complete)\n\n✅ Complete TEA implementation (Model-Update-View)\n✅ All UI components functional (PaneL, PaneN, PaneW, Vexometer, FeedbackOTron)\n✅ Tauri 2.0 backend with working commands\n✅ 33 tests passing in 719ms (Deno.test)\n✅ npm→Deno migration complete\n✅ Full ReScript compilation (180ms)\n\n**Next:** v0.1.0 release preparation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fpanll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperpolymath%2Fpanll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fpanll/lists"}