Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
ac94b28
Add nabledge-creator design documents
kiyotis Feb 20, 2026
eacb7d0
Add nabledge-creator skill Phase 1: Mapping workflow
kiyotis Feb 20, 2026
44b1fef
docs: Add expert review results for nabledge-creator Phase 1
kiyotis Feb 20, 2026
1bf3a4c
docs: Add work log checklist for Issue #78
kiyotis Feb 20, 2026
5ec81ba
chore: Remove tasks.md (moved to PR body)
kiyotis Feb 20, 2026
db73558
fix: Resolve duplicate target paths in mapping generation
kiyotis Feb 20, 2026
3d9ec51
feat: Add nabledge-creator Phase 2 knowledge generation
kiyotis Feb 20, 2026
7741d08
fix: Change target path extension from .md to .json in mapping genera…
kiyotis Feb 24, 2026
fadb791
fix: Add language prefix to source paths and prioritize English
kiyotis Feb 24, 2026
ae170a7
fix: Add excluded files check and enable complete verification in che…
kiyotis Feb 24, 2026
2827457
refactor: Remove unused sampling logic from checklist generator
kiyotis Feb 24, 2026
a5e9d19
fix: Change nabledge-creator output location to skill directory
kiyotis Feb 24, 2026
a648d56
chore: Remove old mapping files from references/mapping/
kiyotis Feb 24, 2026
937295c
fix: Remove .gitignore to allow committing mapping files
kiyotis Feb 24, 2026
f8d3925
fix: Correct classification rules for batch handlers and web paths
kiyotis Feb 24, 2026
3d5440c
chore: Add verified mapping files for knowledge generation
kiyotis Feb 24, 2026
7d73144
fix: Add processing pattern assignments for libraries and development…
kiyotis Feb 24, 2026
8e19c6d
refactor: Change processing pattern assignment to content-based
kiyotis Feb 24, 2026
1c85f95
feat: Implement content-based processing pattern assignment
kiyotis Feb 24, 2026
56be713
chore: Regenerate knowledge file plan from updated mapping
kiyotis Feb 24, 2026
d5e7aa3
fix: Resolve all validation errors in knowledge files (10 → 0)
kiyotis Feb 24, 2026
644c3d9
refactor: Apply expert review improvements for code quality and workf…
kiyotis Feb 24, 2026
229cfcc
refactor: Reset to clean slate - remove exploratory knowledge files
kiyotis Feb 24, 2026
8d6093b
feat: Implement Phase 2 - Index structure with validation (Issue #78)
kiyotis Feb 24, 2026
ec56cb9
fix: Enforce L1/L2 keyword extraction in knowledge workflow
kiyotis Feb 24, 2026
2ccbcae
refactor: Apply Phase 2 expert review improvements
kiyotis Feb 24, 2026
61615dd
docs: Add detailed task breakdown for SC achievement tracking
kiyotis Feb 24, 2026
f134de0
docs: Update tasks.md to require 5 reproducibility runs for all phases
kiyotis Feb 24, 2026
5d039f4
refactor: Restructure tasks to test reproducibility at each phase
kiyotis Feb 24, 2026
786e9e1
test: Complete Phase 1 mapping reproducibility test (5/5 runs)
kiyotis Feb 24, 2026
3c9908b
chore: Update mapping-v6.md generation date
kiyotis Feb 24, 2026
d02f089
test: Complete Phase 2 index reproducibility test (5/5 runs)
kiyotis Feb 24, 2026
0ebca96
test: Complete Phase 3 knowledge generation Run 1 (17 files, 0 errors)
kiyotis Feb 25, 2026
fedb7eb
test: Complete Phase 3 knowledge reproducibility test (5/5 runs, 0 er…
kiyotis Feb 25, 2026
a967e53
feat: Generate adapters category knowledge files (15 files, 0 errors)
kiyotis Feb 25, 2026
fd74cbc
feat: Generate processing category knowledge files (6 files, 0 errors)
kiyotis Feb 25, 2026
1c079a4
feat: Generate batch handlers (4 files, 0 errors)
kiyotis Feb 25, 2026
90be780
feat: Generate common handlers (9 files, 0 errors)
kiyotis Feb 25, 2026
8e7b523
feat: Generate messaging handlers (8 files, 0 errors)
kiyotis Feb 25, 2026
bebe11b
feat: Generate REST handlers (6 files, 0 errors)
kiyotis Feb 25, 2026
6e33265
feat: Generate web handlers (20 files, 0 errors) - HANDLERS 100% COMP…
kiyotis Feb 25, 2026
f469400
feat: Generate libraries category (partial: 12 files, 0 errors)
kiyotis Feb 25, 2026
363d392
feat: Generate libraries category (batch 2: 8 files, 0 errors)
kiyotis Feb 25, 2026
8b5b7a4
feat: Complete libraries category (29 files, 0 errors) - LIBRARIES 100%
kiyotis Feb 25, 2026
55b83fc
feat: Generate tools category (batch 1: 9 files, 0 errors)
kiyotis Feb 25, 2026
b6c050f
feat: Complete tools category (36 files, 0 errors) - TOOLS 100%
kiyotis Feb 25, 2026
3706f60
fix: Remove corrupted index.json - Phase 4 validation clean
kiyotis Feb 25, 2026
4646d5a
docs: Update tasks.md to reflect actual progress and critical issues
kiyotis Feb 25, 2026
a2035b8
docs: Rewrite tasks.md to focus on skill development (not data genera…
kiyotis Feb 25, 2026
dcab35b
test: Execute nabledge-creator skill workflow for 3 batch handlers
kiyotis Feb 25, 2026
3899a82
refactor: Add Phase 0 and correct all phase statuses in tasks.md
kiyotis Feb 25, 2026
3fffb79
docs: Phase 0 progress - Task 0.1 and 0.2 completed
kiyotis Feb 25, 2026
6cb7628
refactor: Update tasks.md for mission-critical quality requirements
kiyotis Feb 25, 2026
5ebf084
fix: Add content verification to Phase 1-4 in tasks.md
kiyotis Feb 25, 2026
9d1031b
chore: Update mapping-v6 checklist and Excel file generation date
kiyotis Feb 25, 2026
b259592
fix: Remove duplicate nested mapping file in .claude directory
kiyotis Feb 25, 2026
5c715ef
feat: Add JSON to MD content verification script
kiyotis Feb 25, 2026
bd2ad27
docs: Add verify-index workflow and clarify content verification requ…
kiyotis Feb 25, 2026
15cefbb
refactor: Change verification workflows to full coverage
kiyotis Feb 25, 2026
9aa59cc
fix: Remove hardcoded values and clarify workflow scope
kiyotis Feb 26, 2026
912244b
docs: Consolidate work records into single summary file
kiyotis Feb 26, 2026
b20d321
fix: Fix script bug and remove redundant documentation
kiyotis Feb 26, 2026
0ce47e4
refactor: Add version parameter support to nabledge-creator workflows
kiyotis Feb 26, 2026
8b02c4c
feat: Add JSON to MD conversion and content verification scripts
kiyotis Feb 26, 2026
d9663e9
refactor: Add version parameter support to nabledge-creator skill
kiyotis Feb 26, 2026
f60b5db
refactor: Simplify SKILL.md to reduce redundancy
kiyotis Feb 26, 2026
28acb7e
feat: Add JSON to MD content verification script
kiyotis Feb 26, 2026
193a92f
feat: Add version parameter support to nabledge-creator workflows
kiyotis Feb 26, 2026
9d7742e
test: Execute mapping generation workflow test (1/6)
kiyotis Feb 26, 2026
9b0aa5e
docs: Complete PR #82 review feedback implementation summary
kiyotis Feb 26, 2026
845bd62
refactor: Improve nabledge-creator workflow clarity and version handling
kiyotis Feb 26, 2026
7c78912
feat: Add JSON to MD content verification script
kiyotis Feb 26, 2026
184c05e
refactor: Remove hardcoded file counts from nabledge-creator docs
kiyotis Feb 26, 2026
9897410
refactor: Make knowledge file list dynamic from mapping file
kiyotis Feb 26, 2026
5c96fcb
docs: Complete Phase 1-2 Part B content verifications
kiyotis Feb 26, 2026
6acf11e
fix: Add missing Japanese title in mapping file
kiyotis Feb 26, 2026
13c0f0c
refactor: Integrate index.toon generation into knowledge workflow
kiyotis Feb 26, 2026
671cac6
refactor: Align hint extraction with PR #89 L2+title design
kiyotis Feb 26, 2026
7e4f622
fix: Add explicit section-level hint extraction rules
kiyotis Feb 26, 2026
ce7265e
refactor: Remove historical context from nabledge-creator docs
kiyotis Feb 26, 2026
970359a
chore: Remove all nabledge-6 knowledge files for clean regeneration
kiyotis Feb 26, 2026
d9295d9
feat: Add clean workflow to nabledge-creator
kiyotis Feb 26, 2026
5a520fe
chore: Clean nabledge-6 using clean workflow
kiyotis Feb 26, 2026
1288fc9
refactor: Simplify clean workflow with Python script
kiyotis Feb 26, 2026
75e474c
refactor: Translate workflow prompts to English
kiyotis Feb 26, 2026
3fcf2e8
refactor: Simplify clean.md by removing unnecessary details
kiyotis Feb 26, 2026
0e2d224
feat: Add all workflow to nabledge-creator
kiyotis Feb 26, 2026
b5880a2
fix: Improve mapping classification rules
kiyotis Feb 26, 2026
34b4b47
feat: Add progress tracking and completion evidence to all workflows
kiyotis Feb 26, 2026
faeee98
feat: Add MD conversion verification to verify-knowledge workflow
kiyotis Feb 26, 2026
4032aaa
fix: Correct MD directory path in verify-json-md-conversion.py calls
kiyotis Feb 26, 2026
8898259
feat: Add usage display when nabledge-creator invoked without arguments
kiyotis Feb 26, 2026
cef6467
refactor: Remove path-based Processing Pattern assignment from genera…
kiyotis Feb 26, 2026
6da61c2
feat: Add Task-based batch processing to nabledge-creator workflows
kiyotis Feb 26, 2026
e2785c8
fix: Remove confusing "(optional)" labels from all.md workflow steps
kiyotis Feb 26, 2026
7aaa4a7
chore: Update nabledge-creator output directory structure
kiyotis Feb 26, 2026
52cace5
fix: Correct repo_root path calculation in clean.py
kiyotis Feb 26, 2026
a923e80
refactor: Remove workflow descriptions from SKILL.md and all.md
kiyotis Feb 26, 2026
0e38327
docs: Add workflow execution instruction to all workflow files
kiyotis Feb 26, 2026
4cfddc9
refactor: Remove redundant script call from all.md clean step
kiyotis Feb 26, 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
50 changes: 0 additions & 50 deletions .claude/skills/nabledge-6/docs/README.md

This file was deleted.

300 changes: 0 additions & 300 deletions .claude/skills/nabledge-6/docs/checks/security.md

This file was deleted.

87 changes: 0 additions & 87 deletions .claude/skills/nabledge-6/docs/features/adapters/slf4j-adapter.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading