docs(store): add STORE.yaml, MODULE.md/de + icon for the store
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-19 02:54:57 +02:00
parent fc5e6300b8
commit 4419e4a385
4 changed files with 74 additions and 0 deletions

21
MODULE.md Normal file
View file

@ -0,0 +1,21 @@
# graph.shapley_attribution
Shapley-style attribution on weighted graphs
## What it does
Splits a target node's blame or credit among its ancestors on a weighted norm/citation graph. v0.1 proportional fallback; v0.2 full Shapley value for ≤32-node neighbourhoods.
## How to use
```yaml
steps:
- id: step
use: graph.shapley_attribution@^0
with:
# see inputs in module.yaml
```
## License
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.