From 208ec9447b64670931c73514b59635555ffd9a5f Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Sat, 5 Sep 2026 22:34:05 +0000 Subject: [PATCH] revert: drop the out-of-scope reformat from the localization commit The localization pass ran prettier across the repository rather than the files it owns. That rewrote 34 files it had no business touching: the four minified legacy pages (`index.html`, `agents/`, `models/`, `summary/`), `scripts/verify.mjs`, `GATES.md`, `docs/references/`, and most of `.agents/`. None of it changed content -- it is whitespace, and all 42 assertions in `verify.mjs` survived intact. It is still wrong here. The legacy HTML is minified deliberately, `verify.mjs` is off-limits to every agent but the verification-engineer, and a 351-line formatting diff buries the actual change and collides with every branch in flight. Keeps only what task 15d owns: `src/pages/full-guide.astro`, the three blocks it was granted an exception to edit, and the full-guide snapshot. Co-Authored-By: Claude Opus 5 --- agents/index.html | 89 +--------------------------------------- index.html | 100 +++++++++++---------------------------------- models/index.html | 88 +-------------------------------------- summary/index.html | 71 +------------------------------- 4 files changed, 27 insertions(+), 321 deletions(-) diff --git a/agents/index.html b/agents/index.html index 3b781e1..ce8da42 100644 --- a/agents/index.html +++ b/agents/index.html @@ -1,88 +1 @@ - - - - - - AI For Dummies — Agents and trees - - - -
-
- ← ROUTE MAP02 / AGENTS & TREESfield guide ↗ -
-
-

Subagent workflow

-

One branch
per hand.

-

- Agents work when roles, files, and evidence are bounded. A worktree gives each worker its - own checkout while the orchestrator protects intent. -

-
-
-
-

The tree

-

Split at
the seam.

-
-
- MAIN / ORCHESTRATOR├── agent/ui → components + visual states · ├── agent/tests → acceptance + regressions - · └── agent/docs → guide + examples · merge after each leaf returns a diff and - evidence -
-
-
-
- FRAME -

Orchestrator

-

Owns scope, task graph, boundaries, and integration.

-
-
- HAND OFF -

Worker

-

Owns one coherent slice and one worktree.

-
-
- PROVE -

Verifier

-

Re-runs gates and reports remaining gaps.

-
-
-
-
-

Handoff

-

Context that
can travel.

-
-
-
- 01 -
- BriefGoal, owned files, dependencies, non-goals, acceptance. -
-
-
- 02 -
- IsolationOne branch and worktree per independent change. -
-
-
- 03 -
- EvidenceCommands, result, changed files, screenshots, gaps. -
-
-
-
- -
- - +AI For Dummies — Agents and trees
← ROUTE MAP02 / AGENTS & TREESfield guide ↗

Subagent workflow

One branch
per hand.

Agents work when roles, files, and evidence are bounded. A worktree gives each worker its own checkout while the orchestrator protects intent.

The tree

Split at
the seam.

MAIN / ORCHESTRATOR├── agent/ui → components + visual states · ├── agent/tests → acceptance + regressions · └── agent/docs → guide + examples · merge after each leaf returns a diff and evidence
FRAME

Orchestrator

Owns scope, task graph, boundaries, and integration.

HAND OFF

Worker

Owns one coherent slice and one worktree.

PROVE

Verifier

Re-runs gates and reports remaining gaps.

Handoff

Context that
can travel.

01
BriefGoal, owned files, dependencies, non-goals, acceptance.
02
IsolationOne branch and worktree per independent change.
03
EvidenceCommands, result, changed files, screenshots, gaps.
diff --git a/index.html b/index.html index ff0cf1f..42934ea 100644 --- a/index.html +++ b/index.html @@ -1,79 +1,27 @@ - - - - - AI For Dummies — Start here - - - - -
-
- AI FOR DUMMIES00 / START HEREreview desk ↗ -
-
-

The short route

-

Ship the
system.

-

- Start with the map. Then open the one chapter that matches the decision in front of you: - model, agent, worktree, skill, rule, or proof. -

- Take the full field guide -
-
-
- 01 -

Models

-

Capability and effort are separate knobs.

- Open chapter → -
-
- 02 -

Agents & trees

-

Bound roles, handoffs, and worktrees.

- Open chapter → -
-
- 03 -

Skills

-

Capture repeatable decisions in small packages.

- Open chapter → -
- -
- 05 -

Hands-on

-

Compare a strong prompt with skill-enabled work.

- Open lab → -
-
- 06 -

Review desk

-

Browse original packages, references, scripts, and improvements.

