UNPKG

aiwf

Version:

AI Workflow Framework for Claude Code with multi-language support (Korean/English)

64 lines 1.7 kB
{ "augment": { "version": "1.0.0", "aiwf_integration": { "enabled": true, "sync_mode": "realtime", "features": { "feature_ledger": { "path": ".aiwf/feature-ledger/", "auto_index": true, "deep_understanding": true }, "personas": { "path": ".aiwf/personas/", "team_shared": true, "context_switching": true }, "sprints": { "path": ".aiwf/03_SPRINTS/", "team_visibility": true, "progress_tracking": true } } }, "codebase_understanding": { "aiwf_aware": true, "feature_mapping": true, "dependency_tracking": true, "architecture_comprehension": true }, "team_features": { "shared_context": true, "feature_ownership": true, "task_assignment": true, "code_review_integration": true }, "ai_configuration": { "models": { "code_completion": "augment-fast", "code_understanding": "augment-deep", "documentation": "augment-doc", "review": "augment-review" }, "context_window": { "size": 150000, "compression": true, "feature_prioritization": true } }, "automation": { "feature_discovery": true, "task_suggestions": true, "documentation_generation": true, "test_generation": true, "refactoring_suggestions": true }, "integrations": { "ide": ["vscode", "intellij", "vim"], "vcs": ["git", "github", "gitlab"], "ci_cd": ["github-actions", "jenkins", "circleci"], "communication": ["slack", "teams", "discord"] } } }