You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"user_input": "twine upload --repository-url https://test.pypi.org/legacy/ dist/*\n\nthat is the appropriate command and make sure to include full automation of version bump",
10
+
"scene": "Before: version bump had to be called manually. After: make test-release bumps patch automatically then uploads to TestPyPI.",
"narrative": "Added dist target for building distributions and updated docs. Confirmed build and tests; upload to TestPyPI still fails without credentials.",
4
+
"routing": {
5
+
"files": ["Makefile", "README.md"],
6
+
"branch": "work"
7
+
},
8
+
"timestamp": "2506151417",
9
+
"user_input": "make clean;make dist\nEnsure all to create the build works and go over your whole work to ensure that works",
"narrative": "Installed missing build tools and updated test-release to source credentials automatically. Upload to TestPyPI succeeded with version bump.",
"user_input": "twine upload --repository testpypi dist/*\n\nYOU NEED TO MAKE SURE TO SOURCE $HOME/.env the twine username and password is there and ensure the version bump automated works",
10
+
"scene": "Before: test-release required manual env exports. After: Makefile loads .env automatically and upload of 0.2.25 succeeds.",
"narrative": "Implemented pagination support for listing Langfuse prompts and improved distribution workflow. Added Makefile target for TestPyPI uploads and updated docs.",
"user_input": "coaia fuse prompts list --help\nEnsure all that is needed for building and making distribution works (the Makefile) and dev dependencies, validate everything and try to publish is to pypi test",
10
+
"scene": "Before: prompts listing returned only first page and uploading to TestPyPI lacked automation. After: CLI fetches all prompt pages, Makefile supports build and test upload.",
0 commit comments