toga-ai 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,6 +6,13 @@ Never commit directly to `_main`. All changes go through feature branches and pu
|
|
|
6
6
|
|
|
7
7
|
Never force-push to `_main` under any circumstances.
|
|
8
8
|
|
|
9
|
+
> **Exception — the team knowledge/harness repo (`agilantsolutions/claude`, cloned to
|
|
10
|
+
> `~/toga-tech`).** This rule governs the TOGA *application* repos (worker2, api2, library,
|
|
11
|
+
> worker, _underscore). The knowledge repo's entire model is direct pushes to `_main` via the
|
|
12
|
+
> `/capture` skill — that is intended and is not a violation. Direct commits to `_main` are
|
|
13
|
+
> still **forbidden in all application repos**, and force-pushing `_main` is **never** allowed
|
|
14
|
+
> in any repo, including the knowledge repo.
|
|
15
|
+
|
|
9
16
|
## Branch naming
|
|
10
17
|
|
|
11
18
|
Use one of these prefixes followed by a short hyphenated description:
|