원클릭으로
alive-project
Regenerate now.json projections for all walnuts (mechanical, no approval needed)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Regenerate now.json projections for all walnuts (mechanical, no approval needed)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Morning briefing -- read all walnut states, surface priorities, inbox count, stale walnuts, people nudges
Morning operating system -- sync inputs, read everything, surface priorities, show the day
Load an ALIVE walnut -- read kernel files, show current state, surface one observation, ask what to work on
Checkpoint -- route stash items, write log entry, update bundle, trigger projection, reset stash
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
| name | alive-project |
| description | Regenerate now.json projections for all walnuts (mechanical, no approval needed) |
| version | 1.0.0 |
| author | ALIVE Context System |
| license | MIT |
| toolsets | ["terminal"] |
| metadata | {"hermes":{"tags":["ALIVE","cron","projection","mechanical"],"cron_schedule":"every 4h","cron_deliver":"local"}} |
Mechanical: regenerate _kernel/now.json for all walnuts. No approval needed -- this is computation from existing sources.
# Find world root
WORLD="${ALIVE_WORLD_ROOT:-$HOME/world}"
# Run projection for all walnuts
python3 "$WORLD/.alive/scripts/project.py" --all
# Regenerate world index
python3 "$WORLD/.alive/scripts/generate-index.py"
Report only if errors occurred. Otherwise silent ([SILENT]).
[SILENT]
Projections regenerated for [N] walnuts. No errors.
If errors:
Projection errors:
[walnut]: [error message]
[walnut]: [error message]
[N] walnuts projected successfully, [M] errors.
This cron is fully autonomous. It reads existing source files (log.md, bundle manifests, tasks.json) and computes now.json. No decisions, no writes to human-authored files.