Snider
cbdb8028dc
feat(build): action-style upload artifact naming + doc parity
...
- release.yml: generated workflow computes upload artifact names in action
shape {build-name}_{os}_{arch}_{tag|shortsha} with repo-name fallback
- workflow_test + cmd_workflow_test: artifact-name derivation coverage
- README + docs/index + docs/architecture + CLAUDE.md: refreshed to describe
current module path, builders/publishers, generated workflow/action surface,
Apple pipeline — replaces pre-spec documentation
Verified: go test ./... passes
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 21:24:17 +01:00
Virgil
c83b14d2e1
docs(rfc): add RFC index and AX usage comments
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-08 15:54:21 +00:00
Virgil
0beac61805
feat(build): add python project builder
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 11:31:10 +00:00
Virgil
b565752f9f
feat(build): add rust project builder
2026-04-01 11:14:23 +00:00
Virgil
91037a9443
feat(build): add mkdocs docs builder
2026-04-01 11:10:27 +00:00
Virgil
72bb94e355
feat(build): add Windows signtool signing
2026-04-01 10:53:02 +00:00
Virgil
f539643f8c
feat(build): add PHP builder support
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 10:41:59 +00:00
Virgil
fd566a40fb
feat(build): add Node project builder
2026-04-01 10:35:09 +00:00
Snider
ae792f3dbe
docs: add AX design principles RFC
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 17:17:25 +01:00
Snider
fad07deb78
docs: remove implemented plan files
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 12:45:55 +00:00
Snider
77e4c06599
feat(api): add build service provider with Lit custom elements
...
Wraps the existing build, release, and SDK subsystems as REST endpoints
via a BuildProvider that implements Provider, Streamable, Describable,
and Renderable. Includes 6 Lit custom elements for GUI display within
the Core IDE, following the same pattern established in go-scm.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 12:29:45 +00:00
Snider
3a9b766eaf
docs: add human-friendly documentation
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:02:40 +00:00