Commit Graph
63 Commits
Author SHA1 Message Date
SashaandClaude Opus 4.7 94de994380 feat: add scaffold ai skills (#104)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 01:32:04 +02:00
SashaandClaude 4adde37bb5 fix(setup): make lgs build and lgs localnet start work end-to-end (#158)
Co-authored-by: Claude <noreply@anthropic.com>
2026-05-14 01:31:10 +02:00
SashaandClaude Opus 4.7 800699f56e feat: improve CLI design for agents (#86)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 01:03:29 +02:00
WozandClaude Opus 4.7 7dec5a9fc2 fix(templates): patch logos-blockchain transitive deps to a known-good rev (#154)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 22:51:07 +02:00
Woz 479437d69b fix(localnet): confirm sequencer exit before deleting state file (#143) 2026-05-13 22:37:58 +02:00
Woz f3d228e933 fix(run): warn when spel repo cannot be resolved instead of silently disabling SCAFFOLD_PROGRAM_ID (#146) 2026-05-13 22:36:34 +02:00
WozandClaude Opus 4.7 6ffdf22b03 docs: update [basecamp.modules.*] references to [modules.*] in dogfooding and module-requirements (#147)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 22:35:34 +02:00
Woz be25b96754 fix(init): make init atomic and recoverable from interrupted runs (#151) 2026-05-13 22:31:48 +02:00
WozandClaude Opus 4.7 425f4a3eb3 fix(repo): compare HEAD against resolved pin SHA, not raw pin string (#156)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 22:14:38 +02:00
Woz d0284a8c05 fix(doctor): tighten localnet-connectivity heuristic to require transport-error + address (#140) 2026-05-13 00:28:40 +02:00
WozandClaude Opus 4.7 f789e23a15 fix(migrate): bail on [modules.<name>] collision during basecamp.modules move (#137)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 00:25:52 +02:00
WozandClaude Opus 4.7 131cd51523 fix(security): refuse argv-injection and ext:: transports in [repos.*].source (#136)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 00:23:57 +02:00
Woz e69b0b75cd fix(migrate): short-circuit migrator when scaffold.toml is already at v0.2.0 (#135) 2026-05-13 00:23:07 +02:00
fryorcrakenandClaude Opus 4.7 e17408a00b feat(run): cache deploy by guest binary + IDL hash (#97)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 15:31:38 +10:00
Sasha 4c1f7567f7 Add 'wozos' to rate limit allowlist 2026-05-12 00:19:49 +02:00
buray 108dae2856 fix: remove doubled error: prefix and use invoked binary name in hints (#107) 2026-05-11 23:18:14 +02:00
buray d19fa8148b docs: add localnet reset and build idl/client to README synopsis (#130) 2026-05-11 22:57:26 +02:00
fryorcrakenandClaude Opus 4.7 d8229741b1 feat: add logos-scaffold run command (MVP) (#96)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 12:54:42 +10:00
fryorcrakenandClaude Opus 4.7 4b29182c3c feat(config): scaffold.toml schema v0.2.0 — portable + consolidated (#95)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 21:05:22 +10:00
fryorcrakenandClaude Opus 4.7 af5c59e054 feat(deploy): vendor spel and surface program ID after deploy (#60) (#92)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 10:26:27 +10:00
096863ea16 build: compile guest binaries in methods/ directory (#63)
Co-authored-by: Marclaw <marclawclaw@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: fryorcraken <commits@fryorcraken.xyz>
2026-05-01 14:12:43 +10:00
crazywriter1andcrazywriter1 2d6655fe54 fix: use serde_json for deploy --json output to prevent malformed JSON (#51)
Co-authored-by: crazywriter1 <crazywriter1@users.noreply.github.com>
2026-05-01 13:05:23 +10:00
544e762409 fix(deploy): dynamic binary discovery for non-template projects (#82)
Co-authored-by: Marclaw <marclawclaw@users.noreply.github.com>
Co-authored-by: fryorcraken <commits@fryorcraken.xyz>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 15:24:58 +10:00
fryorcrakenandClaude Opus 4.7 da5d110412 docs: prioritize user-driven PRs and cap weekly contributions (#80)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 14:25:23 +10:00
fryorcrakenandClaude Opus 4.7 8a757d73b0 feat(basecamp): profile-isolated basecamp with modules/install/launch/build-portable/doctor (#75)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 13:04:54 +10:00
buray c3313fd87e fix: add workspace.lints to Cargo.toml templates (#71) 2026-04-23 12:15:34 +10:00
crazywriter1andcrazywriter1 47a68bb418 fix(config): fail fast on invalid [localnet] port in scaffold.toml (#83)
Co-authored-by: crazywriter1 <crazywriter1@users.noreply.github.com>
2026-04-23 12:02:25 +10:00
fryorcrakenandClaude Opus 4.7 8b46847ea4 feat(cli): lgs DX trio — short binary, completions, and init (#77)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 14:29:39 +10:00
fryorcrakenandClaude Opus 4.7 b43d319422 fix(localnet): follow rpc_get_last_block rename from #74 (#81)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 13:11:42 +10:00
fryorcrakenandClaude Opus 4.7 6d0ac7681e fix(rpc): call getLastBlockId and parse result as u64 (#74)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 10:47:14 +10:00
fc519f00fd feat(localnet): add localnet reset command (#56)
Co-authored-by: Marclaw <marclawclaw@users.noreply.github.com>
Co-authored-by: fryorcraken <commits@fryorcraken.xyz>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 10:21:54 +10:00
fryorcrakenandClaude Opus 4.6 8a2beddaee docs: add FURPS and ADR from ecosystem wiki (#46)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-20 15:35:32 +10:00
Sasha b93d80a09c chore: fix lock v0.1.1 2026-04-14 09:14:21 +02:00
Sasha 11315e2dcb chore: bump release version 2026-04-14 08:24:21 +02:00
teyrebaz33 732aefd6f8 test(new): add unit tests for to_cargo_crate_name (#43) 2026-04-14 00:19:38 +02:00
SashaandCopilot c4596d2d85 feat: add DOGFOODING md (#57)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 00:16:50 +02:00
fryorcrakenandClaude Opus 4.6 3a233b9a09 feat: project-local wallet binary and pin-isolated cache (#54)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 22:42:37 +02:00
fryorcrakenandClaude Opus 4.6 7e256775a4 feat: upgrade default LEZ pin to v0.2.0-rc1, deprecate lssa naming (#55)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 10:39:53 +10:00
fryorcrakenandClaude Opus 4.6 a384c76aea fix: localnet start with relative LSSA paths and config-based port (#53)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 01:18:14 +10:00
burayandDanish Arora ee771f7813 feat: make sequencer port and RISC0_DEV_MODE configurable (#30)
Co-authored-by: Danish Arora <danisharora099@gmail.com>
2026-04-06 18:16:37 +05:30
buray 55a05bb48b feat: support custom program path in deploy command (#29) 2026-03-25 15:17:00 +01:00
buray 1c4d5b9cfe fix: wallet config filename mismatch between setup and runtime (#26) 2026-03-25 14:46:43 +01:00
buray 5c9006f62b feat: dynamically list available templates in create/new help text (#28) 2026-03-25 14:00:38 +01:00
Sasha 34e4c5fa4e feat: wallet auth before topup (#17) 2026-03-05 14:21:04 +01:00
fryorcraken 42c4213f3e fix: rust toolchain for lez-framework template (#15) 2026-03-02 08:11:48 +01:00
Sasha a243dc149d fix: curl command to include User-Agent header (#14) v0.1.0 2026-02-28 21:21:38 +01:00
Sasha 1f1f264116 fix: manifest version extraction in workflow (#13) 2026-02-28 21:17:58 +01:00
Sasha ffb5955654 feat: introduce report command (#12) 2026-02-28 21:09:23 +01:00
Sasha d24a99ee42 feat: add release CI (#11) 2026-02-28 20:22:47 +01:00
Sasha 419c9e877e feat: docs, wallet and CLI improvements (#10) 2026-02-28 00:11:28 +01:00