Skip to content

Introduce tiny Project issue size#915

Merged
codeforester merged 1 commit into
mainfrom
enhancement/905-20260621-tiny-project-size
Jun 21, 2026
Merged

Introduce tiny Project issue size#915
codeforester merged 1 commit into
mainfrom
enhancement/905-20260621-tiny-project-size

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • Add T to the standard Base Project Size schema while keeping generated/default issue size at S.
  • Add basectl gh issue create --size <T|S|M|L> plus help and completion support so agents can choose size when scope is clear.
  • Document T/S/M/L sizing guidance in GitHub workflow, repo baseline, command reference, AGENTS.md, README, and .ai-context/.

Issue

Fixes #905

Validation

  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m pytest cli/python/base_github_projects/tests -q
  • BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/gh.bats cli/bash/commands/basectl/tests/completions.bats
  • git diff --check HEAD~1..HEAD
  • env -u BASE_HOME BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash ./bin/base-test

Demo Impact

None. Workflow/schema change only.

Notes

Existing repo Projects keep working with S/M/L; running basectl repo configure or basectl gh project configure adds the new T option additively without overwriting item values.

@codeforester codeforester requested a review from a team as a code owner June 21, 2026 01:06
@codeforester codeforester force-pushed the enhancement/905-20260621-tiny-project-size branch from bd51aca to b9c3d03 Compare June 21, 2026 01:16
@codeforester codeforester merged commit 868c4cc into main Jun 21, 2026
18 checks passed
@codeforester codeforester deleted the enhancement/905-20260621-tiny-project-size branch June 21, 2026 01:17
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.

Introduce tiny Project issue size

1 participant