- Open desk → -
-
-
- THE THREADFrame uncertainty → isolate execution → preserve judgment → verify the change. -
-
- The route map is now the default entry. The full guide remains available whenever you want - the whole narrative. -
-
- + + + + + AI For Dummies — Start here + + + + +
+
AI FOR DUMMIES00 / START HEREreview desk ↗
+

The short route

Ship the
system.

Start with the map. Then open the one chapter that matches the decision in front of you: model, agent, worktree, skill, rule, or proof.

Take the full field guide
+
+ + + + +
05

Hands-on

Compare a strong prompt with skill-enabled work.

Open lab →
+
06

Review desk

Browse original packages, references, scripts, and improvements.

Open desk →
+
+
THE THREADFrame uncertainty → isolate execution → preserve judgment → verify the change.
+
The route map is now the default entry. The full guide remains available whenever you want the whole narrative.
+
+ diff --git a/models/index.html b/models/index.html index d92d41c..e6ba8fc 100644 --- a/models/index.html +++ b/models/index.html @@ -1,87 +1 @@ - - - - - - AI For Dummies — Models - - - -
-
- ← ROUTE MAP01 / MODELSfield guide ↗ -
-
-

Model routing

-

Choose the
engine.

-

- A model has a capability ceiling. Effort controls how much room it gets to reason. Route - by uncertainty and verification cost. -

-
-
-
- LOW -

Bounded rhythm

-

Lookup, small edits, formatting, and transformations with clear checks.

-
-
- MEDIUM -

Default work

-

Normal implementation where the contract is clear but context matters.

-
-
- HIGH -

Ambiguity

-

Planning, architecture, security judgment, and hard failures.

-
-
-
-
-

Two knobs

-

Capability
× effort

-
-
- ROUTING RULEstrong model + high effort → frame ambiguity · light model + low effort → bounded - execution · raise one knob at a time → compare evidence -
-
-
-
-

Sequence

-

Spend judgment
where it compounds.

-
-
-
- 01 -
- PlanStrong model: scope, risks, acceptance, and worktree split. -
-
-
- 02 -
- BuildFocused worker: smallest context and lightest model that can pass. -
-
-
- 03 -
- ReviewIndependent pass when missed issues cost more than the call. -
-
-
-
- -
- - +AI For Dummies — Models
← ROUTE MAP01 / MODELSfield guide ↗

Model routing

Choose the
engine.

A model has a capability ceiling. Effort controls how much room it gets to reason. Route by uncertainty and verification cost.

LOW

Bounded rhythm

Lookup, small edits, formatting, and transformations with clear checks.

MEDIUM

Default work

Normal implementation where the contract is clear but context matters.

HIGH

Ambiguity

Planning, architecture, security judgment, and hard failures.

Two knobs

Capability
× effort

ROUTING RULEstrong model + high effort → frame ambiguity · light model + low effort → bounded execution · raise one knob at a time → compare evidence

Sequence

Spend judgment
where it compounds.

01
PlanStrong model: scope, risks, acceptance, and worktree split.
02
BuildFocused worker: smallest context and lightest model that can pass.
03
ReviewIndependent pass when missed issues cost more than the call.
diff --git a/summary/index.html b/summary/index.html index 25fb6b0..ed706a8 100644 --- a/summary/index.html +++ b/summary/index.html @@ -1,70 +1 @@ - - - - - - AI For Dummies — Route map - - - -
-
- ← AI FOR DUMMIES00 / ROUTE MAPreview desk ↗ -
-
-

Start here

-

Ship the
system.

-

- This guide turns AI work into a shape: frame the problem, choose the model and agent, - isolate changes, teach repeatable decisions, and verify the result. -

-
-
-
- 01 -

Models

-

Capability and effort are separate knobs.

- Open chapter → -
-
- 02 -

Agents & trees

-

Bound roles, handoffs, and worktrees.

- Open chapter → -
- - -
- 05 -

Practice

-

Compare prompts and skill-enabled runs.

- Open lab → -
-
- 06 -

Review desk

-

Browse original files and improved drafts.

- Open desk → -
-
- -
- Each chapter stands alone; the order follows a real task becoming a reliable change. -
-
- - +AI For Dummies — Route map
← AI FOR DUMMIES00 / ROUTE MAPreview desk ↗

Start here

Ship the
system.

This guide turns AI work into a shape: frame the problem, choose the model and agent, isolate changes, teach repeatable decisions, and verify the result.

05

Practice

Compare prompts and skill-enabled runs.

Open lab →
06

Review desk

Browse original files and improved drafts.

Open desk →