bareloop 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # bareloop
2
+
3
+ > **Name reserved — product in design.** First release will be the headless loop (N0–N2).
4
+
5
+ **"Automate this job — I don't know the best workflow."**
6
+
7
+ bareloop is a system for tasks that are **repeated, long, and verifiable**: you describe the
8
+ job and its checkpoints; an agent authors the workflow scaffolding (a constrained, validated
9
+ config — never freeform code); runs execute under an un-gameable outer gate; and the
10
+ scaffolding *improves across runs* through verdict-gated, run-as-executed inheritance with
11
+ ledger-counted attribution.
12
+
13
+ The pitch in one line: **workflows that earn their own design, with receipts** — every
14
+ inherited rule carries the green that minted it and the contrast that attributed it.
15
+
16
+ Built on the bare suite (bareagent, bareguard, litectx, barebrowse, baremobile). The science
17
+ behind it: the adaptlearn experiment (v0.11.1), findings F1–F20.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "bareloop",
3
+ "version": "0.0.1",
4
+ "description": "Workflows that earn their own design, with receipts — agent-authored workflows for repeated, long, verifiable jobs that improve across runs under an un-gameable gate.",
5
+ "license": "MIT",
6
+ "author": "hamr0",
7
+ "files": [],
8
+ "keywords": [
9
+ "agent",
10
+ "workflow",
11
+ "automation",
12
+ "inheritance",
13
+ "bare-suite"
14
+ ]
15
+ }