Commit graph

11 commits

Author SHA1 Message Date
Railly
5857a50e16
chore(deps): bump next to 16.2.6 (CVE-2026-44578 + May 2026 release) 2026-05-16 19:17:29 -05:00
Railly
79ece59025
chore: release 0.7.4 — round 2 scanner cleanup + attestation workflow
Round 2 of Obsidian scanner fixes:
- Timer functions: window.setTimeout/clearTimeout (per scanner) instead of activeWindow.*
- utils/shell.ts: window.require instead of globalThis.require for Electron access
- Rename options.global -> options.globalInstall to bypass false-positive linter warning
- CSS: remove 8 !important rules via specificity bumps; merge 3 duplicate selectors
- eslint config: hoist ignores block (web/, assets/, scripts/, main.js)

Release workflow:
- .github/workflows/release.yml triggers on semver tag push
- Builds, signs main.js/manifest.json/styles.css with GitHub OIDC attestation
- Creates or updates release with the three signed assets

Surface deep link as primary install path:
- README + landing CTAs: "Open in Obsidian" (obsidian://show-plugin?id=agentfiles) primary, community page secondary
- Docs Installation: deep link first, community page as scorecard-first alternative
2026-05-12 18:16:27 -05:00
Railly
7e7e29e09c
docs: link Add to Obsidian via new Community directory
- README: surface community.obsidian.md/plugins/agentfiles + website + latest release at the top
- Replace "coming soon" install section with the new Add to Obsidian flow + deep link + manual fallback
- Landing CTAs now point to the canonical community page (scorecard + Add to Obsidian button)
- Docs Installation section rewritten around the community page, deep link, then manual
- Fix stale obsidian-agent-skills references in nav, footer, docs, and changelog
- Add 0.7.3 changelog entry
2026-05-12 17:55:18 -05:00
Railly
46a3c11f6b chore: release 0.7.2 — avoid fetch global in landing 2026-04-08 01:14:22 -05:00
Railly
f285e8117c feat: add logo icon to nav header 2026-04-06 15:10:21 -05:00
Railly
f1244a58db fix: replace default favicon with generated brand icon 2026-04-06 15:00:58 -05:00
Railly
41ee0d2776 feat: add Vercel Analytics 2026-04-06 14:59:27 -05:00
Railly
c92c26e99b fix: exclude scripts from tsconfig 2026-04-06 14:30:55 -05:00
Railly
93cc24926f feat: generate OG images and favicon with brand assets 2026-04-06 14:30:02 -05:00
Railly
ab0247ca03 feat(web): update headline, subheadline, SEO metadata, and real-time star count 2026-04-06 12:52:25 -05:00
Railly
18600427ab feat: add landing page, docs, and changelog site 2026-04-06 11:58:19 -05:00