Commit Graph

628 Commits

Author SHA1 Message Date
Shayan Rais 87086745da sync commands report badge to Claude Code v2.1.126
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:58:37 +05:00
Shayan Rais f0388e31c9 log v2.1.126 no-drift entry in subagents changelog
Records the 2026-05-01 workflow run. No frontmatter or built-in agent
changes vs the v2.1.121 baseline.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:58:30 +05:00
Shayan Rais 484490711c sync subagents report badge to Claude Code v2.1.126
No schema drift on tracked dimensions (16 frontmatter fields, 5 built-in
agents). Routine version-bump from v2.1.121.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 15:58:26 +05:00
Shayan Rais 2c18c5d3be record etymology mirror and cross-deck consistency rule in GDG agent learnings
Adds a Learnings entry to the GDG presentation agent capturing
(1) the etymology line just added to slide 13, (2) the actual
data-slide value of the horse-harness analogy slide in this deck so
future cross-deck syncs can reference it, and (3) a forward-looking
rule for cross-deck mirroring: when an edit lands on the sister
best-practices deck and the same slide exists here (i.e. inherited
from the original fork), evaluate whether to mirror — generic content
mirrors cleanly, event-specific content does not. Also notes that
slides should be located by content, not by trusting "slide N", since
post-fork drift can shift numbering between the two decks.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 23:31:42 +05:00
Shayan Rais 796b99f2a2 mirror "harness" etymology footnote onto GDG deck slide 13
Adds the same Old French etymology line ("The origin is Old French
harneis — gear, equipment, armor.") that was added to the canonical
best-practice deck, so the horse-harness analogy slide reads
identically across both decks. The line sits below the existing red
subtitle as a muted footnote (0.95rem, #666), with `text-align:
center` added for this deck because the GDG caption block relies on
flex centering rather than inherited text alignment.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 23:31:32 +05:00
Shayan Rais 76599cbee4 updated presentation 2026-04-30 23:25:04 +05:00
Shayan Rais 4fff87c29c record Models-are-stateless insert and sentinel double-increment fix in agent learnings
Adds a Learnings entry for the 2026-04-30 slide-10 insert: documents
the styled-HTML approach chosen (no PNG asset existed for this dialog),
the slide-12 caption-strip pattern reuse, and a postmortem for the
sentinel-replacement collision where pre-resolving ##S10## to "11" before
running the n=11..48 loop double-incremented old-slide-10 to "12". Adds
two forward-looking rules: (1) use distinct sentinel prefixes or
single-pass resolution when mixing pre-resolved and loop-resolved slides,
and (2) check raw file content for literal apostrophes vs HTML entities
when pattern-matching comment strings.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 22:25:46 +05:00
Shayan Rais 9d54f16c84 insert "Models are stateless" slide at position 10 in best-practice deck
Adds a styled-HTML dialog diagram (User vs Model bubbles, dashed amber
divider labeled "new session — context wiped", and a two-line caption
strip) to make the stateless behavior of LLMs visible. Drawn rather than
imported as PNG, mirroring slide-12's inline-diagram conventions. Old
slides 10..48 shifted to 11..49 via sentinel-replacement; banner
comments updated in the same pass to keep the deck's zero-drift state.
No new CSS classes — all layout via inline styles consistent with
surrounding slides.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 22:25:39 +05:00
Shayan Rais 83d5583d33 record GDG slide-14 removal and cross-deck divergence in agent learnings
Appends a Learnings entry to the presentation-claude-gemini agent capturing
the 2026-04-30 removal of "How the Harness Reaches the World" from the GDG
deck and the deliberate-divergence framing — the slide lives on in the
forked claude-code-best-practice deck but is gone from the GDG historical
record because it was added post-event.

Future runs by this agent will know why the two decks differ on this slide
and won't try to "reconcile" them.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:46 +05:00
Shayan Rais 71d0b51657 remove "How the Harness Reaches the World" slide from GDG event deck
The slide titled "Tool Calling" / "How the Harness Reaches the World" was
added to the deck after the GDG Kolachi event on Apr 25, 2026, so it doesn't
belong in the historical record of what was actually presented. Reverting
the GDG deck to as-presented state.

The slide is preserved in the new claude-code-best-practice fork (which is
the canonical living reference owned by presentation-claude-code), so no
content is lost overall — this is a deliberate divergence between the two
decks.

Slide had no data-level, so the journey bar is structurally unaffected.
Renumbered slides 15..53 → 14..52 via sentinel-replacement. Final count: 52.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:39 +05:00
Shayan Rais e5d3329412 add presentation-claude-code agent to delegation routing table
Updates the per-presentation delegation rule to route requests on the new
"Claude Code Best Practice" deck to the new presentation-claude-code agent.
Previously the table had only two decks (vibe-coding, claude-gemini); now
all three are listed with explicit path → agent mapping and an invocation
example.

Adds clarification that "the main presentation" or "the best-practice deck"
generally refers to the new claude-code agent.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:29 +05:00
Shayan Rais bb6d1083a8 add presentation-claude-code agent for the canonical best-practice deck
New per-deck agent owns presentation/claude-code-best-practice/index.html.
Mirrors the per-presentation pattern of presentation-claude-gemini and
presentation-vibe-coding — each deck has its own focused knowledge base
that self-evolves without cross-contaminating the others.

Seeded with structural facts about this deck specifically (no journey bar,
no hardcoded goToSlide(N) calls, simpler than the GDG fork) and a fresh
Learnings section starting at the 2026-04-30 fork date — GDG agent's 25+
historical entries deliberately not copied since most are tied to features
this deck doesn't have.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:23 +05:00
Shayan Rais eb74fba922 add claude-code-best-practice deck — canonical reusable fork from GDG event deck
Forked from presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html
on 2026-04-30 to serve as the ongoing main reference deck. Renamed and decoupled
from GDG/Gemini-specific branding:

- title tag, slide-1 H1, subtitle, and HTML banner all read "Claude Code Best Practice"
- favicon swapped from gemini-jumping.svg to claude-jumping.svg
- right-corner global Gemini mascot removed (left Claude mascot kept)
- GDG event badge replaced with neutral GitHub repo badge
- four trailing Gemini-comparison slides removed (49, 50, 51, 52)
- co-presenter intro slide removed
- inline <!-- SLIDE N: ... --> banners fully repaired (1:1 with data-slide values)

Final deck: 48 slides ending with "Thank you" closing slide.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-30 18:54:15 +05:00
Shayan Rais 6f45aa5b8c log 2026-04-29 skill-collections update — star/count refresh and rank swap
Records mattpocock/skills bumps (★ 33k→36k, skills 17→18) overtaking
wshobson/agents (★ 35k→34k), plus VoltAgent curated count correction
(1,100+ → 930+ per actual README parse). anthropics/skills and
K-Dense-AI/scientific-agent-skills unchanged.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:24:12 +05:00
Shayan Rais 5168274ffc log 2026-04-29 concepts run for v2.1.121 — 13 actions completed, 1 INVALID
Records README CONCEPTS table updates for Subagents (CLAUDE_CODE_FORK_SUBAGENT),
Hooks (updatedToolOutput), MCP Servers (alwaysLoad), Settings (Auto Mode Config
inline link), and Ultrareview (claude ultrareview subcommand). The recurring
/slash-commands stale URL claim remains INVALID per long-standing user decision.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:24:09 +05:00
Shayan Rais 24e09ca3c0 log 2026-04-29 claude-subagents run for v2.1.121 — out-of-scope xhigh enum update
No drift on the two tracked dimensions (16 frontmatter fields, 5 built-in
agents). Records the user-requested enum value addition (xhigh) to the effort
field description.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:24:00 +05:00
Shayan Rais 91679e2a21 log 2026-04-29 claude-skills run for v2.1.121 — fewer-permission-prompts added
Records promotion of fewer-permission-prompts from changelog-only to bundled
skills table, with /en/commands as the authoritative source over /en/skills.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:58 +05:00
Shayan Rais 2c40369f4d log 2026-04-29 claude-settings run for v2.1.121 — 13 actions completed, 2 ON HOLD
Records the v2.1.121 settings update: alwaysLoad, sshConfigs, status line
fields, ~/.claude.json → settings.json file-scope migration, AI_AGENT and
OTEL_LOG_USER_PROMPTS env vars, bypassPermissions exemption, /effort xhigh,
\${CLAUDE_EFFORT}, and broken auto-mode anchor links. OTEL_LOG_TOOL_DETAILS
and OTEL_LOG_TOOL_CONTENT remain ON HOLD per Rule 8A/10B.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:52 +05:00
Shayan Rais a43dcd783a log 2026-04-29 claude-commands run for v2.1.121 — no drift
15 frontmatter fields and 75 built-in commands fully synchronized.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:48 +05:00
Shayan Rais 7188f7d5c3 update README CONCEPTS and SKILL COLLECTIONS for v2.1.121 + late-April research
CONCEPTS table:
- Subagents: forked subagents on external builds via CLAUDE_CODE_FORK_SUBAGENT=1 (v2.1.117)
- Hooks: PostToolUse can replace tool output via hookSpecificOutput.updatedToolOutput (v2.1.121)
- MCP Servers: alwaysLoad bypasses tool-search deferral (v2.1.121)
- Settings: add Auto Mode Config inline link
- Ultrareview: claude ultrareview [target] non-interactive subcommand with --json/--timeout (v2.1.120)

SKILL COLLECTIONS table:
- mattpocock/skills star bump 33k → 36k, skill count 17 → 18
- wshobson/agents star drop 35k → 34k
- rank swap: mattpocock/skills now ranks above wshobson/agents
- VoltAgent/awesome-agent-skills curated count corrected 1,100+ → 930+ (badge overstates)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:42 +05:00
Shayan Rais d603374adc add xhigh to effort field enum in claude-subagents report (v2.1.121)
Mirrors the v2.1.91 pattern when auto was added to permissionMode — the field
description now lists low / medium / high / xhigh / max to match official docs.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:29 +05:00
Shayan Rais 707c390927 add fewer-permission-prompts to bundled skills table and bump to v2.1.121
Promoted from /en/commands canonical reference (the Skills Reference prose at
/en/skills still undercounts at 5). Count updated 5 → 6.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:27 +05:00
Shayan Rais 358192b4c7 update claude-settings report for v2.1.121 — alwaysLoad, sshConfigs, status line fields, file scope migration
- new MCP Per-Server Tool Loading subsection (alwaysLoad + per-tool _meta variant)
- new Workspace & Teams subsection covering sshConfigs
- Display Settings table: 5 keys migrated from ~/.claude.json to settings.json (autoScrollEnabled, editorMode, showTurnDuration, teammateMode, terminalProgressBarEnabled) with v2.1.119 historical note
- Status Line Input Fields table: add effort.level and thinking.enabled (v2.1.121)
- bypassPermissions row notes new .claude/* write exemption (v2.1.121)
- language description now mentions terminal tab title (v2.1.121)
- /effort row updated to list xhigh and max
- Effort Level Note adds \${CLAUDE_EFFORT} skill template variable (v2.1.120)
- env vars: AI_AGENT (v2.1.120) and OTEL_LOG_USER_PROMPTS (v2.1.121)
- fix two relative auto-mode anchor links to absolute URLs
- Quick Reference example showcases mcpServers.alwaysLoad and sshConfigs

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:17 +05:00
Shayan Rais 5995266a66 bump claude-commands report version badge to v2.1.121
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:04 +05:00
Shayan Rais fce29a943c log 2026-04-29 development-workflows update — 15 actions completed, 3 ON HOLD
18-row entry covering 7 star updates, 3 skill counts, 5 workflow reworks. ON HOLD: ECC counts (6th run), GSD commands 122→86 (5th run), oh-my-claudecode skills 46→38 (2nd run) — all keeping baseline pending manual verification.
2026-04-29 01:09:53 +05:00
Shayan Rais 3b24a43aa8 update DEVELOPMENT WORKFLOWS table — 7 star bumps, 3 skill counts, 5 workflow reworks
- Star: Superpowers 168k→171k, ECC 167k→169k, Spec Kit 91k→92k, gstack 84k→86k, GSD 57k→58k, OpenSpec 43k→44k, oh-my-claudecode 31k→32k
- Skills: gstack 41→42, BMAD 39→40, Matt Pocock 16→22
- Workflow: Spec Kit +/speckit.clarify; Superpowers +using-git-worktrees; Matt Pocock rework (+/triage, +/diagnose, +/zoom-out, -ralph-loop, -feedback-loops, -review); Compound Engineering +/ce-debug +/ce-optimize +/ce-compound-refresh sub-loops; HumanLayer replace stale /rpi:* with real .claude/commands
- Bump badge timestamp to v2.1.121 Apr 29, 2026 1:06 AM PKT
2026-04-29 01:09:35 +05:00
Shayan Rais 7fe7140e00 encode two-color sub-loop convention in /workflows:development-workflows command
Adds the fff3b0/ddf4ff color split to the Workflow column spec, asks
research agents to mark each step as (top) or (sub) in the structured
report, updates the Phase 3 execute step to map those markers to badge
colors, and makes the post-table legend mandatory via new Rule 11.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:27:01 +05:00
Shayan Rais fb1dc84700 recolor sub-loop steps yellow in DEVELOPMENT WORKFLOWS table and add legend
Restores the sub-loop semantic that was lost when parenthetical
qualifiers were flattened. Steps that repeat inside a parent step
(e.g. test-driven-development inside subagent-driven-development,
bmad-create-story per story, team-fix until verified) now use
fff3b0 (soft yellow) instead of ddf4ff (light blue). A blockquote
legend below the table explains the convention.

Affected rows: Superpowers, Get Shit Done, BMAD-METHOD, Matt Pocock
Skills, oh-my-claudecode. The other 6 workflows are flat with no
sub-loops.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:27:01 +05:00
Shayan Rais 7f69a3e02f mandate HTML img with align="middle" and flat chains for Workflow column
Updates the /workflows:development-workflows command to require
HTML <img align="middle"> badges (so arrows align with badge
centers) and to forbid parenthetical sub-loops or English
qualifiers in the Workflow chain. Inner loop steps must be
listed as flat siblings.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:23:15 +05:00
Shayan Rais c4a1a4eeee align workflow arrows to badge centers and flatten parenthetical sub-loops in DEVELOPMENT WORKFLOWS
Switches each Workflow cell from markdown image syntax to HTML
<img align="middle"> so the → arrow sits at badge vertical center
instead of dropping to the text baseline below the badges. Also
removes the parenthetical sub-loops and English qualifiers (e.g.
"parallel waves + ... loop", "per story", "+ feedback-loops") that
were unparseable without upstream context — inner loop steps are
now just listed as siblings in the flat chain.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:23:15 +05:00
Shayan Rais d0e72b910e drop Plan column from /workflows:development-workflows command
Removes the Plan-implementation research item from both agent prompts,
strips the PLAN line from the structured report format, and prunes the
Plan-link rules from Phase 0/2/3 and the Rules section. Column order
in the spec now matches the README: Name | ★ | Workflow | a | c | s.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:19:03 +05:00
Shayan Rais c4efa18411 remove Plan column and move Workflow column to position 3 in DEVELOPMENT WORKFLOWS table
The Plan column duplicated information already legible in the Workflow
pipeline (the entry skill is always the first badge in the row) and the
Workflow column carries more signal. New column order:
Name | ★ | Workflow | a | c | s.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:18:56 +05:00
Shayan Rais 2f21c03d87 update /workflows:development-workflows to populate new Workflow column and research 11 repos
Bumps repo count from 10 to 11 (adds mattpocock/skills to Agent 1's
batch), replaces "Uniqueness tags" research item with "Workflow"
canonical pipeline, and documents the shields.io badge encoding rules
(/ → %2F, - → --, _ → __, dots/colons verbatim) so the orchestrator
encodes plain-text agent output into ddf4ff badges consistently. Adds
mandatory Rule 11 forbidding synthesized pipelines — agents must trace
each repo's documented happy path.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:13:38 +05:00
Shayan Rais 36642eb9c0 swap Uniqueness column for Workflow column in DEVELOPMENT WORKFLOWS table; add Matt Pocock Skills row
Each row's Workflow cell now renders the canonical end-to-end pipeline
as a sequence of ddf4ff shields.io badges joined by →, replacing the
former 2-3 adjective tags. Matt Pocock Skills inserted at rank 8 (36k ★)
in star-descending order.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 00:13:29 +05:00
Shayan Rais 690dc74d41 seed changelog for skill-collections workflow with first-run entry
Records the initial seeding of the SKILL COLLECTIONS table from the
development-workflows-research-agent findings on 2026-04-28. Establishes
status legend so future /workflows:skill-collections runs can append
entries in the same format as changelog/development-workflows/.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-28 18:17:15 +05:00
Shayan Rais e4140e0b42 add SKILL COLLECTIONS section to README; bump badge timestamp to Apr 28 4:39 PM PKT
New section between DEVELOPMENT WORKFLOWS and TIPS AND TRICKS, listing 5
curated SKILL.md collection repos (anthropics/skills, wshobson/agents,
mattpocock/skills, scientific-agent-skills, awesome-agent-skills) sorted
by stars. Badge timestamp refreshed via /workflows:skill-collections
first-run; CLI version unchanged at v2.1.119.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-28 18:17:05 +05:00
Shayan Rais bb7d81c585 add /workflows:skill-collections command — research 5 skill-collection repos and refresh README table
Mirrors /workflows:development-workflows: 5 phases (read → launch → compare
→ changelog → execute), reuses development-workflows-research-agent, writes
to changelog/skill-collections/changelog.md. Single-agent batch (5 repos).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-28 18:16:56 +05:00
Shayan Rais 2aade9ae76 link spinner verbs & tips report from README — Tips section and REPORTS badges
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-28 15:11:11 +05:00
Shayan Rais aea50ef2a1 Create claude-spinner-verbs-and-tips.md 2026-04-28 14:35:55 +05:00
Shayan Rais 26efc6324e bump README badge timestamp to Apr 27, 2026 8:39 PM PKT
CLI version unchanged at v2.1.119; only the date/time fragment of the
shields.io badge is refreshed to reflect the latest README touch.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-27 20:39:57 +05:00
Shayan Rais 63090c68ac update gdg-kolachi presentation: clickable disrupt logo, new tool-calling slide, slide reorder
- Swap intro-slide logos from disrupt-logo.png to disrupt.svg (lines 190 and 260)
- Wrap each disrupt logo in <a href="https://disrupt.com" target="_blank" rel="noopener noreferrer"> so the logo opens disrupt.com in a new tab
- Update model-limitation.jpg path from assets/model/ to assets/harness/ to match the asset move
- Insert new "Tool Calling" slide using assets/harness/tool-calling.png; cascading data-slide renumber for all 40 slides at index >= 13 (totals: 52 -> 53)
- Reorder slides 12-14 so the narrative reads Limitations -> Horse+Harness metaphor -> Tool Calling mechanism

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-27 20:37:38 +05:00
Shayan Rais 395e80f67d add tool-calling.png diagram for harness section
Visual aid showing how the model issues tool calls and the harness executes
them against the outside world. Used by the new Tool Calling slide.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-27 20:37:09 +05:00
Shayan Rais 2246512e4d add disrupt.svg vector logo for presentation intro slides
Vector replacement for the previous disrupt-logo.png raster, keeping crisp
rendering at any projection scale.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-27 20:36:55 +05:00
Shayan Rais 2a0bcfa214 move model-limitation.jpg from assets/model/ to assets/harness/
Reorganize the screenshot under harness/ alongside other harness-limitation
assets. File contents unchanged (rename detected as 100% similarity).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-27 20:36:39 +05:00
Shayan Rais f734255f60 rename presentation agent 2026-04-26 17:19:49 +05:00
Shayan Rais 9437efe323 updated 2026-04-26 17:13:50 +05:00
Shayan Rais eabba864a9 updated weather workflow 2026-04-26 16:55:11 +05:00
Shayan Rais f400ba83d4 Log Apr 26 development-workflows update
Append entry recording 9 applied actions (5 star bumps, 1 BMAD tag rewrite
22+ platforms→42 platforms, 3 count updates for Compound Engineering and
BMAD) plus 4 ON HOLD verify items for recurring API-vs-baseline drops
(ECC commands/skills, GSD commands, oh-my-claudecode skills, Superpowers
agents). The held items follow the established conservative pattern of
keeping the higher prior count when API enumeration drops aren't backed
by a release note.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:43:47 +05:00
Shayan Rais beb47cc86b Refresh README CONCEPTS, Hot, and DEVELOPMENT WORKFLOWS tables
CONCEPTS:
- Skills row: add inline link to reports/claude-skills-for-larger-mono-repos.md
- Settings row: remove redundant Fast Mode side-link (now a Hot row)
- Memory row: add inline link to reports/claude-agent-memory.md
- Scheduled Tasks row: rewrite as "Three surfaces" — /loop (local),
  /schedule (cloud), Desktop scheduled tasks (local with file access)
- Tasks row: retarget primary URL to local report tasks-system anchor;
  preserve ultrareview tracking as inline link

Hot table:
- Add Fast Mode row (beta) — /fast toggle, fastMode setting, 2.5x faster
  Opus 4.6 with extra-usage billing (v2.1.36+)

DEVELOPMENT WORKFLOWS:
- Star bumps: Superpowers 166k→168k, Everything Claude Code 165k→167k,
  Spec Kit 90k→91k, gstack 81k→84k, Compound Engineering 15k→16k
- Tag update: BMAD-METHOD "22+ platforms" → "42 platforms" (v6.5.0
  released today added 18 new agent platforms)
- Count updates: Compound Engineering agents 60→51 and skills 42→37
  (per repo README); BMAD-METHOD skills 40→39 (27 bmm + 12 core)

Bump Last Updated badge to Apr 26, 2026 1:18 PM PKT.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:43:39 +05:00
Shayan Rais 93864e482d Log v2.1.119 README CONCEPTS table updates
Append v2.1.119 entry recording 17 actions: Tasks row URL retargeted to
local report, Scheduled Tasks description disambiguated into 3 surfaces
(loop/schedule/desktop), Fast Mode added as Hot row (with Settings
side-link removed to avoid duplication), Auto Memory Deep-dive and Skills
for Mono-repos inline links added, plus 8 verification rows confirming
all CONCEPTS URLs/anchors stable. INVALID rows cover the recurring
/slash-commands redirect (kept by user) and incorrect agent reads of beta
status / minor concept additions.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:43:25 +05:00