fix: tech-debt: sweep cron-isms from code comments, helpers, lib, and public site copy (#548)
- Rename acquire_cron_lock → acquire_run_lock in lib/formula-session.sh and all five *-run.sh call sites - Update all *-run.sh file headers: "Cron wrapper" → "Polling-loop wrapper" - Rewrite docs/updating-factory.md: replace crontab check with pgrep, replace "Crontab empty after restart" section with polling-loop equivalent - Update docs/EVAL-MCP-SERVER.md to reflect polling-loop reality - Update lib/guard.sh, lib/AGENTS.md, lib/ci-setup.sh comments - Update formulas/*.toml comments (cron → polling loop) - Update dev/dev-poll.sh usage comment - Update tests/smoke-init.sh to handle compose vs bare-metal scheduling - Update .woodpecker/agent-smoke.sh comments - Update site HTML: architecture.html, quickstart.html, index.html - Clarify _install_cron_impl is bare-metal only (compose uses polling loop) - Keep site/collect-engagement.sh and site/collect-metrics.sh cron refs (genuinely cron-driven on the website host, separate from factory loop) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
da4d9077dd
commit
f0c3c773ff
24 changed files with 115 additions and 132 deletions
|
|
@ -353,7 +353,7 @@ cp .env.example .env
|
|||
<span class="step-num">2</span>
|
||||
Initialize your project
|
||||
</div>
|
||||
<p><code>disinto init</code> starts the full stack (Forgejo + Woodpecker CI), creates your repo, clones it locally, generates the project config, adds labels, and installs cron jobs — all in one command.</p>
|
||||
<p><code>disinto init</code> starts the full stack (Forgejo + Woodpecker CI), creates your repo, clones it locally, generates the project config, adds labels, and configures agent scheduling — all in one command.</p>
|
||||
<pre><code>bin/disinto init user/your-project</code></pre>
|
||||
<p>Use <code>disinto up</code> / <code>disinto down</code> later to restart or stop the stack.</p>
|
||||
<div class="expected">
|
||||
|
|
@ -373,7 +373,7 @@ Creating labels on you/your-project...
|
|||
+ vision
|
||||
+ action
|
||||
Created: /home/you/your-project/VISION.md
|
||||
Cron entries installed
|
||||
Agent scheduling configured
|
||||
Done. Project your-project is ready.</code>
|
||||
</div>
|
||||
<p>Optional flags:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue