Commit f37817a
authored
docs: sync glossary + Russian README to image system (PRD-030 follow-up) (#124)
## Summary
Tactical follow-up to #121 (PR #122). Three doc files still described
the
legacy `dist/` + `dist-experimental/` shape — bring them in line with
what `develop` actually ships post-PR-#122.
- `README.ru.md` — new "Образы (images): `stable` (по умолчанию) и
`nightly`" section mirroring `README.md`; updated "Что получаешь" line
to mention the per-image bundle.
- `docs/agents/domain.md` — replace **legacy `dist/`** + **opt-in
`dist-experimental/`** entries with **Image** + **Feature flag**
definitions, and document `--experimental` as a deprecated alias.
- `docs/agents/paths.md` — top-level table swaps `dist-experimental/`
for `dist-nightly/` + `config/`; tarball inventory now references
`config/images.json` for the canonical image list.
## Why
`docs/agents/*.md` are auto-loaded by the `fpl-skills` skill set. Stale
terms there mean every future agent invocation starts with an inaccurate
mental model of the package shape — exactly the kind of drift rule 11
(Forgeplan as single source of truth) is meant to prevent. PRD-030
already activated; this PR closes the doc gap without re-opening the
artifact discipline.
## Scope
No code changes — `bin/`, `scripts/`, `template/` untouched. Smoke
status from PR #122 still applies. Tactical depth per rule 11 (docs
without behaviour change), so no new Forgeplan artifact required.
## Test plan
- [x] `grep -rn 'dist-experimental\|--experimental' docs/` shows only
the `--experimental` *deprecated alias* mention in `domain.md`.
- [x] `git diff --stat` is bounded to the three doc files.
- [x] No code paths touched → smoke unaffected.
- [ ] CI: docs-only PRs still trigger the smoke matrix; expected green
since no source changed.
Refs: PRD-030, RFC-026, ADR-005, #121
🤖 Generated with [Claude Code](https://claude.com/claude-code)3 files changed
Lines changed: 64 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
101 | 129 | | |
102 | 130 | | |
103 | 131 | | |
| |||
130 | 158 | | |
131 | 159 | | |
132 | 160 | | |
133 | | - | |
| 161 | + | |
134 | 162 | | |
135 | 163 | | |
136 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
26 | 40 | | |
27 | 41 | | |
28 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments