chronoholographic-scheduler — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chronoholographic-scheduler (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Schedule cognitive tasks at biologically optimal circadian windows while resolving causal dependency chains via AdS/CFT boundary encoding analogues.
| Phase | Hours | Φ Target | Task Types |
|---|---|---|---|
| PEAK | 09:00–12:00 | 0.95 | High-complexity reasoning, legal analysis |
| RECOVERY | 17:00–21:00 | 0.82 | Pattern matching, synthesis |
| REST | 21:00–06:00 | 0.60 | Consolidation, archival |
| TROUGH | 14:00–15:00 | 0.45 | Simple retrieval only |
schedule(task_id, optimal_phase, causal_deps)current_phase() to determine active windowget_ready_tasks(current_phi) — returns tasks whose Φ threshold is met and deps satisfiedupdate_stability(phi) after eachfrom src.rqns.chronoholographic import ChronoholographicScheduler, CircadianPhase
sched = ChronoholographicScheduler()
sched.schedule("legal_analysis", CircadianPhase.PEAK, phi_threshold=0.9)
ready = sched.get_ready_tasks(current_phi=0.92)The causal dependency graph is the 'boundary'. Resolve boundary constraints first, then propagate solutions to interior task states. Never execute an interior task before its boundary (dependency) tasks complete.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.