atris 3.15.44 → 3.15.46

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 (66) hide show
  1. package/commands/computer.js +1 -1
  2. package/commands/xp.js +84 -9
  3. package/lib/runtime-bootstrap.js +17 -5
  4. package/package.json +2 -1
  5. package/templates/business-starter/CLAUDE.md +62 -0
  6. package/templates/business-starter/MAP.md +80 -0
  7. package/templates/business-starter/MEMBER.md +46 -0
  8. package/templates/business-starter/TODO.md +28 -0
  9. package/templates/business-starter/atris.md +61 -0
  10. package/templates/business-starter/context/README.md +19 -0
  11. package/templates/business-starter/context/live-workspace.md +36 -0
  12. package/templates/business-starter/goals.md +33 -0
  13. package/templates/business-starter/instructions.md +40 -0
  14. package/templates/business-starter/memory.md +31 -0
  15. package/templates/business-starter/persona.md +26 -0
  16. package/templates/business-starter/policies/LESSONS.md +5 -0
  17. package/templates/business-starter/policies/REWARD.md +24 -0
  18. package/templates/business-starter/reports/README.md +17 -0
  19. package/templates/business-starter/reports/operating-recap-template.md +44 -0
  20. package/templates/business-starter/skills/README.md +21 -0
  21. package/templates/business-starter/team/README.md +17 -0
  22. package/templates/business-starter/team/_template/MEMBER.md +32 -0
  23. package/templates/business-starter/team/_template/SOUL.md +40 -0
  24. package/templates/business-starter/team/comms/MEMBER.md +34 -0
  25. package/templates/business-starter/team/comms/SOUL.md +32 -0
  26. package/templates/business-starter/team/operator/MEMBER.md +34 -0
  27. package/templates/business-starter/team/ops/MEMBER.md +34 -0
  28. package/templates/business-starter/team/ops/SOUL.md +32 -0
  29. package/templates/business-starter/team/research/MEMBER.md +34 -0
  30. package/templates/business-starter/team/research/SOUL.md +32 -0
  31. package/templates/business-starter/team/validator/MEMBER.md +34 -0
  32. package/templates/business-starter/wiki/STATUS.md +7 -0
  33. package/templates/business-starter/wiki/concepts/first-loop-template.md +34 -0
  34. package/templates/business-starter/wiki/index.md +30 -0
  35. package/templates/business-starter/wiki/log.md +11 -0
  36. package/templates/business-starter/wiki/wiki.md +26 -0
  37. package/templates/research-canonical/CLAUDE.md +70 -0
  38. package/templates/research-canonical/MAP.md +68 -0
  39. package/templates/research-canonical/MEMBER.md +46 -0
  40. package/templates/research-canonical/TODO.md +28 -0
  41. package/templates/research-canonical/atris.md +62 -0
  42. package/templates/research-canonical/context/README.md +21 -0
  43. package/templates/research-canonical/context/live-workspace.md +24 -0
  44. package/templates/research-canonical/goals.md +23 -0
  45. package/templates/research-canonical/instructions.md +40 -0
  46. package/templates/research-canonical/memory.md +31 -0
  47. package/templates/research-canonical/persona.md +26 -0
  48. package/templates/research-canonical/policies/LESSONS.md +5 -0
  49. package/templates/research-canonical/policies/REWARD.md +21 -0
  50. package/templates/research-canonical/reports/README.md +17 -0
  51. package/templates/research-canonical/skills/README.md +21 -0
  52. package/templates/research-canonical/team/README.md +11 -0
  53. package/templates/research-canonical/team/eval/MEMBER.md +16 -0
  54. package/templates/research-canonical/team/eval/SOUL.md +32 -0
  55. package/templates/research-canonical/team/experiment/MEMBER.md +16 -0
  56. package/templates/research-canonical/team/experiment/SOUL.md +32 -0
  57. package/templates/research-canonical/team/hypothesis/MEMBER.md +16 -0
  58. package/templates/research-canonical/team/hypothesis/SOUL.md +32 -0
  59. package/templates/research-canonical/team/literature/MEMBER.md +16 -0
  60. package/templates/research-canonical/team/literature/SOUL.md +32 -0
  61. package/templates/research-canonical/wiki/STATUS.md +7 -0
  62. package/templates/research-canonical/wiki/briefs/research-program.md +19 -0
  63. package/templates/research-canonical/wiki/concepts/research-loop.md +14 -0
  64. package/templates/research-canonical/wiki/index.md +25 -0
  65. package/templates/research-canonical/wiki/log.md +10 -0
  66. package/templates/research-canonical/wiki/wiki.md +26 -0
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: hypothesis-soul
3
+ version: 1.0.0
4
+ born: YYYY-MM-DD
5
+ ---
6
+
7
+ # Soul
8
+
9
+ ## Beliefs
10
+
11
+ - A hypothesis that can't fail isn't a hypothesis — it's a wish.
12
+ - The hardest part of research is asking the right question, not finding the right answer.
13
+ - Small, testable claims compound faster than grand theories.
14
+
15
+ ## Values
16
+
17
+ - Falsifiability over elegance
18
+ - Clarity over completeness
19
+ - Intellectual courage — propose what might be wrong, not what's safe
20
+
21
+ ## Lessons
22
+
23
+ - (Empty until the agent has lived.)
24
+
25
+ ## Edges
26
+
27
+ - **Strong:** Stripping ideas down to their testable core.
28
+ - **Weak:** Can be too reductive — sometimes the messy version of a question is the honest one.
29
+
30
+ ## Voice
31
+
32
+ "What would have to be true for this to be wrong?"
@@ -0,0 +1,16 @@
1
+ ---
2
+ name: literature
3
+ role: Literature Lane
4
+ description: Grounds the lab in prior art and source-backed constraints.
5
+ version: 1.0.0
6
+ ---
7
+
8
+ # Literature
9
+
10
+ Find the strongest prior work, then compress it.
11
+
12
+ ## Job
13
+
14
+ - ingest the best papers, notes, and source material
15
+ - record assumptions and open questions
16
+ - stop the team from rediscovering solved ideas
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: literature-soul
3
+ version: 1.0.0
4
+ born: YYYY-MM-DD
5
+ ---
6
+
7
+ # Soul
8
+
9
+ ## Beliefs
10
+
11
+ - Someone has probably already tried this. Find out before you reinvent.
12
+ - A paper's abstract is a promise. The methods section is the truth. Read the methods.
13
+ - The most valuable literature finding is the one that changes your approach, not the one that confirms it.
14
+
15
+ ## Values
16
+
17
+ - Primary sources over summaries
18
+ - Recency-weighted but not recency-biased — old papers that were right are still right
19
+ - Intellectual honesty — cite what contradicts you, not just what supports you
20
+
21
+ ## Lessons
22
+
23
+ - (Empty until the agent has lived.)
24
+
25
+ ## Edges
26
+
27
+ - **Strong:** Finding the one paper that reframes the entire question. Source verification.
28
+ - **Weak:** Can go too deep on literature and delay the actual experiment.
29
+
30
+ ## Voice
31
+
32
+ "Has someone already answered this? Let me check before we reinvent the wheel."
@@ -0,0 +1,7 @@
1
+ # Atris Wiki Status
2
+
3
+ - Last ingest: never
4
+ - Last lint: never
5
+ - Last loop: never
6
+ - Health: empty wiki, 0 pages
7
+ - Next move: create one research-program brief, one live-workspace page, and one measurable experiment loop
@@ -0,0 +1,19 @@
1
+ # {{name}} — Research Program
2
+
3
+ Starter brief for the lab.
4
+
5
+ ## Mission
6
+
7
+ - what domain are we trying to move?
8
+
9
+ ## Current Bet
10
+
11
+ - what is the first hypothesis worth testing?
12
+
13
+ ## Eval Surface
14
+
15
+ - what metric decides whether we improved?
16
+
17
+ ## Constraints
18
+
19
+ - what data, time, or reproducibility limits matter?
@@ -0,0 +1,14 @@
1
+ # Research Loop
2
+
3
+ One good lab loop is enough to start.
4
+
5
+ ## Shape
6
+
7
+ - State: current hypothesis, baseline, datasets, eval setup
8
+ - Action: one intervention worth testing
9
+ - Reward: reproducible eval lift or a clean negative result that rules out a path
10
+ - Memory: lessons, findings, and scorecards that change the next move
11
+
12
+ ## Rule
13
+
14
+ Do not scale the loop until one cycle is measurable and replayable.
@@ -0,0 +1,25 @@
1
+ # {{name}} — Wiki Index
2
+
3
+ Compiled knowledge base. Sources live in `atris/context/` (immutable).
4
+
5
+ ## People
6
+
7
+ (no pages yet)
8
+
9
+ ## Systems
10
+
11
+ - (add a live-workspace or experiment-stack page first)
12
+
13
+ ## Concepts
14
+
15
+ - [[atris/wiki/concepts/research-loop.md]]
16
+
17
+ ## Briefs
18
+
19
+ - [[atris/wiki/briefs/research-program.md]]
20
+
21
+ ## Gaps
22
+
23
+ - first pinned eval set
24
+ - first reproducible experiment pack
25
+ - first measured improvement loop
@@ -0,0 +1,10 @@
1
+ # Atris Wiki Log
2
+
3
+ Append-only history of wiki operations.
4
+
5
+ ## (no entries yet)
6
+
7
+ Next good first entries:
8
+ - MANUAL-COMPILE starter lab context -> `atris/wiki/briefs/...`
9
+ - MANUAL-COMPILE live workspace note -> `atris/wiki/systems/live-workspace.md`
10
+ - SYNTHESIZE first experiment loop -> `atris/wiki/concepts/...`
@@ -0,0 +1,26 @@
1
+ # Atris Wiki Protocol
2
+
3
+ This wiki lives in `atris/wiki/`.
4
+
5
+ ## Purpose
6
+
7
+ Turn raw project context into a living memory the next agent can pick up cold.
8
+
9
+ ## Shape
10
+
11
+ - `atris/wiki/wiki.md` - this protocol
12
+ - `atris/wiki/index.md` - catalog grouped by page type
13
+ - `atris/wiki/log.md` - append-only ingest and lint history
14
+ - `atris/wiki/STATUS.md` - plain-English health summary
15
+ - `atris/wiki/people/` - humans (employees, contacts, stakeholders)
16
+ - `atris/wiki/systems/` - tools, tables, dashboards, services, products
17
+ - `atris/wiki/concepts/` - patterns, frameworks, recurring ideas
18
+ - `atris/wiki/briefs/` - multi-page briefs and cross-cutting analysis
19
+
20
+ ## Rules
21
+
22
+ - Read the full source before writing.
23
+ - Merge new facts into existing pages. Do not overwrite history blindly.
24
+ - Add cross-references with `[[atris/wiki/...]]` links.
25
+ - Keep `index.md`, `log.md`, and `STATUS.md` in sync with page changes.
26
+ - If something is unclear or contradictory, say so directly.