Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
c89c9be
feat: rebrand embedded skill cards ponytail→flare + FLARE_OUTPUT_MODE…
getappz Jul 16, 2026
e133834
chore: uninstall caveman — remove from KNOWN_COMPRESSION_PLUGINS, upd…
getappz Jul 16, 2026
bc72d0d
feat(agentflare-store): initial crate - kv, documents (CRUD+FTS+vecto…
getappz Jul 17, 2026
7eef363
feat(agentflare-store): initial crate - kv, documents (CRUD+FTS+vecto…
getappz Jul 17, 2026
6f9d4e0
fix(agentflare-store): wrap doc upsert in a transaction, preserve blo…
getappz Jul 17, 2026
bb4909e
fix(agentflare-store): dedupe normalize, cargo fmt, clippy clean
getappz Jul 17, 2026
73c1c92
fix(agentflare-store): dispatch tokenizer by model.type, implement BP…
getappz Jul 17, 2026
4f592d1
fix(agentflare-store): re-verify size+SHA-256 of already-present mode…
getappz Jul 17, 2026
0cf7fa0
fix(agentflare-store): cargo fmt download.rs after merging #153's fix
getappz Jul 17, 2026
9ed6d6b
feat(agentflare-store): wire state.json onto the store's kv table (Ta…
getappz Jul 17, 2026
6822d07
fix(agentflare-store): stop colliding with db.rs's agentflare.db, use…
getappz Jul 17, 2026
94f3716
fix(agentflare-store): make blob/doc/migrate writes atomic and race-free
getappz Jul 18, 2026
00d18fa
fix(agentflare-store): surface errors instead of silently swallowing …
getappz Jul 18, 2026
acb0122
fix(agentflare-store): collision-resistant model slug, name-based ONN…
getappz Jul 18, 2026
fd4e92c
fix(flare-output): treat blank model env vars as unset, keep pre-rena…
getappz Jul 18, 2026
2f0ab6f
fix(flare-output): build legacy caveman test path by component, not s…
getappz Jul 18, 2026
df6a872
Merge branch 'master' into feat/agentflare-store-v1
getappz Jul 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
/target
/.docs/
/domain-research/
/skills/
/.worktrees/

# Machine-local docs output / notes, not part of the project
/docs/

# Competitive audit clones and reports — large, transient, per-machine
/.competitive-audit/

# Local opencode config — carries per-machine MCP server paths, not shared
/opencode.json

Expand Down
Loading
Loading