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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Patternslab-ecosystem

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
114 changes: 84 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,103 @@
# SILENCE.OBJECTS Open Core Framework — Notes & Research
# BUSINESS — PatternLens Brand & Marketing

> Repozytorium robocze dla research notes, prototypów i eksperymentów związanych z SILENCE.OBJECTS Open Core Framework.
> Brand assets, landing page, and marketing materials for the PatternLens platform.

![Benchmark 2030](https://img.shields.io/badge/Benchmark-2030-6366f1?style=flat-square)
![Status](https://img.shields.io/badge/Status-Research-yellow?style=flat-square)
[![Benchmark 2030](https://img.shields.io/badge/Benchmark-2030-6366f1?style=flat-square)](https://github.com/Patternslab-ecosystem/RESEARCH)
[![S11](https://img.shields.io/badge/S11-Language%20Sentinel-8b5cf6?style=flat-square)](https://github.com/Patternslab-ecosystem/CORE/blob/main/docs/ADR-005-language-policy-S11-S12.md)
[![EU AI Act](https://img.shields.io/badge/EU%20AI%20Act-Limited%20Risk-green?style=flat-square)](https://patternlens.app/compliance)

## Rola
---

To repozytorium przechowuje:
- Research notes dla frameworka behavioral analysis
- Eksperymenty z algorytmami wykrywania wzorców
- Prototypy przed włączeniem do głównego `SILENCE.OBJECTS-monorepo`
- Benchmarki i analizy porównawcze
## Overview

## Związek z Ekosystemem
**BUSINESS** is the brand and go-to-market layer of the Patternslab-ecosystem. It houses the public-facing landing page, brand guidelines, Silence Objects product line, and all marketing materials for PatternLens.

This repository is the **single source of truth** for:
- `patternlens.app` landing page (`index.html` + `vercel.json`)
- Brand identity system (PatternsLab + PatternLens)
- Silence Objects product line (`SILENCE.OBJECTS/`)
- Framework Manifest for external positioning

---

## Structure

```
SILENCE.OBJECTS-Open-Core-Framework-for-Behavioral-Patterns-notes
↓ (research → production)
SILENCE.OBJECTS-Open-Core-Framework-for-Behavioral-Patterns (publiczny open-core)
↓ (implementacja)
SILENCE.OBJECTS-monorepo (pełny monorepo)
BUSINESS/
├── index.html # patternlens.app landing page
├── vercel.json # Vercel deployment config
├── PatternLens/ # PatternLens brand assets
├── PatternsLab/ # PatternsLab brand assets (B2B)
├── SILENCE.OBJECTS/ # Silence Objects product line
├── Framework Manifest v 1.0/ # Positioning & messaging framework
└── renovate.json # Dependency update config
```

## Struktura Notatek
---

## Products Represented

| Product | Audience | Description |
|---------|----------|-------------|
| **PatternLens** | B2C | Personal behavioral pattern cockpit — neurodiversity-first PWA |
| **PatternsLab** | B2B | Team workspace for group-level pattern analysis |
| **Silence Objects** | Physical / Hybrid | Curated objects supporting focused attention rituals |

---

Research notes są organizowane według warstw SILENCE.OBJECTS:
## Framework Manifest

| Warstwa | Temat |
|---------|-------|
| L0 | Input normalization — gesture, touch, voice |
| L1 | Pattern detection algorithms |
| L2 | JITAI timing models |
| L3 | Phi measurement — BEH/PER/BIZ metrics |
| L4 | Data portability formats |
| L5 | AI inference optimization |
The **Framework Manifest v 1.0** defines the core positioning and messaging principles for all Patternslab-ecosystem products:

- Non-diagnostic framing (structural language, never clinical)
- Neurodiversity-first communication
- φ-geometry as a design and communication principle
- Privacy-first product narrative
- EU AI Act compliance as a differentiator

All external-facing copy must align with the Framework Manifest and comply with **S11 Language Standard**.

---

## S11 Language Standard

Wszystkie notatki muszą być zgodne z **S11 Language Policy** — brak terminów klinicznych, brak języka minimalizującego złożoność.
All content in this repository — landing page copy, brand guidelines, marketing materials — must comply with the S11 Language Standard. Forbidden terms in any public-facing text:

`therapy` · `diagnosis` · `treatment` · `mental health` · `disorder` · `medical` · `medication` · `clinical` · `symptom` · `patient` · `illness` · `cure` · `easy` · `simple` · `just` · `basic`

Use instead: `pattern` · `observation` · `structural variant` · `signal` · `divergence`

## Benchmark 2030
---

Objęte pipeline CI: S11 Language Sentinel + SBOM + Release Please.
## Deployment

The landing page deploys automatically to [patternlens.app](https://patternlens.app) via Vercel on every push to `main`.

Deployment config: [`vercel.json`](vercel.json)

---

## Compliance

- **EU AI Act:** All product descriptions reflect the Limited Risk classification (Art. 52)
- **Non-diagnostic:** No marketing copy claims diagnostic, therapeutic, or clinical value
- **S11:** Enforced for all user-facing text

---

## Related

| Repository | Role |
|------------|------|
| [CORE](https://github.com/Patternslab-ecosystem/CORE) | Platform monorepo |
| [Silence-Experience](https://github.com/Patternslab-ecosystem/Silence-Experience) | B2C PWA |
| [RESEARCH](https://github.com/Patternslab-ecosystem/RESEARCH) | Benchmark 2030 KPI dashboard |

---

## License

UNLICENSED — Proprietary research notes, Patternslab-ecosystem © 2026
Proprietary — Patternslab-ecosystem © 2026
Brand assets and marketing materials are not licensed for external use without written permission.

© 2026 Patternslab-ecosystem · [patternlens.app](https://patternlens.app)
Loading