atris 3.15.14 → 3.15.22
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.
- package/AGENTS.md +84 -8
- package/README.md +5 -1
- package/atris/AGENTS.md +46 -1
- package/atris/CLAUDE.md +36 -1
- package/atris/GEMINI.md +14 -1
- package/atris/atris.md +12 -1
- package/atris/atrisDev.md +3 -2
- package/atris/context/README.md +11 -0
- package/atris/features/company-brain-sync/validate.md +5 -5
- package/atris/learnings.jsonl +1 -0
- package/atris/policies/atris-design.md +2 -0
- package/atris/skills/aeo/SKILL.md +2 -2
- package/atris/skills/atris/SKILL.md +15 -62
- package/atris/skills/design/SKILL.md +2 -0
- package/atris/skills/imessage/SKILL.md +19 -2
- package/atris/skills/loop/SKILL.md +6 -5
- package/atris/skills/magic-inbox/SKILL.md +1 -1
- package/atris/team/_template/MEMBER.md +23 -1
- package/atris/team/brainstormer/START_HERE.md +6 -0
- package/atris/team/executor/MEMBER.md +13 -0
- package/atris/team/executor/START_HERE.md +6 -0
- package/atris/team/launcher/START_HERE.md +6 -0
- package/atris/team/mission-lead/MEMBER.md +39 -0
- package/atris/team/mission-lead/MISSION.md +33 -0
- package/atris/team/mission-lead/START_HERE.md +6 -0
- package/atris/team/navigator/MEMBER.md +11 -0
- package/atris/team/navigator/START_HERE.md +6 -0
- package/atris/team/opus-overnight/MEMBER.md +39 -0
- package/atris/team/opus-overnight/MISSION.md +61 -0
- package/atris/team/opus-overnight/START_HERE.md +6 -0
- package/atris/team/opus-overnight/STEERING.md +35 -0
- package/atris/team/researcher/START_HERE.md +6 -0
- package/atris/team/validator/MEMBER.md +26 -6
- package/atris/team/validator/START_HERE.md +6 -0
- package/atris/wiki/concepts/agent-activation-contract.md +79 -0
- package/atris/wiki/concepts/workspace-initialization-contract.md +73 -0
- package/atris/wiki/index.md +27 -0
- package/atris/wiki/sources/atris-labs-2026-05-10.txt +17 -0
- package/atris/wiki/sources/atris-labs-goals-2026-05-10.txt +15 -0
- package/atris/wiki/sources/atrisos-generative-ui-product-surface-2026-05-10.txt +10 -0
- package/atris/wiki/sources/jack-dorsey-2026-05-10.txt +12 -0
- package/atris.md +49 -13
- package/bin/atris.js +660 -22
- package/commands/activate.js +12 -3
- package/commands/aeo.js +1 -1
- package/commands/align.js +10 -10
- package/commands/analytics.js +9 -4
- package/commands/app.js +2 -0
- package/commands/apps.js +276 -0
- package/commands/auth.js +1 -1
- package/commands/autopilot.js +74 -5
- package/commands/brain.js +536 -61
- package/commands/brainstorm.js +12 -12
- package/commands/business-sync.js +142 -24
- package/commands/clean.js +9 -6
- package/commands/codex-goal.js +311 -0
- package/commands/errors.js +11 -1
- package/commands/feedback.js +55 -17
- package/commands/fork.js +2 -2
- package/commands/gm.js +376 -0
- package/commands/init.js +80 -3
- package/commands/integrations.js +524 -0
- package/commands/learn.js +25 -16
- package/commands/lesson.js +41 -0
- package/commands/lifecycle.js +2 -2
- package/commands/member.js +2416 -9
- package/commands/mission.js +1776 -0
- package/commands/now.js +48 -7
- package/commands/play.js +425 -0
- package/commands/publish.js +2 -1
- package/commands/pull.js +72 -29
- package/commands/push.js +163 -18
- package/commands/review.js +51 -13
- package/commands/skill.js +2 -2
- package/commands/soul.js +19 -13
- package/commands/status.js +6 -1
- package/commands/sync.js +5 -4
- package/commands/task.js +1041 -147
- package/commands/terminal.js +5 -5
- package/commands/verify.js +7 -5
- package/commands/visualize.js +7 -0
- package/commands/wiki.js +53 -16
- package/commands/workflow.js +298 -54
- package/commands/workspace-clean.js +1 -1
- package/commands/worktree.js +468 -0
- package/commands/xp.js +1608 -0
- package/lib/manifest.js +34 -4
- package/lib/scorecard.js +3 -2
- package/lib/task-db.js +408 -27
- package/lib/todo-fallback.js +28 -2
- package/lib/todo.js +5 -3
- package/package.json +23 -2
- package/utils/update-check.js +51 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Source receipt for atris/wiki/people/jack-dorsey.md
|
|
2
|
+
Compiled: 2026-05-10
|
|
3
|
+
|
|
4
|
+
External sources checked:
|
|
5
|
+
- YouTube episode URL: https://www.youtube.com/watch?v=YTVSwOY19Qs
|
|
6
|
+
- Sequoia transcript: https://sequoiacap.com/podcast/jack-dorsey-every-company-can-now-be-a-mini-agi/
|
|
7
|
+
- Block essay: https://block.xyz/inside/from-hierarchy-to-intelligence
|
|
8
|
+
|
|
9
|
+
Notes:
|
|
10
|
+
- The Sequoia page provides the transcript for the episode linked from YouTube.
|
|
11
|
+
- The Block essay is the co-authored primary written thesis by Jack Dorsey and Roelof Botha.
|
|
12
|
+
- No Atris YouTube processing credits were spent for this refresh.
|
package/atris.md
CHANGED
|
@@ -58,18 +58,43 @@ Labels used below:
|
|
|
58
58
|
- `guarded` — checked by code or a pre-commit hook; bypassing is a bug
|
|
59
59
|
- `expected` — convention; honor it or stop
|
|
60
60
|
|
|
61
|
-
## task
|
|
61
|
+
## task source of truth
|
|
62
|
+
|
|
63
|
+
Use `atris task` as the source of truth for active work. It stores durable local
|
|
64
|
+
SQLite state plus append-only task events, and refreshes
|
|
65
|
+
`.atris/state/tasks.projection.json` for desktop/web UIs. `atris/TODO.md` is a
|
|
66
|
+
rendered/legacy view and can be rebuilt with `atris task render`; do not rely on
|
|
67
|
+
manual TODO.md edits for ownership.
|
|
68
|
+
|
|
69
|
+
Core loop:
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
atris task list
|
|
73
|
+
atris task delegate "<title>" --to <owner> --tag <tag>
|
|
74
|
+
atris task delegate "<title>" --to <owner> --via swarlo --tag <tag>
|
|
75
|
+
atris task day
|
|
76
|
+
atris task next
|
|
77
|
+
atris task claim <id> --as <agent>
|
|
78
|
+
atris task note <id> "<context, blocker, decision, or handoff>"
|
|
79
|
+
atris task finish <id> --proof "<tests, screenshot, diff, or receipt>"
|
|
80
|
+
atris task review <id> --lesson "<what improved>" --next "<next task>"
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
Headless agents should add `--json` where available and read
|
|
84
|
+
`.atris/state/tasks.projection.json` for a compact board view.
|
|
85
|
+
Swarlo is the live coordination layer for claims, heartbeats, and reports; the
|
|
86
|
+
task row/event stream remains the durable source of truth.
|
|
62
87
|
|
|
63
|
-
Every task
|
|
88
|
+
Every task record should carry:
|
|
64
89
|
|
|
65
90
|
```
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
91
|
+
Title: <small work packet>
|
|
92
|
+
Owner: <agent or unclaimed>
|
|
93
|
+
Objective: <why this matters>
|
|
94
|
+
Context: <links/files/decisions>
|
|
95
|
+
Exit: <observable done condition>
|
|
96
|
+
Verify: <shell command or concrete proof>
|
|
97
|
+
Next: <suggested follow-up task>
|
|
73
98
|
```
|
|
74
99
|
|
|
75
100
|
| Field | Meaning | Enforcement |
|
|
@@ -87,7 +112,7 @@ Verify cannot be a raw shell shortcut; it must call a rubric or test that can fa
|
|
|
87
112
|
## routing
|
|
88
113
|
|
|
89
114
|
Before picking up work, decide scope:
|
|
90
|
-
- single project → route to that project's `atris/team/` and `
|
|
115
|
+
- single project → route to that project's `atris/team/` and `atris task` queue
|
|
91
116
|
- crosses projects → route to `atris/team/cross-project-architect/` and plan the dependency order first
|
|
92
117
|
|
|
93
118
|
The human is the constructor. You multiply. Handoff fidelity lives in the files, not in context.
|
|
@@ -98,8 +123,19 @@ Move one task at a time through plan → do → review.
|
|
|
98
123
|
|
|
99
124
|
- **plan** — read relevant files, produce an ASCII visualization, wait for approval. No code.
|
|
100
125
|
- **plan-review** — the validator reads the plan fresh and signs off with `SIGNOFF:` or halts with `REJECT:` + `FIX:` + an optional `PROPOSED:` block (concrete draft of Files / Exit / Verify / Rollback to replace). Plan does not move to do without signoff. The validator is a drafting partner, not just a critic — on REJECT it proposes the sharper rubric rather than leaving the human to guess. Codex is optional escalation when `ATRIS_USE_CODEX=1` or the task carries `[codex]`.
|
|
101
|
-
- **do** — claim the task
|
|
102
|
-
- **review** — run the task's
|
|
126
|
+
- **do** — claim the task with `atris task claim <id> --as <agent>`, execute step by step, add notes as reality changes, update `MAP.md` and the journal when needed.
|
|
127
|
+
- **review** — run the task's verification, read the diff, run the relevant tests, finish with `atris task finish <id> --proof "..."`, and add the lesson/next task with `atris task review`.
|
|
128
|
+
|
|
129
|
+
Every stage runs the Confidence Gate before it advances:
|
|
130
|
+
|
|
131
|
+
```
|
|
132
|
+
am I factually confident enough to move this forward?
|
|
133
|
+
-> find loopholes: stale source, missing owner, weak proof, bad rollback, hidden risk
|
|
134
|
+
-> patch each loophole with source, verifier, proof, owner, rollback, or blocked note
|
|
135
|
+
-> advance only when known loopholes are patched, verified, or named as residual risk
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
100% confidence is not a vibe. It means every known loophole has been closed or explicitly carried as residual risk.
|
|
103
139
|
|
|
104
140
|
State the next stage:
|
|
105
141
|
|
|
@@ -149,7 +185,7 @@ Context is a cache. Disk is truth. Route discoveries as they happen:
|
|
|
149
185
|
| You discover... | Write to... |
|
|
150
186
|
|---|---|
|
|
151
187
|
| a code location | `MAP.md` (file:line) |
|
|
152
|
-
| a new task | `
|
|
188
|
+
| a new task | `atris task new "<title>"` |
|
|
153
189
|
| a decision or tradeoff | journal `## Notes` |
|
|
154
190
|
| something learned | `lessons.md` (one line) |
|
|
155
191
|
| work finished | journal `## Completed` (C#) |
|