alive-project
FeaturedRegenerate now.json projections for all walnuts (mechanical, no approval needed)
AI & Automation 127 stars
8 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Project Regeneration
Mechanical: regenerate `_kernel/now.json` for all walnuts. No approval needed -- this is computation from existing sources.
## Process
```bash
# 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"
```
## Output
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.
```
## Autonomy
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.
Details
- Author
- alivecontext
- Repository
- alivecontext/alive
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
alive-create
Scaffold a new walnut -- venture, experiment, person, life area, project
127 Updated today
alivecontext AI & Automation Featured
alive-cleanup
System maintenance -- stale tasks, orphan folders, unsaved sessions, world health check
127 Updated today
alivecontext AI & Automation Featured
alivesystem-cleanup
The world feels messy. Stale tasks, orphan folders, v2 remnants, unsaved sessions — entropy is accumulating and needs to be addressed before it compounds. Scans across all walnuts, then surfaces issues one at a time.
127 Updated today
alivecontext