Commit graph

14 commits

Author SHA1 Message Date
Virgil
de94350f13 feat(manifest): allow version override during compile
Some checks failed
Security Scan / security (push) Failing after 16s
Test / test (push) Failing after 55s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:51:41 +00:00
Virgil
905889a9f8 feat(marketplace): use compiled manifests in index build
Some checks failed
Security Scan / security (push) Failing after 19s
Test / test (push) Failing after 1m37s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:41:52 +00:00
Virgil
dd71070a9d fix(manifest): validate signing inputs
Some checks failed
Security Scan / security (push) Failing after 17s
Test / test (push) Failing after 3m0s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:30:04 +00:00
Virgil
e73809cf8d feat(cmd/scm): add manifest sign and verify commands
Some checks failed
Security Scan / security (push) Failing after 16s
Test / test (push) Successful in 2m18s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:24:55 +00:00
Virgil
8a269fa107 feat(cmd/scm): add forge-url alias for index links
Some checks failed
Security Scan / security (push) Failing after 18s
Test / test (push) Successful in 2m25s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:10:58 +00:00
Virgil
6dbb70d626 feat(cmd/scm): add custom compile output path
Some checks failed
Security Scan / security (push) Failing after 14s
Test / test (push) Successful in 1m50s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 14:05:22 +00:00
Virgil
c303abbd95 refactor(marketplace): use medium for index writes
Some checks failed
Security Scan / security (push) Failing after 16s
Test / test (push) Successful in 2m24s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:22:14 +00:00
Virgil
8292f3ae79 fix(cmd/scm): avoid masking invalid core.json
Some checks failed
Security Scan / security (push) Failing after 13s
Test / test (push) Successful in 2m12s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:20:33 +00:00
Virgil
a0fac1341b chore(ax): add usage docs to exported APIs
Some checks failed
Security Scan / security (push) Failing after 10s
Test / test (push) Successful in 2m11s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-30 14:11:15 +00:00
Virgil
c42cc4a6ce chore(ax): gofmt exported declaration comments
Some checks failed
Security Scan / security (push) Failing after 10s
Test / test (push) Successful in 2m4s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-30 05:44:09 +00:00
Virgil
305aa0da6f chore(ax): normalize SPDX header identifier
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Successful in 4m12s
2026-03-30 00:54:20 +00:00
Virgil
d5f98c1341 refactor(ax): align code with AX principles
Some checks failed
Security Scan / security (push) Failing after 10s
Test / test (push) Failing after 25s
2026-03-29 23:59:48 +00:00
Claude
2dcb86738a
chore: migrate to dappco.re vanity import path
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 22s
Change module path from forge.lthn.ai/core/go-scm to dappco.re/go/core/scm.
Update all Go source imports for migrated packages:
- go-log  -> dappco.re/go/core/log
- go-io   -> dappco.re/go/core/io
- go-i18n -> dappco.re/go/core/i18n
- go-ws   -> dappco.re/go/core/ws
- api     -> dappco.re/go/core/api

Non-migrated packages (cli, config) left on forge.lthn.ai paths.
Replace directives use local paths (../go, ../go-io, etc.) until the
dappco.re vanity URL server resolves these modules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:54:23 +00:00
Snider
631ddd4887 feat(manifest): add compile step and marketplace index builder
Some checks failed
Security Scan / security (push) Failing after 7s
Test / test (push) Failing after 2m47s
Add manifest compilation (.core/manifest.yaml → core.json) with build
metadata (commit, tag, timestamp, signature) and marketplace index
generation by crawling directories for compiled or source manifests.

New files:
- manifest/compile.go: CompiledManifest, Compile(), ParseCompiled(),
  WriteCompiled(), LoadCompiled(), MarshalJSON()
- marketplace/builder.go: Builder.BuildFromDirs(), BuildFromManifests(),
  WriteIndex()
- cmd/scm/: CLI commands — compile, index, export

Tests: 26 new (12 manifest, 14 marketplace), all passing.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:12:52 +00:00