You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move to aixgo-dev/code and rename the product to Aixgo Code (#137)
The repository moved from simplycubed/code to aixgo-dev/code and the
product is now Aixgo Code. Nothing about how the agent works changed;
every change here is a name, applied everywhere the old one appeared so
no half-renamed path is left to fail at runtime.
- Module path github.com/simplycubed/code -> github.com/aixgo-dev/code,
and every import with it.
- Binary cmd/simplycubed -> cmd/aixgo, so the CLI is `aixgo`.
- Adopter config .github/simplycubed.yml -> .github/aixgo.yml. This repo
runs on itself, so its own copy moves too and now reads
appName: aixgo-code with labelPrefix: ax.
- Reusable workflow and templates renamed to aixgo.yml,
aixgo-caller.yml, and aixgo-selftest.yml, in .github/workflows/,
docs/templates/, and the embedded cmd/aixgo/*.yml.tmpl.
- Repository variables and secrets take the AIXGO_ prefix. A value read
by the old name is not read at all, so an unmigrated repo fails on a
missing value rather than using a stale one.
- Default labelPrefix sc -> ax, so the lifecycle is ax:go through
ax:done. Scratch paths follow: .aixgo/ and the aixgo/ledger branch.
- The generated commit and pull-request marker is Aixgo Code.
- Release pins move to v0.4.0 and CHANGELOG.md records the move as
breaking, with the re-run instructions. Sections for v0.3.0 and older
keep the old names: they describe what was true then.
- The README banner image was SimplyCubed-branded artwork, so it and
docs/assets/ are removed. The lineage section records that this was
published as SimplyCubed Code at simplycubed/code.
Tags before v0.4.0 stay in history but declare the old module path, so
they are not installable as github.com/aixgo-dev/code.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug report
2
-
description: Report a bug in SimplyCubed Code.
2
+
description: Report a bug in Aixgo Code.
3
3
title: "[bug]: "
4
4
labels: ["bug"]
5
5
body:
@@ -8,7 +8,7 @@ body:
8
8
value: |
9
9
Thanks for reporting a bug.
10
10
11
-
Do not use this form for a suspected **security vulnerability**. Report those privately through the [Security policy](https://github.com/simplycubed/code/security/policy); see [SECURITY.md](https://github.com/simplycubed/code/blob/main/SECURITY.md).
11
+
Do not use this form for a suspected **security vulnerability**. Report those privately through the [Security policy](https://github.com/aixgo-dev/code/security/policy); see [SECURITY.md](https://github.com/aixgo-dev/code/blob/main/SECURITY.md).
12
12
- type: textarea
13
13
id: what-happened
14
14
attributes:
@@ -26,14 +26,14 @@ body:
26
26
id: repro
27
27
attributes:
28
28
label: Steps to reproduce
29
-
description: The command you ran (for example `simplycubed address owner/repo#12`) and the relevant `.github/simplycubed.yml`. Redact anything private.
29
+
description: The command you ran (for example `aixgo address owner/repo#12`) and the relevant `.github/aixgo.yml`. Redact anything private.
This project does **not accept external code contributions**, so pull requests are closed with a pointer to [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md). That is the project's governance model, not a judgment on the work: the codebase's provenance is kept clean because the tool runs with write access inside other people's repositories.
4
4
5
5
What is welcome instead:
6
6
7
-
-**Bug reports** through [issues](https://github.com/simplycubed/code/issues/new/choose).
7
+
-**Bug reports** through [issues](https://github.com/aixgo-dev/code/issues/new/choose).
8
8
-**Security reports** through the private process in [SECURITY.md](../blob/main/SECURITY.md). Please do not file security issues in public.
0 commit comments