Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "attune-help"
version = "0.9.1"
version = "0.10.0"
description = "Lightweight help runtime with progressive depth and audience adaptation."
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.10"
Expand Down
1 change: 1 addition & 0 deletions src/attune_help/templates/concepts/tool-bug-predict.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
type: concept
name: tool-bug-predict
tags: [security, bugs, scanning]
aliases: [risky code changes, identify files that break, runtime errors, spot bugs before deploy, risk assessment]
source: plugin/skills/bug-predict/SKILL.md
---

Expand Down
1 change: 1 addition & 0 deletions src/attune_help/templates/concepts/tool-fix-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
type: concept
name: tool-fix-test
tags: [testing, debugging, fixes]
aliases: [CI pipeline failing, failing CI build, ci failure, fix failing pipeline, broken pipeline tests]
source: plugin/skills/fix-test/SKILL.md
---

Expand Down
1 change: 1 addition & 0 deletions src/attune_help/templates/concepts/tool-planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
type: concept
name: tool-planning
tags: [planning, architecture, design]
aliases: [plan a feature, architect a feature, design new feature, sprint planning, scope work tasks, feature roadmap]
source: plugin/skills/planning/SKILL.md
---

Expand Down
1 change: 1 addition & 0 deletions src/attune_help/templates/references/tool-deep-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtype: tabular
name: tool-deep-review
category: tool
tags: [mcp, tool, workflow]
aliases: [end-to-end review, PR review before merging, comprehensive code review, thorough review, deep dive review]
source: src/attune/mcp/tool_schemas.py
---

Expand Down
1 change: 1 addition & 0 deletions src/attune_help/templates/references/tool-doc-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtype: tabular
name: tool-doc-audit
category: tool
tags: [mcp, tool, workflow]
aliases: [stale documentation, stale docs, outdated documentation, find stale docs]
source: src/attune/mcp/tool_schemas.py
---

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.