Commit graph

15 commits

Author SHA1 Message Date
Richard McCorkle
c4aa28afad docs: implementation plan for Tier A native-component migration
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 10:21:44 +02:00
Richard McCorkle
f1bd48ab46 docs: design spec for Tier A native-component migration
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 10:16:36 +02:00
Richard McCorkle
b878aae1e0 docs: refresh workflow and data-flow mermaid diagrams
Replace speculative/fictional components with architecture facts
verified from source: secret storage for cloud API keys, collectUnder
scoped folder traversal, LangChainClient dispatch for cloud providers,
OllamaClient for local, obsidianFetch shim for all HTTP, tiktoken
stubbed at build time, and OpenRouter as a supported cloud provider.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 09:41:30 +02:00
Richard McCorkle
9c1d1cdc76 docs: implementation plan for copy button, tooltips, diagram refresh
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 09:15:54 +02:00
Richard McCorkle
050e99a0cd docs: design spec for copy button, info-tooltips, diagram refresh
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 09:12:14 +02:00
Richard McCorkle
16f9438879 docs: implementation plan for reducing vault/clipboard surface
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 21:07:09 +02:00
Richard McCorkle
35c0f935d0 docs: design spec for reducing vault-enumeration and clipboard surface
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 21:01:51 +02:00
Richard McCorkle
015784ed0c docs: add UI native-alignment implementation plan
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 06:43:03 +02:00
Richard McCorkle
470a1b587f docs: add processing-spinner implementation plan 2026-05-16 22:45:57 +02:00
Richard McCorkle
f9cc10c4dd docs: add secret-storage API keys implementation plan 2026-05-16 22:33:33 +02:00
Richard McCorkle
6d82efdf53 docs: refine secret-storage spec to keep apiKeys as runtime field (lower blast radius) 2026-05-16 22:32:13 +02:00
Richard McCorkle
cde8a4e98e docs: add secret-storage API keys design spec 2026-05-16 22:27:04 +02:00
Richard McCorkle
a4394a08fa docs: add Obsidian review remediation plan and design specs 2026-05-16 21:25:01 +02:00
Richard McCorkle
fa4b953179 chore: add archon graph+superpowers workflows (local worktree, no PR)
Add two project-scoped Archon workflows that combine codebase context
from graphify, Superpowers skills on plan/implement/validate/finish
nodes, and a local merge-back step instead of GitHub PR ceremony:

- archon-graph-superpowers-feature: for net-new features/requirements
- archon-graph-superpowers-fix-issue: for GitHub issues / bugs

Each workflow runs in an Archon-managed git worktree, pulls graph
context via `graphify query` before planning, refreshes `graphify-out/
graph.json` after delivery, then merges the worktree's branch back
into `main` locally. No remote push, no PR, no PR-based review pipeline.

Design spec: docs/superpowers/specs/2026-05-14-archon-graphified-workflows-design.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 17:13:10 +02:00
Richard McCorkle
d551490a6d TubeSage 1.2.21
Collapsed history snapshot — represents the cumulative state of TubeSage
through 1.2.21. Earlier commit history (covering versions 1.2.0 through
1.2.20) was rewritten into this single root commit to remove tracking
of a personal deploy script that referenced local filesystem paths.

The current release content is unchanged. See manifest.json for the
plugin version. Older tags (1.2.0 through 1.2.20) have been retired.

Features in this release line:
- YouTube transcript extraction (ScrapeCreators API + local fallbacks)
- LLM-driven summarisation (OpenAI, Anthropic, Google, Ollama)
- Per-provider always-visible API key rows
- Selected-provider model controls with registry-aware overrides
- Custom-model parameter overrides with synchronous panel refresh
- Max tokens field with blur-commit and reset-on-blank
- Settings de-pollution migration on plugin load
- Summary-callout split for multi-section model output
- Security patches: fast-xml-parser >=5.7.0, uuid >=14.0.0
2026-05-01 15:30:50 +02:00