atris 3.15.45 → 3.15.48
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 +2 -2
- package/atris/skills/atris/SKILL.md +1 -1
- package/bin/atris.js +10 -4
- package/commands/business.js +574 -21
- package/commands/computer.js +1 -1
- package/commands/mission.js +16 -1
- package/commands/radar.js +546 -0
- package/commands/sync.js +101 -1
- package/lib/runtime-bootstrap.js +17 -5
- package/lib/task-db.js +29 -3
- package/package.json +3 -1
- package/templates/business-starter/CLAUDE.md +62 -0
- package/templates/business-starter/MAP.md +81 -0
- package/templates/business-starter/MEMBER.md +46 -0
- package/templates/business-starter/TODO.md +28 -0
- package/templates/business-starter/atris.md +61 -0
- package/templates/business-starter/context/README.md +19 -0
- package/templates/business-starter/context/live-workspace.md +36 -0
- package/templates/business-starter/goals.md +33 -0
- package/templates/business-starter/instructions.md +40 -0
- package/templates/business-starter/memory.md +31 -0
- package/templates/business-starter/persona.md +26 -0
- package/templates/business-starter/policies/LESSONS.md +5 -0
- package/templates/business-starter/policies/REWARD.md +24 -0
- package/templates/business-starter/reports/README.md +17 -0
- package/templates/business-starter/reports/operating-recap-template.md +44 -0
- package/templates/business-starter/skills/README.md +21 -0
- package/templates/business-starter/team/README.md +20 -0
- package/templates/business-starter/team/START_HERE.md +45 -0
- package/templates/business-starter/team/_template/MEMBER.md +32 -0
- package/templates/business-starter/team/_template/SOUL.md +40 -0
- package/templates/business-starter/team/comms/MEMBER.md +34 -0
- package/templates/business-starter/team/comms/SOUL.md +32 -0
- package/templates/business-starter/team/operator/MEMBER.md +34 -0
- package/templates/business-starter/team/ops/MEMBER.md +34 -0
- package/templates/business-starter/team/ops/SOUL.md +32 -0
- package/templates/business-starter/team/research/MEMBER.md +34 -0
- package/templates/business-starter/team/research/SOUL.md +32 -0
- package/templates/business-starter/team/validator/MEMBER.md +34 -0
- package/templates/business-starter/wiki/STATUS.md +7 -0
- package/templates/business-starter/wiki/concepts/first-loop-template.md +34 -0
- package/templates/business-starter/wiki/index.md +30 -0
- package/templates/business-starter/wiki/log.md +11 -0
- package/templates/business-starter/wiki/wiki.md +26 -0
- package/templates/research-canonical/CLAUDE.md +70 -0
- package/templates/research-canonical/MAP.md +68 -0
- package/templates/research-canonical/MEMBER.md +46 -0
- package/templates/research-canonical/TODO.md +28 -0
- package/templates/research-canonical/atris.md +62 -0
- package/templates/research-canonical/context/README.md +21 -0
- package/templates/research-canonical/context/live-workspace.md +24 -0
- package/templates/research-canonical/goals.md +23 -0
- package/templates/research-canonical/instructions.md +40 -0
- package/templates/research-canonical/memory.md +31 -0
- package/templates/research-canonical/persona.md +26 -0
- package/templates/research-canonical/policies/LESSONS.md +5 -0
- package/templates/research-canonical/policies/REWARD.md +21 -0
- package/templates/research-canonical/reports/README.md +17 -0
- package/templates/research-canonical/skills/README.md +21 -0
- package/templates/research-canonical/team/README.md +11 -0
- package/templates/research-canonical/team/eval/MEMBER.md +16 -0
- package/templates/research-canonical/team/eval/SOUL.md +32 -0
- package/templates/research-canonical/team/experiment/MEMBER.md +16 -0
- package/templates/research-canonical/team/experiment/SOUL.md +32 -0
- package/templates/research-canonical/team/hypothesis/MEMBER.md +16 -0
- package/templates/research-canonical/team/hypothesis/SOUL.md +32 -0
- package/templates/research-canonical/team/literature/MEMBER.md +16 -0
- package/templates/research-canonical/team/literature/SOUL.md +32 -0
- package/templates/research-canonical/wiki/STATUS.md +7 -0
- package/templates/research-canonical/wiki/briefs/research-program.md +19 -0
- package/templates/research-canonical/wiki/concepts/research-loop.md +14 -0
- package/templates/research-canonical/wiki/index.md +25 -0
- package/templates/research-canonical/wiki/log.md +10 -0
- package/templates/research-canonical/wiki/wiki.md +26 -0
package/AGENTS.md
CHANGED
|
@@ -130,7 +130,7 @@ member -> mission start --verify -> status --status active -> one bounded step -
|
|
|
130
130
|
This workspace has a compiled agent brain.
|
|
131
131
|
|
|
132
132
|
On session start, activate it first:
|
|
133
|
-
`atris brain activate --root /Users/keshavrao/arena/
|
|
133
|
+
`atris brain activate --root /Users/keshavrao/arena/atris-cli --verify`
|
|
134
134
|
|
|
135
135
|
Load these first:
|
|
136
136
|
- `atris/now.md`
|
|
@@ -149,5 +149,5 @@ Shape: `<operator>, today is about <move>` -> `I picked this because <why now>`
|
|
|
149
149
|
Definitions: operator = current person or agent; move = one concrete high-leverage workflow; why now = business reason; ready = prepared action or proof; paths = 2-4 optional deeper views.
|
|
150
150
|
|
|
151
151
|
Re-run after meaningful work:
|
|
152
|
-
`atris brain compile --root /Users/keshavrao/arena/
|
|
152
|
+
`atris brain compile --root /Users/keshavrao/arena/atris-cli`
|
|
153
153
|
<!-- ATRIS_BRAIN_COMPILE:END -->
|
|
@@ -26,4 +26,4 @@ Key behaviors:
|
|
|
26
26
|
- Read PERSONA.md (3-4 sentences, ASCII visuals)
|
|
27
27
|
- Check MAP.md for file:line refs
|
|
28
28
|
- Use `atris task` for claims, proof, ready, and accept
|
|
29
|
-
- Treat TODO.md as a rendered view; regenerate it instead of hand-editing tasks
|
|
29
|
+
- Treat TODO.md as a rendered view; regenerate it instead of hand-editing tasks
|
package/bin/atris.js
CHANGED
|
@@ -103,7 +103,7 @@ if (!skipUpdateCheck && (!updateCommand || (updateCommand && !['version', 'updat
|
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
let command = process.argv[2];
|
|
107
107
|
const commandArgs = process.argv.slice(3);
|
|
108
108
|
const firstCommandArg = process.argv[3];
|
|
109
109
|
const isBusinessSyncSafetyCommand = command === 'sync'
|
|
@@ -333,6 +333,7 @@ function showHelp() {
|
|
|
333
333
|
console.log(' log - Add ideas to inbox');
|
|
334
334
|
console.log(' now - Show atris/now.md, the current operating truth');
|
|
335
335
|
console.log(' activate - Load Atris context');
|
|
336
|
+
console.log(' radar - Show live agents joined with tasks, missions, and worktrees');
|
|
336
337
|
console.log(' status - See local work and completions (`atris status <business>` for remote)');
|
|
337
338
|
console.log(' xp - Show Career XP and contribution graph');
|
|
338
339
|
console.log(' analytics - Show recent productivity from journals');
|
|
@@ -764,7 +765,7 @@ if (command === '2' && ['fast', 'pro'].includes(String(firstCommandArg || '').to
|
|
|
764
765
|
}
|
|
765
766
|
|
|
766
767
|
// Check if this is a known command or natural language input
|
|
767
|
-
const knownCommands = ['init', 'log', 'now', 'status', 'analytics', 'visualize', 'brain', 'brainstorm', 'autopilot', 'run', 'plan', 'do', 'review', 'release',
|
|
768
|
+
const knownCommands = ['init', 'log', 'now', 'radar', 'status', 'analytics', 'visualize', 'brain', 'brainstorm', 'autopilot', 'run', 'plan', 'do', 'review', 'release',
|
|
768
769
|
'activate', '_activate', 'agent', 'chat', 'console', 'serve', 'login', 'logout', 'whoami', 'switch', 'use', 'accounts', '_resolve', '_profile-email', '_switch-session', 'shell-init', 'update', 'upgrade', 'version', 'help', 'next', 'atris',
|
|
769
770
|
'clean', 'verify', 'search', 'skill', 'member', 'codex-goal', 'app', 'apps', 'learn', 'lesson', 'plugin', 'experiments', 'receipt', 'proof', 'openclaw', 'pull', 'push', 'live', 'align', 'terminal', 'computer', 'diff', 'business', 'sync',
|
|
770
771
|
'ingest', 'query', 'lint', 'loop', 'task', 'mission', 'worktree', 'aeo', 'xp', 'play', 'gm', 'x',
|
|
@@ -800,8 +801,9 @@ const voiceTriggers = {
|
|
|
800
801
|
'start a business': 'business',
|
|
801
802
|
'new business': 'business',
|
|
802
803
|
'show status': 'status',
|
|
803
|
-
'what happened': '
|
|
804
|
-
'whats going on': '
|
|
804
|
+
'what happened': 'radar',
|
|
805
|
+
'whats going on': 'radar',
|
|
806
|
+
'what is going on': 'radar',
|
|
805
807
|
'run tests': 'verify',
|
|
806
808
|
'check health': 'status',
|
|
807
809
|
'deploy': 'business',
|
|
@@ -1180,6 +1182,10 @@ if (command === 'init') {
|
|
|
1180
1182
|
Promise.resolve(require('../commands/worktree').worktreeCommand(process.argv.slice(3)))
|
|
1181
1183
|
.then((code) => process.exit(code || 0))
|
|
1182
1184
|
.catch((err) => { console.error(`\n✗ Error: ${err.message || err}`); process.exit(1); });
|
|
1185
|
+
} else if (command === 'radar') {
|
|
1186
|
+
Promise.resolve(require('../commands/radar').radarCommand(process.argv.slice(3)))
|
|
1187
|
+
.then((code) => process.exit(code || 0))
|
|
1188
|
+
.catch((err) => { console.error(`\n✗ Error: ${err.message || err}`); process.exit(1); });
|
|
1183
1189
|
} else if (command === 'codex-goal') {
|
|
1184
1190
|
Promise.resolve(require('../commands/codex-goal').codexGoalCommand(process.argv.slice(3)))
|
|
1185
1191
|
.then(() => process.exit(process.exitCode || 0))
|