955c96650a
fix: rename .forgejo
Release / release (push) Successful in 29s
CI / test (push) Successful in 27s
2026-05-11 11:53:59 +02:00
cd0740c75f
feat: default login handler in bootstrap
...
When Hooks.Login is nil, Run() now handles the login command directly
using LoginBitwarden with BinaryName as the service name, removing
the need for glue code in each consumer binary.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 11:37:35 +02:00
6bf9dd1866
chore: update module path to forge
2026-05-05 12:23:14 +02:00
6e85969cf4
migrate workflows to forgejo
2026-05-05 12:13:01 +02:00
1e11181c02
perf: avoid bitwarden probe in runtime description
2026-05-02 15:47:07 +02:00
893600ffd5
perf: lazy check bitwarden readiness
2026-05-02 15:30:18 +02:00
0135b093a5
docs: document bitwarden cache controls
2026-05-02 15:04:54 +02:00
5552e63974
feat: expose bitwarden cache in generated helpers
2026-05-02 15:04:29 +02:00
fd08615950
feat: cache bitwarden secret reads
2026-05-02 15:03:35 +02:00
85da274772
feat: add encrypted bitwarden cache core
2026-05-02 15:00:57 +02:00
1a44a2ea35
feat: wire bitwarden cache options
2026-05-02 14:59:04 +02:00
9675490cd3
feat: parse bitwarden cache manifest option
2026-05-02 14:57:52 +02:00
e5f2244ad8
docs: plan bitwarden cache implementation
2026-05-02 14:55:52 +02:00
e99a1c109a
docs: design bitwarden cache
2026-05-02 14:46:19 +02:00
afe4c681a1
docs: refresh usage documentation
2026-05-02 12:07:34 +02:00
17b1b99686
feat: generate config field helpers
2026-05-02 12:02:23 +02:00
a79f73825f
feat: generate manifest helper glue
2026-05-02 11:57:44 +02:00
20b5026f9d
feat: add manifest code generation
2026-05-02 11:46:47 +02:00
ef22b1aa8a
fix: prompt login in red when bitwarden session is missing
2026-04-20 17:52:50 +02:00
017005b0b1
fix(secretstore): disable loader during interactive bitwarden prompts
2026-04-20 14:24:43 +02:00
6e80d3418e
feat: add bitwarden login flow with persisted BW_SESSION
2026-04-20 12:38:58 +02:00
2920f5980a
perf: reduce redundant bitwarden CLI calls
2026-04-20 12:03:22 +02:00
98bac84ab8
feat: add --debug tracing for bitwarden calls
2026-04-20 11:36:07 +02:00
98f07f557d
feat(secretstore): add animated bitwarden wait loader
2026-04-20 11:18:14 +02:00
7d159bfdbd
feat: add runtime secretstore diagnostics and setup helpers
2026-04-20 10:56:15 +02:00
7072cb2038
feat(secretstore): harden bitwarden readiness and secret verification
2026-04-20 09:39:05 +02:00
bba7aacedf
feat(secretstore): add bitwarden CLI backend support
2026-04-20 08:30:35 +02:00
973770ed78
feat(scaffold): install binaries from latest release in install script
2026-04-16 17:52:25 +02:00
a9378885f2
feat(manifest): add embedded runtime fallback for scaffolded apps
2026-04-16 16:56:00 +02:00
01c0c7e1bc
fix(update): reject HTML artifacts during self-update
2026-04-15 14:23:15 +02:00
f0e2e9304b
docs: reorganize README and split detailed documentation
2026-04-15 14:06:28 +02:00
fbff660bcc
feat: ajouter la vérification Ed25519 des artefacts de release
2026-04-15 12:20:06 +02:00
0d266cd5cc
fix: durcir le scaffold runtime et la sécurité des updates
2026-04-15 12:13:41 +02:00
3eeb2fe173
feat(scaffold): align generated install wizard with latest TUI flow
2026-04-15 11:29:45 +02:00
9d862c876f
feat(scaffold): add TUI install wizard for Claude and Codex
2026-04-15 10:33:13 +02:00
b2eebf413e
fix(scaffold): avoid prompt capture in install wizard
2026-04-15 10:21:53 +02:00
f80eebb575
feat(scaffold): inject install.sh wizard in generated projects
2026-04-15 10:13:45 +02:00
7c239a7e97
Revert "feat: add unified build command driven by mcp.toml"
...
This reverts commit 845d20541b .
2026-04-15 09:37:03 +02:00
5e115893cc
Revert "feat: add CI build matrix planning from manifest targets"
...
This reverts commit f5e52463f2 .
2026-04-15 09:37:01 +02:00
f5e52463f2
feat: add CI build matrix planning from manifest targets
2026-04-15 09:09:39 +02:00
845d20541b
feat: add unified build command driven by mcp.toml
2026-04-14 18:02:07 +02:00
0e5bfb2d39
feat(bootstrap): expose doctor alias in help and options
2026-04-14 17:51:28 +02:00
3d8a7dc84d
feat(cli): add reusable doctor check for resolved profile fields
2026-04-14 16:53:26 +02:00
ea1768982e
feat(cli): add multi-source resolve lookup helper
2026-04-14 16:48:26 +02:00
26238eb31b
feat(secretstore): add runtime manifest helper for backend opening
2026-04-14 16:40:50 +02:00
8c4f88ea93
feat(bootstrap): add command alias expansion
2026-04-14 16:31:26 +02:00
1b603f552c
Merge pull request 'feat: add MCP scaffold generator' ( #20 ) from feat/mcp-binary-scaffold into release/v1.3
...
Reviewed-on: https://gitea.lclr.dev/AI/mcp-framework/pulls/20
2026-04-14 14:24:44 +00:00
d42a790bc0
feat(cli): add scaffold init command
2026-04-14 15:59:18 +02:00
c4c461105f
feat(scaffold): add MCP binary scaffold generator
2026-04-14 15:39:21 +02:00
46f48cb1f6
Merge pull request 'feat(update): drivers forge, template d'asset et checksum' ( #19 ) from feat/auto-update-release-drivers into release/v1.3
...
Reviewed-on: https://gitea.lclr.dev/AI/mcp-framework/pulls/19
2026-04-14 13:26:41 +00:00