Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Updates project license from MIT to Apache 2.0 and adds comprehensive CLI command documentation to README.

License Update

  • Replaced LICENSE file with Apache License 2.0 text
  • Updated pyproject.toml license field and classifier
  • Updated README license reference

CLI Documentation

Added complete reference documentation for all 25+ commands across four operational modes:

Core Commands

  • search, download, summarize, generate, validate, backtest

Autonomous Mode (auto)

  • start, status, report - Self-improving continuous strategy generation

Library Builder (library)

  • build, status, resume, export - Systematic strategy library construction

Evolution Mode (evolve)

  • start, list, show, export - AlphaEvolve-inspired algorithm optimization

Each command now includes argument specifications, options with defaults, and usage examples:

# Before: undocumented
quantcoder evolve start 1

# Now: documented with all options
quantcoder evolve start 1 --gens 20 --variants 10 --elite 3 --patience 5

Documentation covers interactive mode, programmatic mode (--prompt), and global options.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • www.apache.org
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

change the licence to apache 2.0 and update the readme by describing all the functions of the cli


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: SL-Mar <126812704+SL-Mar@users.noreply.github.com>
Copilot AI changed the title [WIP] Change license to Apache 2.0 and update README functions Change license to Apache 2.0 and document all CLI functions Jan 26, 2026
Copilot AI requested a review from SL-Mar January 26, 2026 01:55
@SL-Mar SL-Mar marked this pull request as ready for review January 26, 2026 02:00
@SL-Mar SL-Mar merged commit d70dff6 into main Jan 26, 2026
@SL-Mar SL-Mar deleted the copilot/update-license-and-readme branch January 26, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants