code-analyze 0.1.1

Analyze code structure and relationships using tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
code-analyze
Copyright 2025 utapyngo

This project is a derivative work based on code from:
  Goose - https://github.com/block/goose
  Copyright 2024 Block, Inc.
  Licensed under the Apache License, Version 2.0

The original tree-sitter analysis code was extracted from the Goose project
and modified into a standalone CLI tool. Changes include:
  - Extracted analysis modules into independent crate
  - Added CLI interface with clap
  - Removed unused code paths and dead variants
  - Reformatted output for compact display
  - Packaged as Agent Skills spec compliant tool